A:visited {
   font-weight : bold; 
   color:#59B124; 
}
A:link {
   font-weight : bold; 
   color:#004A2A; 
}
A:hover {
   color : #ff0000;
   text-decoration : underline; 
}
A:active {
   font-weight : bold; 
   text-decoration : none; 
; color: #83AAFF}
h1, h2, h3, h4, h5, h6, h6, h7	{
		font-family:	Arial,Helvetica,sans-serif;
	}

/* h1 is what we'll use for the main headline on each page */
h1
	{
		font-size:	24px;
		font-weight:	bolder;
	}

/* h2 is used for subheadings */
h2
	{
		font-size:	18px;
		font-weight:	bold;
	}

/* h3 is a smaller subhead class; also used for list titles */
h3
	{
		font-size:	12px;
		font-weight:	bold;
	}

/* SECTION END: Defined Selectors */


.header {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; text-decoration: none; color: #000065; }
.header2 {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; text-decoration: none; color: #000065; }
.sub { font-family: "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; text-decoration: none; color: #000065; }
.sub2 { font-size: 16px; font-weight: bold; text-decoration: none; color: #000065; }
.links {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000065}
.disclaim {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal}
.search {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; text-decoration: none; color: #333333; }


.ahem	{
	display:	none;
	}.greentext {  color: #000065; font-weight: bold}
p
 { 		font-family:	Arial, Helvetica, sans-serif;
 } 
/* It's important that list items have text the same size as body text */
p { 		font-size: 14px;
		font-weight: normal;
 } 
/* We're going to go ahead and name all of these at once. */
body { 		font-family:	Arial, Helvetica, sans-serif;
; font-size: 14px } 