body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
	background-image: url(bg.gif);
	padding-top: 30px;
}
#container {
	background-color: #FFFFFF;
	padding: 20px;
	border: 10px solid #ACC8D9;
}
h1 {
	color: #719152;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding-bottom: 5px;
}
h2 {
	font-size: 14pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding-bottom: 6px;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
#container #form1 td {
	padding-bottom: 6px;
	padding-right: 5px;
	padding-left: 5px;
}
input {
    background: #FFFFFF !important;
}
#container table {
	border: 2px solid #719152;
	background-image: url(gradient.gif);
	background-repeat: repeat-y;
	color: #333333;
}
a:active {
	color: #333333;
	text-decoration: none;
}#sidebar {
	padding: 10px;
	float: right;
	width: 240px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	border: 1px dotted #cccccc;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 8px;
}
.left {
	float: left;
	padding-right: 10px;
}
