.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: #003399;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C2D0EB;
	border-right-color: #C2D0EB;
	border-bottom-color: #C2D0EB;
	border-left-color: #C2D0EB;
}

a.button:hover {
	color: #6699CC;
	text-decoration: underline;
	background-color: #F5F5F5;
} 
a.footer {
	width:100%;
	height:100%;
	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: #F0F4F9;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.navbottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C2D0EB;
	border-right-color: #C2D0EB;
	border-bottom-color: #C2D0EB;
	border-left-color: #C2D0EB;
}
a.footer2 {
	color: #006666;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.footer2:hover {
	color: #CC0000;
	text-decoration: underline;
}

