html {
	scrollbar-face-color: #020804;
	scrollbar-arrow-color: #813D01;
	scrollbar-base-color: #020804;
	scrollbar-shadow-color: #020804;
	scrollbar-darkshadow-color: #020804;
	scrollbar-highlight-color: #813D01;
	scrollbar-3dlight-color: #813D01;
	scrollbar-track-color: #020804;
}
/* Combined style sheet for the index pages and the slide pages. */

/* Style for all bodies and to control the margin on top. */
body {
	background-color: #070908;
	border: 0 px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EEE2B9;
}




/* Headers */

H1 {
	font-weight: normal;
	color: #EEE2B9;
	font-size: 16px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
H2 {
	font-weight: normal;
	color: #EEE2B9;
	font-size: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}



/* Style for the page body */
.pagebody {
	background-color: #020804; /*RAC!! was F7FBFF*/
	padding:0px;
}



/* Custom link styles */
a:active {
	text-decoration: none;
	color: #EB9544; /*RAC!! was black*/
}

a:visited {
	text-decoration: none;
	color: #EB9544; /*RAC!! was black*/
}

a:hover {
	text-decoration: none;
	color: #EB9544;
}

a:link {
	text-decoration: none; /*RAC!! was black*/
}

