BODY
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000		
	background-color: #ffffff;
	border-style: none;
	padding: 0px;
	margin: 0px;
}

input
{
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	border: 1px solid #989AAD;
	padding: 1 1 0 3;
	background-color: #EAEAEA;
	height: 20px;
}
textarea
{
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	border: 1px solid #989AAD;
	padding: 1 1 0 3;
	background-color: #EAEAEA;
}
select
{
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #989AAD;
	padding: 1 1 0 3;
	background-color: #EAEAEA;
}

Table
{
	font-size: 11px;
	border: none;
	padding: 1px 1px 1px 1px;
}

Table td
{
	padding: 5px 5px 0px 5px;
	vertical-align: top;
}

Table th
{
	padding: 5px 5px 0px 5px;
	text-align: left;
	vertical-align: top;
}

Table tr.dimmed
{
	background-color: #F2F2F2;
}

Table th.sectionheader
{
	font-size: 13px;
	font-weight: bold;
}

H1
{
	font-size: large;
	font-weight: bold;
}

H2
{
	font-size: medium;
	font-weight: normal;
	text-decoration: underline;
}

H3
{
	font-size: small;
	font-weight: normal;
	text-decoration: underline;
}

.header
{
	border-bottom: solid 1px black;
}

.footer
{
	border-top: solid 1px black;
}

A
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	color: #000099
}

A:hover
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	color: #000000
}

A:visited
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	color: #000099
}