BODY
{
   scrollbar-face-color: #A2842E; 
   scrollbar-shadow-color: black; 
   scrollbar-highlight-color: #3B3011; 
   scrollbar-3dlight-color: #FFD913;   
   scrollbar-darkshadow-color: black;	
   scrollbar-arrow-color: #3B3011;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   background-attachment: fixed;
   background-image: url(../images/bg.jpg);
   background-repeat: no-repeat;
   background-position: left top;   
}
a:link {
	color: #3b3011;
}
a:visited {
	color: #3B3011;
}
a:hover {
	color: #786323;
}
a:active {
	color: #786323;
}
.bg_image_diamond {
	background-attachment: scroll;
	background-image: url(../images/diamond_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.contenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #2B2D25;
}

.team_borders {
	border: 1px dashed ##A3832E;
}

.results_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3B3011;
	text-decoration: underline;
}
.border_hr {
	border: 1px solid #a2842e;
}

