.main {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

.back {
	background-image: url(images/background_body.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #BD2B2E;
	text-transform: uppercase;

}
.scroll {
scrollbar-face-color: #BD2B2E; 
scrollbar-3dlight-color: #BD2B00; 
scrollbar-arrow-color: #F7DA50; 
scrollbar-darkshadow-color: #704C2F;
scrollbar-highlight-color: #FCE57A; 
scrollbar-shadow-color: #7B6A29;
scrollbar-track-color: #000000;
overflow-y:scroll;
overflow-x:hidden;
width:95%; height:260px;
overflow:-moz-scrollbars-vertical; 
}.header {
	font-size: 14px;
	text-transform: uppercase;
	color: #7E1D1F;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:link {
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:active {
	text-decoration: none;
}
#footer a {
	color: #BB7000;
}

#footer {
	/*padding-top: 8px; */
	/*text-align: right;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #BB7000;
}