.BlackRow
{
	table-layout: fixed;
	width: 100%;
	background: Black url("images/white_mountain.png") no-repeat right center;		
}
.WhiteTitleCell
{
	color: White;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana;	
}
.ContentTD
{
	color: Black;
	font-size: 13px;
	font-weight: normal;
	font-family: Verdana;	
}
.YellowGreenRow
{
	table-layout: fixed;
	width: 100%;
	background: transparent url("images/yellow_green_bg.png") repeat-x left center;
	padding-bottom: 2px;	
}
.GreenRow
{
	table-layout: fixed;
	width: 100%;
	background-color: #179D46;	
}
