html{
	height:100%;
}
body{
	margin:0px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	background-color:#f3e38d;
}
.cssSubHeader{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000;
	font-weight:bold;
}
a:link, a:active, a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline		
}
input, select, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
