BODY
{
	font-family:verdana;
	font-size: 8pt;
	background-color: #000000;
}
TABLE.MainContainer
{
	width: 700px;
	background-color:#4E4013;
	border-top: 5px; solid;
}

TABLE.ContentTable
{
	padding-bottom: 10;
	
}
TABLE.ContentTableWithImage
{
	padding-bottom: 10;
	background-image: url(images/light.gif);
	
}
TD.ContentHeading
{
	font-family:verdana;
	font-size: 8pt;
	font-weight:800;

}
TABLE.Content
{
	font-family:verdana;
	font-size: 8pt;
	font-weight:500;
	background-color:#D39E1A;

}
TD.Content
{
	font-family:verdana;
	font-size: 8pt;
	font-weight:600;
	background-color:#D39E1A;
}
A.Link
{
	color:#A15301;
	text-decoration:none;
}
A.link:hover
{
	text-decoration:underline;
}