/** BASIC */

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

/** FORMS */

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

.input1 {
	width: 130px;
}

/** 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: #5F726E;
}

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

.text1 {
	color: #FFFFFF;
}

.text2 {
	font-size: 9px;
	color: #648572;
}

.text3 {
	font-size: 9px;
	color: #FFFFFF;
}

.text4 {
	color: #70947F;
}

.text5 {
	text-align: center;
	font-size: 10px;
	color: #9DB0B4;
}

/** LINKS */

a {
	color: #3B6781;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	font-size: 9px;
	color: #567564;
}

a.link2 {
	color: #A7BAC0;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1  { background: url(images/homepage02.gif) repeat-y left top; }
.bg2  { background: url(images/homepage03.gif) repeat-y left top; }
.bg3  { background: url(images/homepage04.gif) repeat-y left top; }
.bg4  { background: url(images/homepage05.gif) no-repeat left top; }
.bg5  { background: url(images/homepage06.gif) repeat left top; }
.bg6  { background: url(images/homepage07.jpg) repeat-y left top; }
.bg7  { background: url(images/homepage08.jpg) repeat-y left top; }
.bg8  { background: url(images/homepage09.gif) repeat left top; }
.bg9  { background: url(images/homepage10.gif) repeat-x left top; }
.bg10 { background: url(images/homepage11.gif) repeat-y 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;
}


