body
{
	color: #FFF;
	background-color: #000;
	background-image: url(../images/underlogo.gif);
	background-repeat: repeat-y;
	margin: 0px;
}

td
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	vertical-align: top;
}

.footer
{
	font-size: 11px;
	line-height: 15px;
	text-align: left;
}

.centertd {
	text-align: center;
}

a:link, a:active, a:visited
{
	background: inherit;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

a:hover
{
	background: inherit;
	color: #CCC;
	font-weight: normal;
	text-decoration: underline;
}

