/* CSS Document */

a { font-weight: bold; text-decoration: underline; color: #003399; }
a:hover { text-decoration: none; color: #CC0000; }

.sponsored-links { clear: both; margin: 0 0 0 20px; height: 90px; }
.sponsored-links ul { border: 0; padding: 0; margin: 0; list-style-type: none; }
.sponsored-links ul li { float: left; padding: 0; margin: 0; }
.sponsored-links ul li a { text-decoration: none; background: #F7CE9C; width: 182px; height: 75px; padding: 0; margin: 0; text-decoration: none; display: block; text-align: left; border: 0px solid #000000; }
.sponsored-links h4 { text-decoration: underline; font: bold 11px Verdana, Arial, Helvetica, Sans-serif;color: blue; padding: 5px 0px 0px 10px; }
.sponsored-links p { text-decoration: none; font: normal 11px Verdana, Arial, Helvetica, Sans-serif; color: #000000; padding: 5px 0px 15px 10px; }

.bodytext-big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 8px;
	background-color: F7CE9C;
	}

.bodytext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 8px;
	}

.bodytext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	line-height: 12px;
	}

.bodytext3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	line-height: 11px;
	}

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	}

.header1 a:link {
	color: #marron;
	}
	
.header1 a:visited {
	color: #olive;
	}
	
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660000;
	}

.header2 a:link {
	color: #marron;
	}
	
.header2 a:visited {
	color: #olive;
	}

.header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}

.header3 a:link {
	color: #marron;
	}
	
.header3 a:visited {
	color: #olive;
	}

.header1-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	}

.header2-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	}

.header3-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	}

/*
a:link {
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
	}

a:visited {
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
	}

a:hover {
	color: CC0000;
	text-decoration: none;
	}

a:active {
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
	}
*/