a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006633;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #006633;
	text-decoration: underline overline;
	font-size: 11px;
}

.tablehead {
	font-size : 11px;
	font-weight : bold;
	background : #006633;
	color : #FFFFFF;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border-collapse: collapse;
	vertical-align: top;

}

.tablebody {
	font-size : 11px;
	font-weight : bold;
	background : #FFFFFF;
	color : #000000;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-collapse: collapse;
	vertical-align: top;

}
.align {
	vertical-align: top;
	padding-top: 3px;
	padding-top: 3px;
}
.font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006633;
	background-color: #FFFFFF;
	border: 1px solid #006633;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006633;
	background-color: #CCCCCC;
	border: 1px solid #006633;
}

.footer{
	font-size : 11px;
	font-weight : normal;
	background : #006633;
	color : #FFFFFF;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border-collapse: collapse;
	vertical-align: top;
}