html, body {
	height: 100% !important;
}

html, body, table, tr, td, p, strong {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

body {
	padding: 0px;
	margin: 0px;
	background: url('images/grass_bg.gif');
}

td.grass_left {
	background: url('images/grass_left.gif') repeat-y;
}

td.grass_right {
	background: url('images/grass_right.gif') repeat-y;
}

table.main {
	width: 806px; 
	height: 100% !important;	
}

table.contentOuter {
	width: 100% !important;
}

td.contentInner {
	padding: 32px 42px 32px 42px;
}

a:link, a:visited, a:active, a:hover {
	color: #125798;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}

td.gray {
	color: #7F7F7F;
}

td.navigation {
	background: url('images/navi_bg.gif') repeat-x;
	padding: 0px 32px 0px 32px;
	margin: 0px;
}

td.gray strong {
	color: #000000;
}