body {
	margin:0;
	padding:0;
	font-family: Arial, Verdana, Geneva, Arial, helvetica, sans-serif;
	
}
.highlight
{
	font-weight:600;
}
.main_message
{
	color:#FF0000;
	font-weight:800;
	font-size:125%;
}
table.holder
{
	padding:10px;
}
table.content
{
	border: 1px solid #000000;	
}
td.maincontent
{
	font-size:90%;
	padding:10px;
}
td.footer
{
	font-size:85%;
	padding:10px;
	border-top: 1px dotted #666;
	text-align:right;
}
A
{
	color:#000066;
	text-decoration:none;
}
A:hover
{
	color:#FF0000;
	text-decoration:underline;
}
A:visited
{
	color:#FF6600;
}
A:active
{
	color:#000;
}
#navigation > A
{
	padding-left:7px;
	padding-right:7px;
}
.cell_highlight
{
	text-align:center;
	font-weight:700;
	background-color:#ff9c00;
}
.cell_label
{
	text-align:left;
	font-weight:700;
}
#page_heading
{
	font-size:125%;
	color:#00197B	;
	font-weight:600;
}