body
{
	background-color:#cc0022;
	font-family:Verdana;
	font-size:10pt;
	color:#002868;
	margin:0px;
}

.main
{
background-color:#ffffff;
padding:0px;
margin:0px;
}

td.fire
{
	background-image: url(images/firebg.jpg);
	background-position : top;
	background-repeat : repeat-y;
	width:200;
}

td.const
{
	background-image: url(images/constbg.jpg);
	background-position : top;
	background-repeat : repeat-y;
	width:200;
}

a
{
color:#001168;
font-size:10pt;
}

a:hover
{
color:#BD011B;
font-size:10pt;
}

td,p
{
font-size:10pt;
}

hr
{
color:#BD011B;
}

.red
{
color:cc0000;
}