

body{
margin:0px;
background-color: #000000;
font-family: tahoma;
}

h1 {
font-size: 16px;
}

a {
color: #fd0002;
text-decoration: underline;
}

.maintable {
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	background-color:#000000;
}

.topbg {
	background-image: url('mainimgs/topbg.gif');
}

.topnav {
	font-size: 13px;
	color: #fd0002;
	font-weight: bold;
}
a:hover {
  color: #ffffff;
  
}



a.topnav {
	text-decoration: underline;
}


td.footer {
background-color: #000000;
}

a.footer,
.footer {
	color: #ffffff;
	font-size: 11px;
}



/* Latest News styles */
.latestnews {
margin: 10px;
}

.latestnewsheader {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
}

.latestnewsdate {
	color: #ffffff;
	font-size: 10px;
	font-family: tahoma;
}

.latestnewscontent {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
}

.maincontent {
font-size: 12px;
color: #ffffff;
margin: 0px 0px 0px 0px;
overflow:auto;
max-height:319px;
padding: 10px;
}