/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #F7F4E7 url(images/homepage01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1 {
	margin: 0px 0px 15px 0px;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}
h1 span {
	margin: 0px 0px 0px 0px;
	font: normal 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	vertical-align: super;
}


h2 {
	margin: 0px 0px 10px 0px;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

h2 span {
	font-size: 9px;
	font-weight: normal;
	color: #434343;
	vertical-align: super;
}


h3 {
	margin: 0px;
	font-size: 11px;
	color: #1262B0;
	text-align: left;
}

h3 span {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #434343;
}

h4 {
	margin: 0px;
	font-size: 10px;
	color: #1262B0;
	text-align: left;
}

h4  span{
	margin: 0px;
	font-size: 7px;
	color: #1262B0;
	text-align: left;
	vertical-align: super;
}

h5 {
	margin: 0px;
	font-size: 14px;
	color: #1262B0;
	font-weight: bold;
}




/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58523F;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

p span {
	margin-top: 0px;
	margin-bottom: 1em;
	font-size: 7px;
	vertical-align: super;
}


.text1 { color: #FFFFFF; }
.text1 a { color: #FFFFFF; }
.text1 span { color: #FFFFFF; font-size: 8px; vertical-align: super; }

.text1-right { color: #FFFFFF; text-align: right; }

.text2 { text-align: center; color: #9AB6CC; }
.text2 a { color: #9AB6CC; }

.text3 { text-align: center; color: #7096B5; }

.text4 { color: #FFFFFF; text-align: center;}
.text4 a { color: #FFFFFF; text-align: center;}
.text4 a:link { color: #FFFFFF; text-align: center;}
.text4 a:hover { color: #FF6600; text-align: center;}
.text4 a:visited { color: #FFFFFF; text-align: center;}
.text4 a:visited:hover { color: #FF6600; text-align: center;}

.text5 { color: #FFFFFF; }
.text5 a { color: #FFFFFF; }
.text5 a:link { color: #FFFFFF; }
.text5 a:hover { color: #FF6600; }
.text5 a:visited { color: #FFFFFF; }
.text5 a:visited:hover { color: #FF6600;}

.text6 { color: #58523F; }
.text6 a { color: #58523F; }
.text6 a:link { color: #1262B0; }
.text6 a:hover { color: #00CCFF; }
.text6 a:visited { color: #1262B0; }
.text6 a:visited:hover { color: #00CCFF; }

.text6-center { color: #58523F; text-align: center;}

.text7 { color: #CCF20C; }
.text7 a { color: #046CC1; }
.text7 a:link { color: #046CC1; }
.text7 a:hover { color: #046CC1; }
.text7 a:visited { color: #046CC1; }
.text7 a:visited:hover { color: #046CC1;}

.text8 { color: #FFFFFF; text-align: center;}
.text8 a { color: #FFFFFF; text-align: center;}
.text8 a:link { color: #FFFFFF; text-align: center;}
.text8 a:hover { color: #1262B0; text-align: center;}
.text8 a:visited { color: #FFFFFF; text-align: center;}
.text8 a:visited:hover { color: #1262B0; text-align: center;}








.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	padding-top: 15px;
	background: url(images/homepage07.gif) repeat-x left top;
}

.list1 li.first {
	padding: 0px;
	background: none;
}


.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list2 li {
	padding: 5px;
	background: url(images/homepage12.gif) repeat-x left top;
}

.list2 li.first {
	background: none;
}

.list2 a {
	padding-left: 9px;
	background: url(images/homepage11.gif) no-repeat left center;
}


.list3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list3 li {
	padding-top: 3px;
}

.list3 li.first {
	padding: 0px;
	background: none;
}





.footer1 {
	text-align: center;
	color: #FFFFFF;
}

.footer1 a {
	text-align: center;
	color: #FFFFFF;
}

.footer1 a:link {
	text-align: center;
	color: #FFFFFF;
}

.footer1 a:hover {
	text-align: center;
	color: #FF6600;
}

.footer1 a:visited {
	text-align: center;
	color: #FFFFFF;
}

.footer1 a:visited:hover {
	text-align: center;
	color: #FF6600;
}




/** LINKS */

a {
	color: #1262B0;
}

a:hover {
        color: #FF6600;
	text-decoration: none;
}

a:link {
	color: #1262B0;
	text-decoration: none;
}

a:visited {
	color: #1262B0;
	text-decoration: none;
}

a:visited:hover {
	color: #FF6600;
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}


/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

