

body{
margin:10px;
background-color: #9CA6CA;
font-family: tahoma;
}

h1 {
    font-size: 14px;
}

a {
color: #4A578C;
text-decoration: underline;
}

input {
	margin: 1px;
	padding: 0px;
}

.maintable {
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	background-color:#FFFFFF;
}

.topbg {
	background-image: url('images/topbg.gif');
}

.topnav {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

a.topnav {
    font-family: Century Gothic;
    font-size: 13px;
    color:#4A578C;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-decoration: none;
    }

a.topnav:hover {
	color: red;
}

td.footer {
	color: #969595;
	background-color: #ededed;
	font-size: 11px;
}

a.footer {
	color: #969595;
	font-size: 9px;
	text-decoration: none;
}

a.footer:hover {
	color: red;
	font-size: 9px;
	text-decoration: none;
}



/* Latest News styles */
.latestnews {
margin: 10px;
}

.latestnewsheader {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
}

.latestnewsdate {
	color: #959595;
	font-size: 10px;
	font-family: tahoma;
}

.latestnewscontent {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
}

.maincontent {
font-size: 13px;
color: #333333;
margin: 10px 20px 0px 20px;
}

