@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #233819;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	line-height: 150%;
}
a:link, a:visited {
	color: #0755b8;
	text-decoration: none;
}
a:active, a:hover {
	color: #107ed1;
	text-decoration:underline;
}	

.top_navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #bee0ff;
}
.top_navigation a:link, .top_navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #bee0ff;
	text-decoration: none;
}
.top_navigation a:active, .top_navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #617951;
}
.footer a:link, .footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #617951;
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #93AC82;
	text-decoration: underline;
}

.smaller_text {
	font-size: 8pt;
}
.white_small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
