
/* Site-wide text formatting */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.0em;
	color: #222;
}

a {
	color: rgb(23,55,150);
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #007700;
	background-color: #EEEEEE;
	text-decoration: none;
}


tnav {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}


navlink {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003300;
	text-decoration: none;
}
a.navlink:link {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003300;
	text-decoration: none;
}
a.navlink:visited {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003300;
	text-decoration: none;
}
a.navlink:hover {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #007700;
	background-color: #EEEEEE;
	text-decoration: none;
}
a.navlink:active {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006600;
	text-decoration: none;
}


.mainbodysection {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #E9EEC2;	
	color: #550000;
	text-decoration: none;
}


.topfadebar {
 width: 100% ;
 background-image: url(../Common_Images/headertop_gold.gif); 
 height: 20px ;
 font-size: 8px ;
 background-color: #EEFFEE ;
}


.bottomfadebar {
 background-image: url(../Common_Images/headerbottom_gold.gif); 
 height: 20px ;
 font-size: 8px ;
 background-color: #EEFFEE ;
}


.footertext {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003300;
	text-decoration: none;
}

.notice1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.0em;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006600;
	text-decoration: none;
}
