
BODY {
	/*font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	*/
	color: Black;
	margin-top: 1em;
	/* margin-left: 4%;
	margin-right : 4%; */
	background-color : #FFFFCC;
}


H1 {
	color: #009900;
	background-color: transparent;
	text-align: center;
	font-size: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H2 {
	color: Olive;
	background-color : transparent;
	margin-left : 3%;
	font-size : 18px;
	font-family : serif;
	font-style : italic;
	/* font-weight : bolder;
	*/
}

H3 {
	margin-left : 6%;
}


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;
}


.smalltxt{
	font-size: 9px;
}

.loud {
	color : Red;
	/* font-size : large; */
	font-weight : bold;
}

.warn {
	color : #FF9900;
}

.endorse {
	color : #009900;
}

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;
}

LI {
	/* margin-left : 3%; */
}


LI LI {
	margin-left : -4%;
	list-style-type : circle;
}

A {
	text-decoration: underline;
	/* color: #0066CC; */
	color : #990000;
	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 : Olive;
	background-color : transparent;
}

TH {
	color : Black;
	font-style : italic;
	font-weight : bold;
	font-family : serif;
	font-size : 16px;
	background-color : #FFCC66;
}
/*
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : small;
}
*/
TD TD {
	background-color: White;
	/*shouldnt use the 1st table for layout I know;
	but 2 wrongs might produce an off-white chart background*/
	/*TD TD A colours only text, not whole cell...*/

}

.Panel {
	/*this class clashes interestingly with TD TD*/
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
}

.Panold {
	background-color : #EEEEEE;
}


  
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%;
}






