html, body
{
	background-color: black;
	color: white;
	padding: 0px;
	margin: 0px;
}
img
{
	text-decoration: none;
	border: none;
}

.hdrTbl
{
	width:100%;
}
.hdrTbl td
{
	vertical-align: center;
}
.hdrTbl a
{
	text-decoration: none;
	color: Red;
	font-size: 20pt;
}
.hdrTbl a:hover
{
	font-weight: bold;
}
.hdrTbl a:visited
{
	text-decoration: none;
	color: Red;
	font-size: 20pt;
}

.titleBar td
{
	vertical-align: top;
}


.contentdiv
{
	margin-top: 15px;
	width: 60%;
}
