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	{
	padding:	0;
	color:	#000000;
	font-family : 'Lucida Sans', Arial, Helvetica,  sans-serif;
	background-color : #fff8db ;
	margin: 25px 0 20px 25px;
	font-weight: bold;
}


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;
	}

	/* 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;	}
	
a:active	{
	color: #8B0000;
	background-color: transparent;
	font-family :'Lucida Sans',  Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
		
dt 	{
	font-weight: bold;
	}
li.none {
	list-style-type: none;
}
	
p {
    line-height: 1.3em;
   }
		
h1, h2, h3, h4, h5 {
	font-family: Verdana, helvetica, arial,  sans-serif;
	font-weight: bold;
	color: #464770;
	background-color:transparent;
	margin:	5px 0 0 0;
	}
	
h1	{
	font-size:	24px;	
	}
	
h2	{
	font-size:	22px;
	}
	
h3	{
	font-size:	20px;
	}
	
h4 {
	font-size:	18px;
		}
	
h5	{
	font-size:	14px;
	}
	
h6	{
	font-size:	12px;
	color: #006600;
	background-color: transparent;
	}		

ol {
	list-style-type: decimal;
}
.menu {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
		font-size : 16px;
	margin : 10px;
    }

	
.menusmall {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size : 13px;
	margin : 0;
	 }
	
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;
	}
	
.white {
	color: #fff;
	background-color:#6b7650;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	}	
	
.whitefooter {
	color: #fff8db;
	background-color:#6b7650;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	}	
	
.menuborder {
	border-color : #cdcaaf;
	border-style : groove;
}


hr {
	color : #88825a;
	background-color: transparent;
	height : 4px;
}
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;
}

.important {
	background-color: transparent;
	color: #CA0000;
	font-size: larger;
	font-weight: bolder;
	border: double;
	border-color: #464770;
	padding: 8px;
}
.important2 {
	background-color: transparent;
	color: #CA0000;
	font-size: larger;
	border: double;
	border-color: #464770;
	padding: 8px;
}
