body {
	background-image: url(images/rolling-back.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center;
	background-color: #AEFF64;
}
p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 10px;
	font-weight: normal;
}
a {
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F08B53;
}
.formlabels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formnotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #7C04A4;

}
