body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	background-image: url(../imgs/boardBG.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin: 0px;
	padding: 0px;
	text-transform: none;
}
.newsitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.itemHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #663333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
.middleHeader {
	font-size: 12px;
	color: #FFFFFF;
}
.middleText {
	font-size: 12px;
	color: #000000;
	line-height: 12px;
	font-weight: normal;
	text-transform: none;
}
.middleInfo {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-transform: none;
}
.active {
	color: #00FF00;
}
.mainHeadline {
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}
.newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
