BODY, P, HTML
{
	font-size: 12px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

TD, TH
{
	font-weight: normal;
	font-size:11px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

TH
{
	font-size: 110%;

}

.NewsText
{
	font-size: 100%;
	font-weight: normal;
}
.NewsTitle
{
	font-size: 120%;
	font-weight: bold;
}
.NewsDateLine
{
	font-size: 80%;
	font-weight: normal;
}
.NewsTeaser
{
	font-size: 90%;
	font-weight: normal;
}

.NewsBox
{
	font-family: Verdana, sans-serif;
	font-weight: 800;
	height: 100%;
	margin: 0px;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: top;
}

.EditorLabels
{
	font-weight: normal;
	font-size: 100%;
	text-align: right;
}
.ReplyBox1
{
	font-weight: normal;
	font-size: 120%;
	text-align: left;
	vertical-align: top;
}
.ReplyBox2
{
	font-weight: normal;
	font-size: 120%;
	text-align: left;
	vertical-align: top;
}
.ListingHeader
{
	font-weight: normal;
	font-size: 85%;
	text-align: left;
}

.NavCell
{
	font-size: 100%;
}

.StandOutCell
{
	font-weight: bold;
	font-size: 100%;
	text-align: center;
}
.LightCell
{
	font-size: 100%;
}

.ListingLeft1
{
	font-weight: normal;
	font-size: 90%;
	text-align: left;
}
.ListingRight1
{
	font-weight: normal;
	font-size: 90%;
	text-align: right;
}
.ListingLeft2
{
	font-weight: normal;
	font-size: 90%;
	text-align: left;
}
.ListingRight2
{
	font-weight: normal;
	font-size: 90%;
	text-align: right;
}
.LeftNavTitle
{
	font-weight: bold;
	font-size: 110%;
	text-align: center;
}

.TDRightSmall
{
	font-weight: normal;
	font-size: 80%;
	text-align: right;
}
.TDLeftSmall
{
	font-weight: normal;
	font-size: 80%;
	text-align: left;
}
.TDRightMedium
{
	font-weight: normal;
	font-size: 90%;
	text-align: right;
}
.TDLeftMedium
{
	font-weight: normal;
	font-size: 90%;
	text-align: left;
}

.TDRightLarge
{
	font-weight: normal;
	font-size: 100%;
	text-align: right;
}
.TDLeftLarge
{
	font-weight: normal;
	font-size: 100%;
	text-align: left;
}

hr
{
	height: 2px;
	border: 0px;
	border-top-width: 2px;
}

#three-column-container {
	width:100%;
	margin:10px 0px;
	text-align:justify;
	}

#three-column-left {
	float:left;
	width:30%
	}

#three-column-right {
	float:right;
	width:30%
	}

#three-column-middle {
	width:30%;
	margin:0px 32% 0px 35%
	}
/*   2 column */ 
#two-column-container {
	width:100%;
	margin:10px 0px;
	text-align:justify;
	}

#two-column-left {
	float:left;
	width:50%
	}

#two-column-right {
	float:right;
	width:50%
	}

