SMALL {
	font-size : 8pt;
}
A.leftCol:HOVER {
	font-weight : bold;
}

A.indxLink:HOVER {
	color : red;
}

A {
	color : Maroon;
	text-decoration : underline;
}

A:VISITED {
	text-decoration : none;
}

BODY {
	font-size : 10pt;
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	color : Black;
}

TD {
	font-size : 10pt;
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	color : Black;
}

.errMsg {
	color : Red;
	font-family : "Courier New", Courier, monospace;
}

.tdButton {
	text-align : center;
	background-color : LightBlue;
	border : medium groove;
	color : Maroon;
	text-decoration : underline;
	cursor : hand;
}

.tdButtonHover {
	text-align : center;
	background-color : Silver;
	border : medium groove;
	color : Maroon;
	font-weight : bold;
	text-decoration : underline;
	cursor : hand;
}


H1 {
	font-size : 16pt;
	font-weight : bolder;
	font-variant : inherit;
	text-align : center;
}

H2 {
	font-size : 14pt;
}

.shadowObj {
	filter: dropShadow(color=Silver, offX=10, offY=10);
}

TH {
	font-size: 12pt;
}

.termHead {
	font-size: 10pt;
}