
BODY {
	/*font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	*/
	color: #006666;
	margin-top: 2em;
	margin-left: 8%;
	background-color : #CCFFCC;
	margin-right : 4%;
}

P, TD, LI {
/*for Netscape, text separate from BODY to avoid double-up*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
  
PRE {
	font-family : monospace;
}

.tac	{
	text-align: center;
}

.SmallCtrd {
	font-family : serif;
	color : Black;
	font-size : 9pt;
	text-align:	center
}

.BlkCtrd {
	color: Black;
	text-align:	center
}

A {
	text-decoration: underline;
	color: #009900;
}

A:Hover {
	text-decoration: underline;
	color:  Olive;
}

H1 {
	color: #009900;
	text-align: center;
	font-size: 150%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H2, TH {
	color: #006666;
	font-size : 150%;
	margin-left : -4%;
	font-family : serif;
	font-style : italic;
}


