body
{
	background-color: #000000;	
	margin: 0px 0px 0px 0px;
}
*, td
{
	font-family: arial;
	font-size: 12px;
	color: #000000;
}

td.Header
{
	background-image: url(../images/header_bg.jpg);
	height: 82px;
}

td.Logo
{
	vertical-align: top;
	padding-top: 8px;
	padding-left: 28px;
	background-image: url(../images/header_bg.jpg);
	height: 74px;}

td.Copyright
{	
	background-image: url(../images/copyright.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

td.Content
{
	padding: 10px;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

a, a:visited
{
	font-family: arial;
	font-size: 11px;
	color: #800000;
	text-decoration: none;
}

a:hover
{
	font-family: arial;
	font-size: 11px;
	color: #800000;
	text-decoration: underline;
}

a.links, a.links:visited
{
	font-family: arial;
	font-size: 12px;
	color: #A8E4FF;
	text-decoration: none;
}

a.links:hover
{
	font-family: arial;
	font-size: 12px;
	color: #A8E4FF;
	text-decoration: none;
}


