body {
	font: 11px/15px arial,sans-serif;
	font-weight: bold;
	color: #666666;
	text-align: center;
	background-color: #E5E5E5;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #AF1023;
}
#contactTable td {
	font: 11px/15px arial,sans-serif;
	font-weight: bold;
	padding: 3px 0;
	line-height: 18px;
	width: auto;
	height: auto;
}
h1 {
	color: #AF1023; 
	font-size: 11px;
}
#content { 
	position: relative;
	text-align: left;
	font: 11px/15px arial,sans-serif;
	font-weight: bold;
	width: 400px;
	margin: 50px;
}
.titel {
	color: #AF1023;
	font-weight: bold;
	padding-right: 4px;
}
.editInfo {
	color: #006DB8;
	font-size: 9px;
	line-height: 11px;
}
ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul a {
	color: #AF1023;
}
ul ul a {
	color: #666666;
}
ul ul a:hover {
	color: black;
}
.input{
	border: 1px solid black;
	font-size: 11px;
	background-color: #F0F0F0;
}
.radio {
	margin:0;
	vertical-align:middle;
}
.date {
	width: 80px;
}
.text {
	width: 120px;
}
.textarea {
	width: 100%;
	height: 70px;
}
.submit {
	background-color: #E6E6E6;
	border: 1px solid black;
	font-weight: bold;
}
.submit:hover {
	background-color: #A7A8AA;
}
.hr {
	border-top: 2px solid #A7A8AA;
	margin: 6px 0;
	width:100%
	height:auto;
}
.nodisplay {
	display:none;
}
.error {
	background-color: #FF9999;
}