body
{
	border-right: 0px;
	padding-right: 0px;
	border-top: 0px;
	padding-left: 0px;
	font-size: 8pt;
	background-image: url(/Images/SiteBackground.jpg);
	padding-bottom: 0px;
	margin: 0px;
	border-left: 0px;
	padding-top: 0px;
	border-bottom: 0px;
	font-family: Verdana;
}

.MainTable
{
	background-color: White;
	width: 750px;
	margin: 0px;
	padding: 5px;
	border-left: 1px solid #909999;
	border-right: 1px solid #909999;
	border-bottom: 1px solid #909999;
}

.HeaderCell
{ 
	background-color: White;
}

.HeaderBar
{
	background-color: #909999;
	padding: 10px;
	font-size: 8pt;
	color: White;
	height: 25px;
}

.HomeBannerCell
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.MainCell
{
	padding: 0px;
}

.ContentTable
{
	margin: 0px;
	border: 0px;
	padding: 10px;
}

.ContentChildTable
{
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.ContentCell
{
	border: 1px solid #909999;
	color: #4D4D4F;
}

.ContentTitleCell
{
	border: 1px solid #909999;
	padding: 5px;
	color: #4D4D4F;
	text-align: Left;
}

.ContentTextCell
{
	padding: 0px;
}

.ContentTextTable
{
	padding: 10px;
	color: #4D4D4F;
}

.TitleCell
{
	background-color: #009900;
	color: White;
	font-weight: Bold;
}

.TitleCellRed
{
	background-color: #C70602;
	color: White;
	font-weight: Bold;
}

.Control
{
	font-family: Tahoma;
	font-size: 8pt;
}

.FooterCell
{
	background-color: #909999;
	color: White;
	text-align: Right;
	padding: 10px;
}


.NewsDateCell
{
	font-size: 8pt;
	padding: 5px;
	font-weight: bold;

	border-left: solid 1px #909999;
	border-bottom: solid 1px #909999;
	color: #4D4D4F;
}
.NewsContentCell
{
	font-size: 8pt;
	padding: 5px;

	border-right: solid 1px #909999;
	border-bottom: solid 1px #909999;
	width: 100%;
	color: #4D4D4F;
}

a.GrayNoLine
{
	text-decoration: none;
	color: #4D4D4F;
}
a:hover.GrayNoLine
{
	text-decoration: underline;
}