

/* Presentation Stylesheet */ 


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height:1.5em;
    color: #666;
    background: #fff;
       }

.grey {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666;
    line-height:.9em;
    font-weight: bold; 
    
    }


.bigheader {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: #a69452;
font-weight: bold; 
margin-bottom: 12px;
   
}



.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
    line-height:1.3em;
    
    }


.lowbor { border-bottom: 1px solid #bbbbbb;}
.highbor { border-top: 1px solid #bbbbbb;}



a:link {
text-decoration: underline;
	color: #8f7a2d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8f7a2d;
}
a:hover {
	text-decoration: underline;
	color: #a69452;
    font-size:13;
}
a:active {
	text-decoration: none;
	color: #a69452;
}