html {	
	scrollbar-3dlight-color: #fff8db;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #cdcaaf;
	scrollbar-darkshadow-color: #424f1f;
	scrollbar-face-color: #6b7650;
	scrollbar-track-color: #cdcaaf;	
}
body	{
	margin:		20px;
	padding:	0;
	color:	#000;
	font-family : 'Lucida Sans', Arial, sans-serif,  Helvetica;
	background-color : #fff8db ;
	
	}

div, p, th, td, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family: 'Lucida Sans', sans-serif,  Arial, Helvetica;
    }
	
a	{
    background-color : transparent;
	color:	#424f1f;
    font-family : 'Lucida Sans', Arial, Helvetica, sans-serif;
	text-decoration:	none;
	font-weight:	bold;
	}
	
a:link	{
	color:	#424f1f;
	background-color: transparent;
	font-family : 'Lucida Sans', Arial, Helvetica,  sans-serif;
	font-weight:	bold;
	}
a:visited	{
	color: #424f1f;
	background-color: transparent;
    font-family : 'Lucida Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

a:active	{
	color:	#8b0000;
	background-color: transparent;
	font-family :'Lucida Sans',  Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	/* hover has to be on this page after visited */
a:hover	{
	color: #6B7650;
	background-color: #ffefd5;
	text-decoration:	underline;
	font-family :'Lucida Sans',  Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
dt 	{
	font-weight: bold;
	}
	
p {
	font-family : Courier, monospace;
    line-height: 1.3em;
}	
h1, h2, h3, h4, h5 {
	font-family: Verdana, helvetica, arial,  sans-serif;
	font-weight: bold;
	background-color: transparent;
	margin:	5px 0 0 0;
	color: #464770;
		}
	
	
h6	{
	font-size:	12px;
	color: #006600;
	background-color: transparent;
	}		

	
img	{
		/* turns off gaps around images */
	border:	0
	}
	
code, tt, pre	{
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #666666;
	background: #FFFFF2;
	}

.small {
	font-size: 11px;
	font-family : sans-serif, Arial, Helvetica;
	}

.whitefooter {
	color: #fff8db;
	background-color:#6b7650;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	}	
	
hr {
	color : #88825a;
	height : 4px;	
	background-color :transparent;
}
a.whitefooter {
	color: #fff8db;
	background-color:#6b7650;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-decoration: none;
}

a.whitefooter:hover {
	color: #6b7650;
	background-color:#fff8db;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
}

a.whitefooter:visited {
	color: #fff8db;
	background-color:#6b7650;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
}