A {
	text-decoration : none;
	color : black; 
}
A:link {text-decoration: none;}      
A:visited {text-decoration: none;}
a:hover {color: #800000;}
BODY{
	font-family: "Bookman Old Style,Century Gothic";
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#ffffff;
	scrollbar-shadow-color:'#ffffff';
	scrollbar-highlight-color:'#000000';
	scrollbar-3dlight-color:'#ffffff';
	scrollbar-darkshadow-Color:'#000000';
}

H1  {
	font-size : 32px;
	font-style : normal;
	font-weight : bold;
}

H2  {
	font-size : 24px;
	font-style : normal;
	font-weight : bold;
}

H3  {
	font-size : 19px;
	font-style : normal;
	font-weight : bold;
}

H4  {
	font-size : 16px;
	font-style : normal;
	font-weight : bold;
}

H5  {
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
}

H6  {
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
}

.menu	{
	color : Maroon;
	border: thin solid Maroon;
	text-align: center;
}

.evenRows  {
	background : #EEEEEE;
}
.oddRows  {
	background : #FFFAFA;
}
.ShadedRow  {
	background : #DDDDDD;
}
.NonShadedRow  {
	background : #FFFAFA;
}
.oddRow{
background-color : #cccccc;
}

.Head1  {
	background-color : #03366c;
	text-align : left;
	color : White;
	font-size : 13px;
	font-weight : bold;
	line-height : 19px;
	height : 19px;
}
.Head2  {
	background-color : #336699;
	text-align : left;
	color : White;
	font-size : 13px;
	font-weight : bold;
	line-height : 19px;
	height : 19px;
}

.Head1Sml  {
	background-color : #03366c;
	font-style : normal;
	text-align : left;
	font-size : 10px;
	font-weight : bold;
	color : White;
}
.Head2Sml  {
	background-color : #03366c;
	font-style : normal;
	text-align : center;
	font-size : 10px;
	font-weight : bold;
	color : White;
}

.Button  {
	font-family : Century Gothic;
	font-size : 13px;
}


.Hidden {
	display: none;
}

.ButtonOff {
	background-color: Navy; 
	border: thick ridge Green; 
	color: White; 
	cursor : hand;
	font-family: 'Century Gothic'; 
	font-variant: small-caps; 
	font-weight: bold; 
	max-width: 150px; 
	text-align: center; 
	text-decoration : none;
	width: 150px;
}

.ButtonOn {
	background-color: Silver; 
	border: thick ridge Green; 
	color: Navy; 
	font-family: 'Century Gothic'; 
	font-variant: small-caps; 
	font-weight: bold; 
	max-width: 150px; 
	text-align: center; 
	text-decoration : none;
	width: 150px;
}

.ButtonHover {
	background-color: #CCCC99; 
	border: thick ridge Green; 
	color: White; 
	cursor : hand;
	font-family: 'Century Gothic'; 
	font-variant: small-caps; 
	font-weight: bold; 
	max-width: 150px; 
	text-align: center; 
	text-decoration : none;
	width: 150px;
}





