#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: #EAF1FF; }

		.purple h1 { font-family: Verdana, Arial, Helvetica, sans-serif; color: #5D10D1; font-weight: bold; font-size: 150%;margin-bottom: 10px; line-height: 22px; border-top: dotted #5D10D1 2px; border-bottom: dotted #5D10D1 2px; padding-left: 10px;}
		.purple h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5D10D1;
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 10px;
	line-height: 16px;
}
		.purple h3 { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF4700; font-weight: bold; font-size: 120%; margin: 0px; line-height: 20px;}
			
		.orange h1 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF4700; font-weight: bold; font-size: 150%; margin-bottom: 10px; line-height: 22px; border-top: dotted #FF4700 2px; border-bottom: dotted #FF4700 2px; padding-left: 10px;}
		.orange h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF4700;
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 10px;
	line-height: 16px;
}
		.orange h3 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF4700; font-weight: bold; font-size: 120%; margin: 0px;line-height: 20px;}
		
		.blue h1 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #284178; font-weight: bold; font-size: 150%;margin-bottom: 10px; line-height: 22px; border-top: dotted #284178 2px; border-bottom: dotted #284178 2px; padding-left: 10px;}
		.blue h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #284178;
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 10px;
	line-height: 16px;
}
		.blue h3 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF4700; font-weight: bold; font-size: 120%; 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: 180px;
	height: 16px;
	border: 1px solid #ccc;
	font-size:10px;
	padding-left: 4px;
	color: #6A6A6A;
}

.textfieldfile {
	background-color: #fff;
	width: 180px;
	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: 180px;
	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;
}


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;
	padding-top: 10px;
}
