h1, h2, h3, h4, p, td, a {
	font-family: 'DINLightRegular', Arial;
	font-weight: normal;
	color: #999999;
	
}
h1 {
	font-size: 14px;
	margin-left: -30px;
	font-weight: bold;
	text-transform:uppercase;
}

h2 {
	font-size: 14px;
	margin-left: -30px;
	text-transform:uppercase;
}

h3 {
	font-size: 14px;
	margin-left: -30px;
}

h4 {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}

p, td {
	font-size: 14px;
	line-height: 25px;
}

div#topbuttons a{
	font-family: 'DINMediumRegular';
	color: #999999;
	text-align: left;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}

ul#navigation li a{
	position: relative;
	display: block;
	font-family: 'DINMediumRegular';
	color: #999999;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}

div.menulink{
	position: relative;
	margin-top:5px;
	margin-bottom: 5px;
}

div#intro a{
	font-family: 'DINMediumRegular';
	color: #363636;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration:none;
}

.submitinput{
	font-family: "DINMediumRegular";
	color: #999999;
	background-color: #363636;
	padding: 5px;
	font-size: 14px;
	border: 0;
}