BODY {
	background-color: #E7E5DD;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg-w.gif);
	background-position: center;
	background-repeat: repeat-y;
}
SELECT, INPUT {
	font-size: 10px; 
	border: solid 1px gray;
}
DIV.Bot {
	background-image: url(images/footer.jpg); 
	background-repeat: repeat-x; 
	height: 62px; 
	text-align: center; 
	color: #62604D; 
	padding-top: 15px; 
	font-size 10px; 
	font-weight: bold;
}
DIV.bot A {
	color: #62604D; 
	text-decoration: none;
	border-bottom: dotted 1px darkblue;
}
div.header {
	border-bottom: solid 1px black;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	font-size: 18pt;
	color: #000033;
	margin-bottom: 10px;
}
TD, TH {
	font-size: 12px;
}