.nn {	color: #333333 }
	/*fake class tag for Netscape workaround*/
	
body { font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; background-color: #ffffff;  left: 0px; top: 0px }
	/*Body is black Verdana, background is white, no margins */
p, li, tr, td {	font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size:10pt }
	/*Paragraphs, table cells, lists, 10pt black Verdana*/

h1 { font-family: Georgia, Times New Roman, Times, serif; font-size: 18pt;
	font-weight: normal; color: #40688e }
	/*Level-one headings 18pt normal weight blue serif*/
h2 { font-family: Georgia, Times New Roman, Times, serif; font-size: 16pt;
	font-weight: normal; color: #ee3424 }
	 /*Level-two headings 16pt normal weight red serif*/
h3 { font-family: Georgia, Times New Roman, Times, serif; font-size: 14pt; 
	font-weight: normal; color: #40688e }
	/*Level-three headings 14pt normal weight blue serif*/
h4 { font-family: Georgia, Times New Roman, Times, serif; font-size: 12pt; 
	font-weight: bold; color: #ee3424 }
	/*Level-four headings 12pt bold red serif*/
h5 { font-family: Georgia, Times New Roman, Times, serif; font-size: 10pt; 
	font-weight: bold; color: #40688e }
	/*Level-five headings 10pt bold blue serif*/

form { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000 }
	/* form fields in black Verdana*/
input {	font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #000000 }
	/* form buttons in bold black Verdana*/
sup {  vertical-align: super; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000}
	/*Superscript text is black Verdana*/
sub {  vertical-align: sub; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000}
	/*Subscript text is black Verdana*/
	
a:link { color: #0000ff }       
	/*unvisited link blue*/
a:visited { color: #663399 }   
	/*visited links purple */
a:active { color: #ff0000 }    
	/*active links red*/
	
.small { font-size: 9pt }
.nine { font-size: 9pt }
.eight { font-size: 8pt }

.red { color: #ee3424 }
.blue {	color: #40688e }
.yellow { color: #F7DC7D }
.green { color: #bed73d }
.white {color: #ffffff }
	/*colors to match banners and buttons*/