body 
{ 
	margin: 10;
	font-family: verdana, helvetica, sans-serif;
	font-size: small;
	color: Black;
}

.listhdr 
{
	font-weight: bold;
	color: White;
	background-color: #000099;
	font-size: 90%;
}

.listitemodd 
{
	font-size: 90%;
	background-color: #ffffff;
}

.listitemeven
{
	font-size: 90%;
	background-color: #F3F4F8;
}

.legendLabel
{
	font-weight: bold;
	color: #000099;
}

.formlabel
{
	font-weight: bold;
	color: #000099;
}

.footer
{
	font-size: 55%;
}

.error
{
  font-weight: bold;
  color: Red;
  font-size:150%;
}

.currentpage
{
	color:Red;
	font-weight: bold;
	text-decoration: none;
}

A.pageSwitch {
	color:Blue;
	font-weight: bold;
	text-decoration: none;
}

A.queryList {
	color:Black;
	font-weight: bold;
	text-decoration: none;
}

A.queryList:visited {
	color:Blue;
	font-weight: bold;
	text-decoration: none;
}


.box
{
	background-color: #F3F4F8;
	border: 1px solid #CDCEE0;
}

.mailbody
{
	background-color: #F3F4F8;
	font-family: Courier New, Courier, fixed;
	font-size: 10pt;
}

