
BODY
{
	background: #E0E0E0;
}

FORM
{
	margin: 0px;
	padding: 0px;
}

BODY, P, DIV, SPAN, TD, H1, H2, H3, H4, H5, H6
{
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 10pt;
}

H1, H2, H3, H4, H5, H6
{
	font-weight : bold;
	font-style : normal;
	color : black;
}

H1, H2, H3
{ 
	color: #404040;
	font-family: Copperplate Gothic Light, Century Gothic, Gothic;
}
H1  
{
	color: black; 
	width: 99%;
	font-size : 16pt; 
	border-bottom: 1px solid black;
	filter: progid:DXImageTransform.Microsoft.Blur(pixelradius=1);
}
H2 { font-size : 14pt; }
H3 { font-size : 12pt; }

A, A:link, A:visited {
	text-decoration : none;
	color : Navy;
}

A:hover  {
	text-decoration : underline;
	color : Navy;
}

.button, .widebutton
{
	width: 80px;
	border: 1px outset white; 	background-color: #D0D0D0;
}
.widebutton { width: 150px;margin: 5px; }
.raisedcell{	border: 1px outset white;	background-color: #E8E8E8;	padding: 10px;}UL { margin-left: 25px; }HR { height: 0px; border-bottom: 1px solid #303030; }