<!--
body {
	margin: 0px;
	background-color: #6D0307;
	background-position:center;
	background-repeat:no-repeat;
}

form {
	margin: 0px;
	padding: 0px;
}

.footer {
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.footer {
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a.footer:hover {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.content {
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.content a {
	color: #F49300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
}

.content a:hover {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
}

.headline {
	color: #222222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
}

.subline {
	color: #222222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
}

.subline a {
	color: #222222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

.inputtext {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

.inputsubmit {
	padding-left:5px;
	padding-right:5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	background-color: #F49300;
	border: 0;
}

hr {
	height:2px;
	border: 1px solid #EEEEEE;
}
-->