.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 */

a:link { color: #0000ff }       
	/*unvisited link blue*/
a:visited { color: #660099 }   
	/*visited links purple */
a:active { color: #ff0000 }    
	/*active links red*/

p, blockquote, li, td {	font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size:10pt }
	/*Text 10pt black Verdana*/

sup {  vertical-align: super; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000}
	/*Superscript text for notes is black Verdana*/

h1 {    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18pt; font-weight: normal; color: #000000 }
	/*Level-one headings 18pt normal weight black Verdana*/
h2 {	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16pt; font-weight: normal; color: #000000 }
	 /*Level-two headings 16pt normal weight black Verdana*/
h3 {	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14pt; font-weight: normal; color: #000000 }
	/*Level-three headings 14pt normal weight black Verdana*/
h4 {	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12pt; font-weight: bold;	color: #000000 }
	/*Level-four headings 12pt bold black Verdana*/
h5 {	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; font-weight: bold;	color: #000000 }
	/*Level-five headings 10pt bold black Verdana*/
h6 {	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; font-weight: bold;	color: #808080 }
	/*Level-six headings 10pt Verdana, grey. Used for copyright information and date at the bottom of the page.*/

form { 	font-family: Verdana, Arial, Helvetica, sans-serif: #000000 }
	/* form fields black Verdana*/
input {	font-family: Verdana, Arial, Helvetica, sans-serif; 	
	font-weight: bold; color: #000000 }
	/* form buttons bold black Verdana */
.red { color:#ff0000 }
.small { font-size: 9pt }
