@charset "utf-8";
/* CSS Document */

body {
	background: white;
	margin: 0px;
	padding: 0px;
}

.maincontent {
	width: 999px;
	margin:0px auto;
	overflow: hidden;
	color: white;
}
		
a:link, a:visited { color:white }
a:hover {
	color:#66CC00
}

.footer { background-color: #336600; }

.footer td {
	font-size: 11px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	
}


.newsH1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:white;
	font-weight:normal;
	line-height: 26px;
	}
	
.newsTEXT { font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		line-height: 150%;
		color:white;
		margin-bottom:75px;
		}.headlinenews {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: normal;
	color:white;
	margin-bottom:75px;
}
#headlineLink a,#headlineLink a:visited {
	text-decoration:none;
	border:1px solid #FFF;
	color:#FFF;
	display:block;
	padding:5px;
}
