body {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:25px;
}
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1  {
	margin-bottom:5px;
	font-size:15px;
	text-align:center;
	color:#000000;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top:0;
}
h3 {
	margin-bottom:5px;
	font-size:15px;
	text-align:center;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
}

a:link, a:visited, a:active {text-decoration: none}
a:hover {text-decoration: underline}

.grid td, .grid th {
	padding:5px;
}
.grid a:link, .grid a:visited, .grid a:hover {
	color: #5a7eba;
}
#show-date {
	margin-left:10px;
}
#nav-top {
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:right;
	letter-spacing:1px;
	padding-left:3px;
}
.news-feature {
	width: 125px;
	padding:0 10px 10px;
	background:#5A7EBA;
	border:solid 1px #000000;
	font-family:sans-serif;
	font-size:8px;
	color:#ffffff;
	text-align:left;
}
.news-feature th {
	display:none;
}
.news-feature td {
	padding:0 0 10px;
}
.news-feature a:link, .news-feature a:visited, .news-feature a:hover {
	color:#ffffff;
	font-size:11px;
}
.news-feature ul {
	margin:0;
	padding:0;
	font-size:11px;
	line-height:20px;
	list-style:none;
}

#copyright {
	font-size:10px;
}

.red, .red a:link, .red a:visited, .red a:hover {
	color: red;
}
.blue, .blue a:link, .blue a:visited, .blue a:hover {
	color: #5a7eba;
}
.white, .white a:link, .white a:visited, .white a:hover {
	color:#ffffff;
}
.small {
	font-size: 11px;
}

.floatLt {
	float:left;
}
.floatRt {
	float:right;
}
.clearFloat {
	clear:both;
	line-height:0;
	font-size:1px;
	height:0;
}