@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana;
	color: #FFF;
	font-size: 11px;
}
body {
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #6492D4;
}

a:link {
	color: #A50F00;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.maintable{
	
	background-image:url(images/bg.jpg); background-repeat: no-repeat;
}
.newstable{
	padding-left:18px; 
	padding-right: 11px; 
	padding-top: 18px; 
	padding-bottom:36px;
	font-size: 10px;
}
.newsdate{
	font-style: italic;
}
#footer{
	
	border: thin #000 solid;
}