.standards {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #333333;
	background-attachment: fixed;
}
.headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 18px;
	color: #FFFFFF;
}
a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
h1, h2, h3, h4{
	line-height:normal;
}
/*
================================================
E-Mail Form
================================================
*/

input{
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:1px solid #cccccc;
}

input.button{
	width:202px;
	background:#ffffff;
	font-weight:bold;
}

input.button:hover{
	width:202px;
	background:#888888;
	color:#ffffff;
	font-weight:bold;
}

textarea{
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:1px solid #cccccc;
}
