body {
	font-family: Arial, sans-serif, Helvetica;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.content-back {
	background-attachment: fixed;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	font-size: 12px;
	line-height: 15.8px;
}

#content .menu {
	font-size: 10px;
	line-height: 14.4px;
}

#content a {
	 color: #5D3300;
	 text-decoration: none;
	 }
	 
#content a:link {
	 color: #5D3300;
	 text-decoration: none;
	 }
#content a:visited {
	 color: #5D3300;
	 text-decoration: none;
	 }
#content a:active {
	 color: #5D3300;
	 text-decoration: none;
	 }
	 
#content a:hover {
	 color: #FB8B00;
	 text-decoration: underline;
	 }

#content b {
	font-weight: bolder;
	}
	
#content .headline {
	font-weight: bolder;
	font-size: 16px
	}
	
#content input {
	font-size: 11px;
	padding: 0;
	}
	
#content .data {
	color:#000099;
	} 


#footer {
	font-size: 11px;
	color: #ffffff;
}

#footer a {
	 color: #ffffff;
	 text-decoration: none;
	 }
	 
#footer a:hover {
	 color: #000000;
	 text-decoration: underline;
	 }
	 

	
