body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: center top;
}
a:link {
	color: #FF3399;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FF66CC;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FF3399;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}
.pad10 {
	padding: 10px;
}
.form {  font-family: Arial, Arial, Helvetica, sans-serif; font-size: 9pt; background-color: #D8E051}