body { 
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.logo {
	float: left;
	height: 50px;
	width: 170px;
	display: block;
}

.head {
	display: block;
	background-color: #000000;
}

.headLinkArea {

	color: #820031;
	display: block;
	padding-top: 15px;
	padding-bottom: 5PX;
	margin-left: 200px;
	height: 30px;
}

.headDivider {
	clear: both;
	background-color:#3F9C35;
	height:22px;
}

.newsContent
{
	padding: 10px;
	width: 820px;
	height: 425px;
	
}

.footer {
	border-top:1px solid black;
	color: #000000;
	padding:10px 0px 0px 10px;
}

.footerLink {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

.footerLink:hover {
	text-decoration: underline;
}

.copyWrite {
	font-size: 9px;
	padding-top: 5px;
}

.headLink {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.headLink:hover {
	text-decoration: underline;
}

.maroonText {
	color: #820031;
	font-weight: bold;
}

a.maroonText {
	text-decoration: none;
}

a.maroonText:hover {
	text-decoration: underline;
}

a.copyWriteLink	{
	color:black;
	text-decoration:none;
	}
	
a.copyWriteLink:hover	{
	color:black;
	text-decoration:underline;
	}
	
a.dataLink	{text-decoration:none;color:#003399;
	}
	
a.dataLink:hover	{
	text-decoration:underline;color:#820031;
	}
.newsDate	{
	color:#5B6673;
	}
.hd1{font:bold 14px verdana;color:#787878}
.hd1White{font:bold 14px verdana;color:#ffffff}


.invisibleTextBox
{
	display:none;
}
.bottomRow
{
	border-left:none;
	border-bottom-width:1pt;
	border-bottom-color:SteelBlue;
}

.listbox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
}

.pagedotnet
{
	border-left:none;
}
.bottomRightBorderHidden
{
	border-bottom: none;
	border-right: none;
	border-top: 1px solid;
	border-left: 1px solid;
}

.button
{
	border-right: dimgray 2px ridge;
	border-top: dimgray 2px ridge;
	border-left: dimgray 2px ridge;
	border-bottom: dimgray 2px ridge;
	background-color: gainsboro;
}

.mLeft30
{
	margin-left:30px
}