/* CSS Document */

body {
	background-image: url(../gfx/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #363076;
}
.BtmNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9DC5E6;
	padding-top: 3px;
	padding-bottom: 40px;
}
.BtmNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9DC5E6;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9DC5E6;
	text-decoration: none;
}
.BtmNav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
}
.ContentArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 25px;
	padding-left: 27px;
}
.ContentArea a:link {
	color: #4164A6;
	text-decoration: underline;
}
.ContentArea a:visited {
	color: #4164A6;
	text-decoration: underline;
}
.ContentArea a:hover {
	text-decoration: none;
	color: #67A6DB;
}
.ContentArea a:active {
	text-decoration: none;
	color: #67A6DB;
}
body,td,th {
	color: #333333;
}

