BODY {	color: #;  
		/* background-color: #000066 */
		background-color: #cccccc;
	    margin-left: 50px;
		margin-right: 50px; 
		margin-top: 0.1in; 
		font-family: verdana, Helvetica, serif;
		font-size: 12pt;}

/* Set the visited colour to the same as the link colour. Make sure the hover directive is
after the visited directive, otherwise visited links do not change colour on hover. */

A.nav:link {color: #000000;}
A.nav:visited {color: #000000;}
A.nav:hover {color: #FFFFFF;}
A.nav {font-size: 12pt; text-decoration: none }

A:link {color: #000000;}
A:visited {color: #000000;}
A:hover {color: #FFFFFF;}

H1 { font-size: 20pt; color: #000000; }
H2 { font-size: 14pt; color: #000000; }
H3 { font-size: 12pt; color: #000000; }
H4 { font-size: 12pt;  font-family: arial; color: #FFCC00; }

UL { font-size: 12pt; }
LI { font-size: 12pt; }
P { font-size: 12pt; font-family: verdana, Helvetica, serif;}
P.comment { font-size: 8pt; font-family: verdana, Helvetica, serif; color: #000000; }

TABLE.nav { font-size: 12pt; color: #000000; margin-top: 10px;}
TH.nav { font-size: 12pt; color: #000000; width: 120; margin-top: 5px; text-align: center;}
TD.nav { font-size: 12pt; color: #000000; width: 120; margin-top: 10px; text-align: center; font-variant: small-caps}

TABLE.details { font-size: 12pt; color: #000000;}
TH.details { font-size: 12pt; color: #000000;}
TD.details { font-size: 12pt; color: #000000; width: 200; vertical-align: top;}

TH.copyright { font-size: 8pt; color: #000000; width: 250;}

TABLE { font-size: 12pt; color: #000000;}
TH { font-size: 12pt; color: #000000;}
TD { font-size: 12pt; color: #000000; }
