/* Body Styles */

body {

	background-color: #007BC3;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #000000;

}



/* Main Link Styles */

a:link {

	text-decoration: none;

	color: #000000;

	background-color: inherit;

}

a:visited {

	text-decoration: none;

	color: #000000;

	background-color: inherit;

}

a:hover {

	text-decoration: underline;

	color: #000000;

	background-color: inherit;

}

a:active {

	text-decoration: none;

	color: #000000;

	background-color: inherit;

}



/* White Link Styles */

a.white:link {

	color: #FFFFFF;

	font-weight: bolder;

	background-color: inherit;

}

a.white:visited {

	color: #FFFFFF;

	font-weight: bolder;

	background-color: inherit;

}

a.white:hover {

	color: #FFFF00;

	font-weight: bolder;

	background-color: inherit;

}

a.white:active {

	color: #FFFFFF;

	font-weight: bolder;

	background-color: inherit;

}
/* Back to top Styles */

a.backtop:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 10px;
	
	color: #0066CC;

	font-weight: bold;


}

a.backtop:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 10px;
	
	color: #0066CC0;

	font-weight: bolder;


}

a.backtop:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 10px;
	
	color: #FF0033;

	font-weight: bold;


}

a.backtop:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 10px;
	
	color: #0066CC;
	
	font-weight: bold;


}



/* Menu Styles */

table.menu {

	background-image: url(images/windowbottom.gif);

	background-position: bottom;

	background-repeat: no-repeat;

}

.sub_menu {

	padding-left: 15px;

	padding-bottom: 5px;

	padding-top: 5px;

	background-image: url(images/menuincludebg.gif);

	font-size: 12px;

}

td.menu_back {

	background-color: #66CCFF;

	color: #FFFFFF;

}



/* Footer Styles */

td.footer_stripe {

	background-image: url(images/footerstripe.gif);

}

.footer {

    color: #FFFFFF;

	background-color: inherit;

}.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.bodybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.bodyhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
	font-weight: bold;
}
.smallbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0066CC;
}
