h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #105527;
	font-weight: bold;
	font-size: 1.29em;
	padding-bottom: 10px;
	margin: 0px;
	line-height: 24px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3A3A3A;
	font-weight: bold;
	font-size: 1.29em;
	padding-bottom: 8px;
	margin: 0px;
	line-height: 24px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8B8B8B;
	font-weight: bold;
	font-size: 110%;
	margin: 0px;
	line-height: 20px;
	padding-bottom: 10px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 13px;
	font-size: 100%;
	padding-bottom: 5px;
	margin: 0px;
}



input {
	height: 16px;
	color: #fff;
	font-size: 11px;
	padding-left: 4px;
	border: none;
}

.textfield {
	width: 130px;
	background-color: #E0EFE5;
	color: #000;
}

radio {
	width: 10px;
}

.textarea {
	width: 298px;
	height: 80px;
	border: none;
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	background: #DAB5DA;
}

#mainleft .checkbox {background: none;}
#mainleft .radio {background: none;}

select {
	width: 135px;
	color: #000;
	font-size: 11px;
	border: 0px;
	background-color: #E0EFE5;
}
multiple {
	width: 135px;
	color: #000;
	font-size: 11px;
	border: 0px;
	background-color: #E0EFE5;
}

.button {
	width: 50px;
	padding-right: 2px;
	height: 49px;
	background-color: #004A19;
	color: #fff;
	height: 16px;
}

form {
	margin: 0px;
	padding: 0px;
}



.label {
	width: 120px;
	float: left;
}
label {
	width: 120px;
	float: left;
	clear: both;
}

.nolabel {
	visibility: hidden;
	width: 70px;
	float: left;
	clear: both;
}


.error {
	color: #cc0000;
}

ul {
	margin: 0px;
	padding: 0px;
}

ol {
	margin: 0px;
	padding: 0px;
}



img {
	border: none;
}


.invisible {
	display: none;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

legend {
	display: none;
}

.data {
	width: 96%;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.data th {
	height: 22px;
	font-weight: bold;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-left: 10px;
	color: #fff;
}

.data td {
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}

.data a {
	text-decoration: none;
}

.data a:hover {
	text-decoration: underline;
}

hr {
	border-top: 1px dotted #ccc;
	background-color: none;
	height: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}



