﻿.newsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.newsTable {
	width: 100%;
	margin-top: 30px;
}
.newsDateColumnHeader {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	width: 20%;
}
.newsTitleColumnHeader {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	width: 60%;
}
.newsMoreColumnHeader {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	width: 20%;
}
.newsMoreEntry {
	color: #9C0030;
}
.newsRow {
	font-size: 12px;
	background-color: #f1f1f1;
	border-spacing: 0px;
	height:40px;
	}
	
.newsRowAlt {
	margin: 5px;
	font-size: 12px;
	background-color: #FFFFFF;
	border-spacing: 0px;
	height:40px;

}

