﻿body
{
	background-color: #009999;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

body, div, th, td, form, p, li, ul, ol {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
H1.logo {
	color: #FFFFFF;
	font-size: 26px;
}

H1.top {
	color: #0000CC;
	font-size: 11px;
	padding:0;
	margin: 0;
}
.Footer
{
	font-weight: bold;
	font-size: x-small;
	color: #606420;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}
A.Footer:visited
{
	color: White;
}
A.Footer:link
{
	color: White;

}
A.Footer:active
{

	color: white;
	
}
A.Footer:hover
{

	color: yellow;
}
.Page_heading
{
	text-align: center;
	font-weight: bold;
	font-size: xx-large;
}
	#pageHead {
		display:block;
		width:700px;
		height:20px;
		color:#CCCC00;
		font-size:24px;
		padding:0px 0px 3px 10px;
		margin:10px auto 0px auto;
		border-left:#e0e0e0 solid 1px;
		border-bottom:#e0e0e0 solid 1px;

/*
B:link      { color: White; text-decoration:none; }
B:visited 	{ color: White; text-decoration:none; }
B:active 	{ color: White;  cursor:hand; text-decoration:none; }
B:hover 	{ color: Red;  cursor:hand; text-decoration:"underline"; }
		
B.bodyLink:link     { color: White; text-decoration:none; font-weight:bold; }
B.bodyLink:visited 	{ color: White; text-decoration:none; font-weight:bold; }
B.bodyLink:active 	{ color: White;  cursor:hand; text-decoration:none; font-weight:bold; }
B.bodyLink:hover 	{ color: Red;  cursor:hand; text-decoration:"underline"; font-weight:bold; }
		
B.topLink:link      { color: White; text-decoration:none; font-weight: normal; }
B.topLink:visited 	{ color: White; text-decoration:none; font-weight: normal; }
B.topLink:active 	{ color: White;  cursor:hand; text-decoration:none; font-weight: normal; }
B.topLink:hover 	{ color: Red;  cursor:hand; text-decoration:"underline"; font-weight: normal; }
*/