


body{
	margin:0px;
#	background-color: #0e0e0e;
	background-color: #313131;
	font-family: times;
	background-image: url('public/2.gif');
	}

h1 {
font-size: 16px;
}

a {
color: #f0f0f0;
text-decoration: underline;
}

.maintable {
	border-left: 2px solid #010101;
	border-right: 2px solid #010101;
	background-color:#313131;
	color:#f0f0f0;
	
}

.topbg {
	background-image: url('public/topbg.gif');
}

.topnav {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

a.topnav {
	text-decoration: underline;
}


td.footer {
#	background-color:#040404;
	color:#f0f0f0;
}

a.footer,
.footer {
	color: #969595;
	font-size: 11px;
}



/* Latest News styles */
.latestnews {
        font-family : times, ms sans serif, sans-serif;
	margin: 10px;
}

.latestnewsheader {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	font-family: times;
}

.latestnewsdate {
	color: #959595;
	font-size: 10px;
	font-family: times;
}

.latestnewscontent {
        font-family : times, ms sans serif, sans-serif;
	font-size: 11px;
	color: #666666;
}

.maincontent {
font-size: 12px;
color: #f0f0f0;
margin: 10px 20px 0px 20px;
}

.left_menu {
        font-family : times, ms sans serif, sans-serif;
        padding: 2px 2px 3px 2px;
        color : #ffffff;
        text-decoration : none;
        line-height : 1.5
        }

.left_menu:hover {
        color : #333300;
        padding: 2px 2px 3px 2px;
        background-color : #F0FFF0;
        text-decoration : none
        }

.left_menu_selected {
        font-family : times, ms sans serif, sans-serif;
        padding: 2px 2px 3px 2px;
        color : #ff0000;
        text-decoration : none;
        line-height : 1.5
        }