HTML {
	background-image:url(images/background.jpg);
	background-repeat: repeat-x;

	scrollbar-arrow-color:#FF9900; 
	scrollbar-face-color:#8D6F53; 
	scrollbar-3dlight-color:#6D4825; 
	scrollbar-highlight-color:#FFFDE4; 
	scrollbar-shadow-color:#603913; 
	scrollbar-darkshadow-color:#603913; 
	scrollbar-track-color:#C6B4A5; 
}

BODY {
	font-family:Arial, Helvetica, sans-serif;
	color:#603913;
	font-size:14px;
	}


/* HEADINGS, HORIZONTAL RULE AND LINK COLORS */

A:LINK {color: #FF9900; text-decoration: underline; font-weight: bold;}
A:VISITED {color: #FF9900; text-decoration: underline; font-weight: bold;}
A:HOVER {color: #FF6600; text-decoration: underline; font-weight: bold;}
A:ACTIVE {color: #FF9900; text-decoration: underline; font-weight: bold;}

.pages_uppernav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-align: right;
	color:#FF9900
	}

.smaller_text {
	font-size:11px;
	}

.24_text {
	font-size:24px;
	}

.caption {
	font:Times New Roman;
	font-size:9px
	}

.deep_orange {
	color:#FF6600
	}