#HTMLContent ul {
margin-left:20px;
}


h1 {
	position: absolute;
	left: -999px;
	visibility: hidden;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #788384;
	font-weight: bold;
	font-size: 120%;
	margin: 0px;
	line-height: 20px;
	padding-bottom: 10px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #788384;
	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: 15px;
	margin: 0px;
}


textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 166px;
	height: 60px;
	border: 1px solid #C3C3C3;
	padding-left: 4px;
	padding-top: 2px;
	color: #6A737B;
	font-size: 11px;
	overflow: auto;
	margin-bottom: 7px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 194px;
	color: #6A737B;
	font-size: 10px;
	background-color: #fff;
	height: 18px;
	margin-top: 4px;
}


.selectsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 81px;
	color: #6A737B;
	font-size: 10px;
	background-color: #fff;
	height: 18px;
	margin-top: 4px;
}

.textfield {
	color: #6A737B;
}

.checkbox {
	width: 20px;
	height: 20px;
	border: none;
}

.checkboxlabel {
	width: 167px;
	margin: 0px;
	padding-top: 3px;
	float: right;
	font-weight: bold;
}

.shortlabel {
	width: 50px;
	margin: 0px;
	padding-top: 3px;
	font-weight: bold;
}


.button {
	margin-top: 5px;
	width: 70px;
	height: 25px;
	border: none;
}

form {
	margin: 0px;
}

label {
	width: 70px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.label {
	display: none;
}

.error {
	color: #cc0000;
}


img {
	border: none;
}


fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

legend {
	display: none;
}

.data {
	width: 330px;
	background-color: #fff;
	color: #6A737B;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.data th {
	height: 25px;
	font-weight: bold;
	background-color: #6A737B;
	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 #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
}


hr {
	border-top: 1px solid #C6D7EA;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 2px;
	background-color: #fff;
}


