#HTMLContent ul {
margin-left:20px;
}


body {
	color: #545454;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	line-height: 15px;
	margin: 0;
	padding: 0;
	background-color: #E0E4E0;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #284178;
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 10px;
	line-height: 20px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #93A0BB;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 10px;
	line-height: 16px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #898989;
	font-weight: bold;
	font-size: 100%;
	margin: 0px;
	line-height: 20px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-size: 100%;
	padding-bottom: 10px;
	margin: 0px;
}

.textfield { background-color: #fff; width: 144px; height: 13px; border: 1px solid #ccc; font-size:10px; padding-left: 4px; color: #6A6A6A;}

.textfieldfile { background-color: #fff; width: 150px; height: 16px; border: 1px solid #ccc; font-size:10px; padding-left: 4px; color: #6A6A6A;}

.textfieldsearch { background-color: #fff; width: 164px; height: 15px; border: 1px solid #E17D35; font-size:10px; padding-top: 3px; padding-left: 4px; color: #6A6A6A; margin-top:3px; margin-bottom: 2px;}

.textfieldsitesearch { background-color: #fff; width: 136px; height: 15px; border: 1px solid #D0D7D8; font-size:10px; padding-top: 3px; padding-left: 4px; color: #6A6A6A; margin-top:3px; margin-bottom: 2px;}

textarea {
	width: 144px;
	height: 60px;
	border: 1px solid #C3C3C3;
	padding-left: 4px;
	padding-top: 2px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
	margin-bottom: 7px;
	color: #6A6A6A;
}

.textarea {
	width: 257px;
	height: 60px;
	border: 1px solid #C3C3C3;
	padding-left: 4px;
	padding-top: 2px;
	color: #6A6A6A;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
	margin-bottom: 7px;
}

select {
	width: 171px;
	height: 18px;
	padding-top: 2px;
	color: #6A6A6A;
	font-size: 11px;
}

.checkbox {
	width: 20px;
	height: 20px;
	border: none;
}


.button {
	width: 70px;
	height: 23px;
	border: none;
	margin-right: 10px;
}

.buttonregister {
	width: 126px;
	height: 23px;
	border: none;
	margin-right: 10px;
}

.buttondownload {
	width: 186px;
	height: 23px;
	border: none;
	margin-right: 10px;
}

.searchbutton {
	width: 104px;
	height: 30px;
	border: none;
	background: none;
	margin-left: 32px;
	margin-top: 15px;
	margin-bottom: 7px;
}

.sitesearchbutton {
	width: 17px;
	height: 17px;
}

label {
	width: 110px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.labelcheckbox {
	width: 210px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.label {
	display: none;
}

.error {
	color: #cc0000;
}
img {
	border: none;
}


.invisible {
	display: none;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

legend {
	display: none;
}

td {
	vertical-align: top;
}



hr {
	border-top: 1px dotted #ccc;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 2px;
	background-color: #fff;
	margin-right: 10px;
	margin-bottom: 0px;
	clear: both;
	padding-top: 10px;
}


