/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FDFDFD url(../images/homepage01.gif) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6C6C6C;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	font-size: 11px;
}

.text2 {
	font-size: 11px;
	font-style: normal;
	color: #155C90;
}

.text3 {
	font-size: 10px;
	color: #6C6C6C;
}

.text4 {
	font-size: 10px;
	color: #7D7D7D;
}

/** LINKS */

a {
	color: #719FDA;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
}

.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(../images/homepage15.gif) repeat-x left bottom;
}

.bg2 {
	background: url(../images/homepage17.gif) repeat-x left top;
}

.bg3 {
	background: url(../images/homepage15.gif) repeat-x left top;
}

.bg4 {
	background: url(../images/homepage15.gif) repeat-y left top;
}

.bg5 {
	background: url(../images/homepage20.gif) repeat-x left top;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-left: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin: 0px 0px 10px 0px;
	background: url(../images/homepage15.gif) repeat-x left top;
}

