.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.button {
	display:block;
	width:100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2C5858;
	text-decoration: none;
	background-color: #BDAA84;
}

a.button:hover {
	color: #000000;
	text-decoration: none;
	background-color: #CABC9B;
} 
a.footer {
	width:auto;
	height:auto;
	color: #0033CC;
	text-decoration: underline;
}

a.footer:hover {
	color: #CC0000;
	text-decoration: underline;
} 
.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EFFAFA;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
.mainborder {
	border: 1px solid #000000;
}
