body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.button {
	display:block;
	width:100%;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF3300;
	border-bottom-color: #990000;
	background-color: #BE0000;
}

a.button:hover {
	color: #FFECC6;
	text-decoration: none;
	background-color: #CC0001;
	font-weight: bold;
} 
a.footer {
	width:auto;
	height:auto;
	color: #0033CC;
	text-decoration: none;
}

a.footer:hover {
	color: #CC0000;
	text-decoration: underline;
} 
.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F0F4F9;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
.mainborder {
	border: 1px solid #000000;
}
.darktable {
	background-color: #F1D8B1;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #CC9900;
	border-left: 1px solid #CC9900;
}
.lighttable {

	background-color: #F8EAD6;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #CC9900;
	border-left: 1px solid #CC9900;
}
.midtable {
	background-color: #F4DFC0;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #CC9900;
	border-left: 1px solid #CC9900;
}
