BODY {
	margin : 0px;
	background-color : White;
}
P, TABLE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
}
H2 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #660000;
}
A {
	color: navy;
	font-weight: bold;
	text-decoration: none;
}
A:HOVER {
	text-decoration: underline;
}
.inblack {
	color: white;
	font-size: 8pt;
	font-weight: bold;
}
A.inblack {
	color : Yellow;
	text-decoration : none;
}
A:HOVER.inblack {
	text-decoration : underline;
}
.titlecase {
	font-variant : small-caps;
	font-weight: bold;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}



