@charset "utf-8";
/* CSS Document */

<style type="text/css">
<!--
body {
	
	background-image: url(images/mainbg1.jpg);
	background-repeat:repeat-x;
	background-color:#26267e;
	margin-top: 0px;
}

.bfooter{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF

}
.bfooter a:link {
	color:#CCCCCC;
	text-decoration:none
}
.bfooter a:visited {
color:#CCCCCC
}
.bfooter a:hover {
color:#FFFFFF
}
.bfooter a:active {
color:#CCCCCC
}




.bfooter {color: #FFFFFF}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #010066;
}
a:visited {
	color: #010066;
}
a:hover {
	color: #666666;
}
a:active {
	color: #010066;
}

td.body {
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 5px;
}

ul.nav{
	list-style:none;
	padding-left: 0;
	margin-left: 0;

}
ul.nav a {
	display: block;
	color: #010066;
	font-weight: bold;
	height: 18px;
	text-decoration: none;
	line-height: 18px;
	margin-left: 15px;
}
ul.nav a:hover
{
	color: #CC0001;
	font-weight: bold;
}
ul.nav a:visited 
{
	color: #010066;
	font-weight: bold;
}
-->
</style>