/* Authored by Joseph De Araujo September 2005 */

body{
margin:0px;
background-color: #f2f1f1;
font-family: tahoma;
}

h1 {
font-size: 16px;
}

a {
color: #333333;
text-decoration: underline;
}

.maintable {
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	background-color:#FFFFFF;
}

.topbg {
	background-image: url('images/topbg.gif');
}

.topnav {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

a.topnav {
	text-decoration: underline;
}


td.footer {
background-color: #ededed;
}

a.footer,
.footer {
	color: #969595;
	font-size: 11px;
}



/* Latest News styles */
.latestnews {
margin: 10px;
}

.latestnewsheader {
	color: #333333;
	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: 12px;
color: #333333;
margin: 10px 20px 0px 20px;
}