/* classes for news */
.newsexttable {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: Black;
	background-color: White;
}

.newstitle {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #0066CC;
	background-color: White;
	font-weight: bold;
	border-top: 1px solid White;
	border-bottom: 1px solid White;
}

.newstitlelink {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #0066CC;
	background-color: White;
	font-weight: bold;
	text-decoration: none;
}

.newstitlelink:HOVER {
	color: Black;
	text-decoration: underline;
}

.newsdate {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: Black;
	background-color: White;
	font-weight: bold;
	text-decoration: none;
}

.newspostedby {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: White;
}

.newspostedbylink {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: White;
	text-decoration: none;
}

.newspostedbylink:HOVER {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

.newstext1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: White;
}

.newstext2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: White;
}

.newsfooter {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #A9A9A9;
	background-color: White;
	border-top: 1px solid White;
	border-bottom: 1px solid White;
}

.newsfooterlink {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #A9A9A9;
	background-color: White;
	text-decoration: none;
}

.newsfooterlink:HOVER {
	color: #333333;
	text-decoration: underline;
}

.newsgap {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #A9A9A9;
	background-color: White;
	border-top: 1px solid White;
	border-bottom: 1px solid White;
}

.newshover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #0066CC;
	background-color: White;
}

.newshover:HOVER {
	color: #0066CC;
	text-decoration: underline;
}

.newscommentshover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: Black;
	background-color: White;
}

.newscommentshover:HOVER {
	color: Black;
	text-decoration: underline;
}
