
BODY {
	/*font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	*/
	color: Black;
	/*margin-top: 2em;*/
	/* margin-left: 4%;
	margin-right : 4%; */
	background-color : #DDFFDD;
}


H1 {
	color: #009900;
	background-color: transparent;
	text-align: center;
	font-size: 16pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H2 {
	color: Olive;
	background-color : transparent;
	margin-left : 3%;
	font-size : 16pt;
	font-family : serif;
	font-style : italic;
	/* font-weight : bolder;
	*/
}

H3 {
	margin-left : 6%;
}

.navgn {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}


P {
	margin-left: 6%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

td {
	/*for Netscape, text separate from BODY to avoid applying twice? */
	/*font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	*/
	/* putting td in here Netscape makes any included h2 unbolded */
	/* font-weight: normal; */
	/* margin-left : 6%;
	margin-right : 2%; */
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-size : small;
	*/
	font-size : 12px;	/*May2002 */

}

.boxl {
	float : left;
	/* margin-top : 20px; opera overwrote with wrapped text  */
	margin-right : 20px;
	margin-bottom : 20px;
}

.boxr {
	float : right;
	/* margin-top : 20px; opera overwrote with wrapped text */
	margin-left : 20px;
	margin-bottom : 20px;
}


P.smalltxt{
	font-family: sans-serif;
	font-size: 6pt;
}

.loud {
	color : Red;
	/* font-size : large; */
	font-weight : bold;
}

.warn {
	color : #FF9900;
	font-weight : bold;
}

.endorse {
	color : #009900;
	font-weight : bold;
}

.pencil {
	color : Silver;
}

OL.num {
	list-style: decimal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

UL.disc {
	list-style : disc;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td td li {
	/*Dec2002*/
		/*margin-left :-4%;*/
}

LI {
	/*margin-left : -6%;*/
}


LI LI {
	margin-left : -4%;
	list-style-type : circle;
}

A {
	text-decoration: underline;
	/* color: #0066CC; */
	color : #990000;
	background-color : transparent;
	font-weight : bold;
}
/* this contextual style for pencilled-in links: 
didn't work in IE; other browsers forgot it after Visited -

A.pencil {
	text-decoration: underline;
	color : #FFCCCC;
	background-color : transparent;
	font-weight : bold;
}
*/

A:Hover {
	text-decoration: underline;
	color: Red;
	background-color : transparent;
}

A:focus {
	color : Yellow;
	background-color : transparent;
}


A:VISITED {
	color : #999900;
	background-color : transparent;
}

TH {
	color: Black; /*	font-style : italic;*/
	font-weight: bold;
	font-family: serif;
	font-size: 12pt;
	background-color: #99FF99;
}
/*
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : small;
}
*/
TD TD {
	background-color: #DDFFDD; /*shouldnt use the 1st table for layout I know;*/
}

.Panel {
	/*this class clashes interestingly with TD TD*/
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
}

.Panbod {
	background-color: White;
}

.Panold {
	background-color : #EEEEEE;
}

.Panlo {
	background-color: #bbddaa;
}  

.Panhi {
	background-color : #99FF99;
}

.Pancon {
	background-color: #FFFFCC;
}  
PRE {
	font-family : monospace;
}

.SmallCtrd {
	font-family : serif;
	color : Black;
	background-color : transparent;
	font-size : 9pt;
	text-align:center
}

.BlkCtrd {
	color: Black;
	background-color : transparent;
	text-align:	center
}

.BlkEmph {
	color : Black;
	background-color : transparent;
	font-style : italic;
	font-weight : bolder;
	font-family : serif;
	font-size : 125%;
}







