body {
	margin: 0;
	padding: 0;
	color: black;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

img {
	margin: 0px;
	padding: 0px;
	display: block;
}

.countdown {
	color: black;
	font: bold 14px Arial, sans-serif;
}

.error {
	color: red;
}

.red {
	color: red;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 5px;
}

li.none {
	background-image: none;
	background-position: 0;
	background-repeat: no-repeat;
	padding: 0px;
}

input {
	background-color: #fefefe;
	border: 1px solid #e0e0e0;
}

.SubHead {
	font-family: Rockwell, Arial;
	font-size: 14px;
	font-weight: bold;
}

.MainArticleText {
	font-family: Arial;
	font-size: 12px;
}

textarea {
	background-color: #fefefe;
	border: 1px solid #e0e0e0;
}

select {
	background-color: #fefefe;
	border: 1px solid #e0e0e0;
}

input.highlight {
	background-color: #ffffff;
	border-bottom: 1px solid #666666;
}

.pagetitle {
	color: black;
	font: bold 24px Rockwell, Arial, sans-serif;
}

a.tooltip:HOVER {
	position: relative;
	text-decoration: none;
}

A span.tooltipspan {
	display: none;
}

a.tooltip:HOVER span.tooltipspan {
	text-decoration: none;
	display: block;
	position: absolute;
	color: black;
	width: 180px;
	top: 30px;
	left: -180px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	background: #ffcc02;
	border: 1px dotted #c0c0c0;
	opacity: 0.9;
}

.highlightstitle {
	color: black;
	font: bold 16px Rockwell, Arial, sans-serif;
}

A.highlightstitlered {
	color: #cc3333;
	font: bold 16px Rockwell, Arial, sans-serif;
	text-decoration: none;
}

A.highlightstitlered:HOVER {
	color: #cc3333;
	font: bold 16px Rockwell, Arial, sans-serif;
	text-decoration: underline;
}

A.blkbld {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

A.blkbld:HOVER {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

A.blkred {
	color: black;
	text-decoration: none;
}

A.blkred:HOVER {
	color: #cc3333;
	text-decoration: none;
}

.tblheader {
	color: white;
	font: bold 16px Rockwell, Arial, sans-serif;
}

.highlighttitle {
	color: black;
	font: bold 12px Arial, sans-serif;
}

A.highlighttitle {
	color: black;
	font: bold 12px Arial, sans-serif;
	text-decoration: none;
}

.tiny {
	color: black;
	font: bold 10px Arial, sans-serif;
}

A.tiny {
	color: black;
	font: bold 10px Arial, sans-serif;
	text-decoration: none;
}

A.tiny:HOVER {
	color: black;
	font: bold 10px Arial, sans-serif;
	text-decoration: underline;
}

.pagesubtitle {
	color: black;
	font: bold 10px Rockwell, Arial, sans-serif;
}

.heading {
	color: black;
	font: bold 16px Arial, sans-serif;
}

.nullclass {
	font-size: 0px;
	line-height: 0px;
}

.newsheading {
	color: black;
	font: bold 16px Rockwell, Arial, sans-serif;
}

.newsheadingborder {
	background-color: #f7f7f7;
	border-bottom: 1px dotted #999999;
	border-top: 1px dotted #999999;
	padding-right: 25px;
	padding-left: 10px;
}

.date {
	color: #b0b0b0;
	font: 9px Arial, sans-serif;
}

.content {
	color: #000000;
	font: 11px Arial, sans-serif;
	line-height: 20px;
}

A.admin {
	color: #cc3333;
}

A.admin:HOVER {
	color: #cc3333;
}

A {
	color: #cc3333;
	text-decoration: none;
}

A:HOVER {
	color: #cc3333;
	text-decoration: underline;
}

A.redlink {
	color: #cc3333;
	text-decoration: none;
}

A.redlink:HOVER {
	color: #cc3333;
	text-decoration: underline;
}

A.greenlink {
	color: #376f2a;
	text-decoration: none;
	font-weight: bold;
}

A.greenlink:HOVER {
	color: #376f2a;
	text-decoration: underline;
	font-weight: bold;
}

TD.borders {
	border-bottom: 1px solid #c7c7c7;
	padding-right: 25px;
}

TD.bordersnopadding {
	border-bottom: 1px solid #c7c7c7;
}

TD.dottedborders {
	border-bottom: 1px dotted #999999;
	padding-right: 25px;
}

TD.bothdottedborders {
	border-bottom: 1px dotted #999999;
	border-top: 1px dotted #999999;
	padding-right: 25px;
}

TD.governancemenu {
	background-color: #f2f2f2;
	font: italic 12px Rockwell, Arial, Tahoma;
	border: 1px solid #d9d9d9;
}

TD.governancemenuselected {
	background-color: #fff;
	color: #000;
	font: italic 12px Rockwell, Arial, Tahoma;
	border: 1px solid #d9d9d9;
}

TD.governancemenu:HOVER {
	background-color: #fff;
	color: #000;
	font: italic 12px Rockwell, Arial, Tahoma;
	border: 1px solid #d9d9d9;
}

A.governancemenu {
	color: #a31010;
	text-decoration: none;
}

A.governancemenu:HOVER {
	color: #000;
	text-decoration: none;
}

A.governancemenuselected {
	color: #000;
	text-decoration: none;
}

A.newsletterLink:HOVER {
	color: #e6141b;
	text-decoration: underline;
}

A.newsletterLink {
	color: #e6141b;
	text-decoration: none;
}

input.loginBtn {
	height: 42px;
	color: #990200;
	border: 1px solid #d8d8d8;
	background: repeat-x url(images/login_btn_bg.jpg);
}

input.loginBtn:HOVER {
	height: 42px;
	color: #990200;
	border: 1px solid #990200;
	background: repeat-x url(images/login_btn_bg.jpg);
}

.slideshow {
	position:  relative;
	height: 157px;
	width: 1020px;
	margin: 0;
	overflow:  hidden;
}