<!--
	BODY{
		background: #c9c4ac;
		text-align: center;
		background-image: url('/images/bground.gif');
	}
	.bottomRow{
		background: #d4ceb2;
		background-image: url('/images/bottom_right.gif');
		background-position-y: bottom;
		background-repeat: repeat-x;
	}
	.bottomText{
		padding-left: 80px;
		padding-bottom: 24px;
		font-family: Verdana;
		color: #77582f;
		font-size: 12px;
	}
	.bottomCounters{
		padding-left: 24px;
		padding-bottom: 20px;
	}
	.centerField{
		padding-left: 70px;
		padding-top: 10px;
		padding-right: 70px;
	}
	.centerFieldHead{
		background: #d4ceb2 url('/images/center_header.gif') no-repeat 0% center center;
		font-family: Verdana;
		color: white;
		font-size: 14px;
		text-align: center;
		font-weight: 900;
	}
	.menuTD{
		verticel-align: middle;
		font-family: MS Sans Serif;
		font-size: 12px;
		color: #77582f;
		font-weight: 600;
		padding-bottom: 3px;
		padding-top: 3px;
	}
	.menuTD A{
		color: #77582f;
		text-decoration:none;
	}
-->