/*Make all body text silver 9-point Arial with 14 point vertical spacing and 25 point margins.  Use black as background. */

body {font-size: 9pt; font-family: "Arial, Verdana, Helvetica, san-serif"; 
      color: silver;
      font-weight: bold;
      background: #000000;
      line-height:14pt;
      margin-left:10pt;
      margin-right:10pt;}



/* Do not underline links and make them all gray and flash silver when activated.*/

a {text-decoration: none;}
a:link {color: gray;}
a:visited {color: silver;}
a:active {color: silver;}
 
.bodytext {
	font-family: Arial, Verdana, Helvetica san-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	line-height: 18px;
}

.navtext {
	font-family: Verdana, Helvetica, san-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	line-height: 18px
} 

.topnavtext {
	font-family: Arial, Verdana, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: silver;
	line-height: 14px;
} 

.smalltext {
	font-family: Arial, Verdana, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	line-height: 14px;
} 
.notetext {
	font-family: Lucida Handwriting, Arial, Verdana, Helvetica, san-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	line-height: 18px;
} 