h1 {
	left: -999px;
	position: absolute
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #D9A6C9;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 10px;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	font-weight: bold;
	font-size: 100%;
	margin: 0px;
	line-height: 20px;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #D9A6C9;
	font-weight: bold;
	font-size: 140%;
	padding-bottom: 5px;
	margin: 0px;
	line-height: 20px;
	border-bottom: 1px solid #D9A6C9;
	margin-bottom: 10px;
}


h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #D9A6C9;
	font-weight: bold;
	font-size: 100%;
	padding-bottom: 5px;
	margin: 0px;
	line-height: 20px;
	border-bottom: 1px solid #D9A6C9;
	margin-bottom: 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	line-height: 18px;
}

input {
	height: 14px;
	color: #000;
	font-size: 11px;
	padding-left: 4px;
	border: none;
}

.textfield {
	width: 130px;
	border: none;
	color: #000;
}

.textfieldsmall {
	width: 50px;
	margin-right: 5px;
	border: none;
	color: #000;
}

.textfieldselect {
	color: #000;}

radio {
	width: 10px;
}

.radio {
	padding-right: 20px;
}

.textarea {
	width: 328px;
	height: 80px;
	border: none;
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 7px;
	padding-left: 5px;
	background: #DAB5DA;
}

select {
	width: 136px;
	color: #000;
	font-size: 11px;
	border: 0px;
}

.button {
	margin-top: 15px;
	margin-bottom: 15px;
	float: right;
	width: 135px;
	height: 49px;
	border: none;
	display: block;
}

form {
	margin: 0px;
	padding: 0px;
}

ol {
	font-weight: normal;
}

#content ol li {
	font-weight: normal;
	list-style-type: decimal;
}

label {
	line-height: 20px;
}

.label {
	width: 330px;
	float: left;
	clear: both;
	line-height: 22px;
}


.checkbox {
	float: left;
	background-color: none;
	
}

.checkboxlabel {
	width: 160px;
	float:left;
}

.loginlabel {
	width: 200px;
	float:left;
}

.error {
	color: #fff;
	font-weight: normal;
	background-attachment: scroll;
	background-image: url(../_images/icons/error.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 55px;
	border-bottom: 1px dotted #D9A6C9;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-top: 1px dotted #D9A6C9;
	padding-top: 20px;
	margin-top: 20px;
}

.error a {
	color: #fff;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

img {
	border: none;
}


.invisible {
	display: none;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

legend {
	display: none;
}

.datalogin {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	color: #fff;
	width: 300px;
	margin-left: 110px;
}

.datalogin td {
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

.data {
	margin-top: 10px;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: left;
	color: #fff;
	width: 500px;
}

.data th {
	height: 20px;
	font-weight: bold;
	padding-left: 10px;
	color: #fff;
	margin-right: 5px;
}

.data td {
	vertical-align: top;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	width: 33%;
}
*html a:hover {
text-decoration:none;}
