@charset "ISO-8859-1";
body {
	margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-image:url('images/bg.jpg');
	background-attachment:fixed;
	background-color:#FC0;
	}
	
#Content {
	width:760px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	border:1px solid #333;
	background-color:#fff;
	}
	

.content_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #333;
	line-height: 12pt;
}

.content_text7{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7pt;
	color: #333;
	line-height: 10pt;
}

.news_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 12pt;
	font-weight: bold;
	color: #666;
}

.content_headers {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 12pt;
	font-weight: bold;
	color: #666;
}

a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #F60;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #F33;
	text-decoration: none;
}

.newsheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-style: italic;
	color: #F00;
	font-weight: bold;
}

