BODY {
	SCROLLBAR-FACE-COLOR: #CEEAF2;
	SCROLLBAR-HIGHLIGHT-COLOR: #CEEAF2;
	SCROLLBAR-SHADOW-COLOR: #00829B;
	SCROLLBAR-3DLIGHT-COLOR: #00829B;
	SCROLLBAR-ARROW-COLOR:  #00829B;
	SCROLLBAR-TRACK-COLOR: #CEEAF2;
	SCROLLBAR-DARKSHADOW-COLOR: #00829B;
	background-color: #7C6B51;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

P {
	color : #333333;
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
}

A {
	color : #426F1A;
	text-decoration : none;
	font-weight: bold;
}

A:HOVER {
	color : #FC7801;
	text-decoration : underline;
}

Table {
	color : #333333;
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
}

.title {
	color : #C88906;
	font-family : Arial, sans-serif;
	font-size : 16px;
	font-weight: bold;
	}
	
.subtitle {
	color : #000000;
	font-family : Arial, sans-serif;
	font-size : 16px;
	font-weight: bold;
	background-color:#F8EB79;
	}	
	
.tidbit { 
	color : #000000;
	font-family : Arial, sans-serif;
	font-size : 12px; }
				
.white { color : #FFFFFF; }
