body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 margin: 0px;
 background: #333333;
}

#wrapper { 
 margin: 0 auto;
 width: 100%;
}
#header {

 color: #333;
 border-bottom: 3px solid #F50003;
 color: #FFF;
  background: #1C1C1C;
  	margin: 0px 0px 0px 0px;

}

#header	img {
	border: none;
}

#navigationwrapper {

	margin: 0px 0px 0px 0px;
	background-color:#4A4A4C;
	background-image: url(../images/bg-menu.jpg);
	height: 31px;
	background-repeat: repeat-x;
	background-position: left top;
	 border-bottom: 3px solid #ooo;
}

#navigation {
	width: 870px;
	margin: 0px auto;
	 padding: 0px;
	

}

#contentwrapper { 
 background:#E6E6E6;
 margin: 0px 0px 0px 0px;

}

#content {
	width: 870px;
	margin: 0px auto;
	 padding: 30px;
	  background:#FFF;
	

}

#content a{ 
	color: #F50003;
	line-height: 15px;
	text-decoration: underline;
	min-height: 400px;

}

#footer {
	color: #FFF;
	font-size: 10px;
	border-top: 3px solid #F50003;
	border-bottom: 3px solid #F50003;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	line-height: 15px;
	background: #4a4a4c url(../images/bg-footer.jpg) repeat-x;
}

#footer a{
	color: #FFF;
	line-height: 15px;
	text-decoration: underline;
}




.headertable {
padding: 20px 0px;
}



.technical_table {
	border: thin solid #666;
}
.whitetext {
	color: #FFF;
}

h1 {
	margin-top: 0px;
	color: #F50003;
}

sup {
font-size: 8px;
}