html,body {
	height: 100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: #aba28b;
	background-image: url(images/background.jpg);
	background-position: center;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC3300;
	margin-top: 0px;
	margin-bottom: 10px;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}

.clsNumbers {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	font-weight:bold;
}
.clsNewsTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}
.clsNewsDate {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
.clsNewsHead {
	font-weight: normal;
	color: #000000;
	font-size:11px;
} 