body
{
	color: #ffffff;
	font-family: Arial;
	font-size: 9pt;
	background: #476FAF;
}
a:link, a:active, a:visited 
{
	color: #ffffff;
	text-decoration: none;
}
a:hover
{
	color: #cccccc;
	text-decoration: none;
}
img
{
	border: none;	
}
table
{
	width: 100%;
	border-collapse: collapse;
}
th
{
	text-align: left;
}
table.list th
{
	color: #ffffff;
	background: #747474;
	border: 1px #cccccc solid;
	padding: 2px 5px 2px 5px;
}
table.list td
{
	border: 1px #cccccc solid;
	padding: 0 5px 0 5px;
}
table.list tr.alt
{
	background: #045FB4;
	border: 1px #cccccc solid;
	padding: 0 5px 0 5px;
}
table.list img
{
	vertical-align: bottom;
}
span.error
{
	color: #CC0000;
	font-weight: bold;
}
tr.error
{
	background: #CC0000;
}