/* main body copy */
.main  {
	color : #000000; 
	font-weight : normal; 
	font-size : 12px; 
	font-family: Verdana, Arial, Geneva, sans-serif;
	}
	
.link  {
	color : #000000; 
	font-weight : normal; 
	font-size : 12px; 
	font-family: Verdana, Arial, Geneva, sans-serif;
    text-decoration: underline;
	}
	
.beigelink  {
	color : #BC4024; 
	font-weight : bold; 
	font-size : 12px; 
	font-family: Verdana, Arial, Geneva, sans-serif;
    text-decoration: underline;
	}

.search  {
	color : #F6E3A9; 
	font-weight: bold; 
	font-size: 10px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	text-decoration: underline;
	line-height: 20px;
	}

/* links for drop nav */
.dropbox  {
	background-color : #F3E6BA;
}
.droplink  {
	color : #A91F00;
	font-weight : normal;
	font-size : 11px;
	line-height: 14px;
	text-decoration: none;
	font-family: Verdana, Arial, Geneva, sans-serif;
}
.droplink:HOVER  {
	color : #A91F00;
	font-weight : normal;
	font-size : 11px;
	line-height: 14px;
	text-decoration: underline;
	font-family: Verdana, Arial, Geneva, sans-serif;
}