/* FONTS */
h1 { 	 
	line-height:26px; 
	font-size:26px; 
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;	
	color:#640917; 
	font-weight:normal;
	margin:2px 0px;
} 
h2 { 
	font-weight:normal;
	margin:4px 0px 0px 0px; 
	line-height:20px; 
	font-size:18px; 
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;	
	color:#28475C; 
} 
h3 { 
	font-weight:bold;
	margin:2px 0px; 
	line-height:16px; 
	font-size:14px; 
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;	
	color:#640917;
} 
h4 { 
	font-weight:bold;
	margin:4px 0px 10px 0px;
	line-height:14px; 
	font-size:14px; 
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;	
	color:#28475c;
}
h5 { 
	font-weight:bold;
	margin:2px 0px; 
	line-height:16px; 
	font-size:14px; 
	font-family:"Lucida Sans Unicode","Lucida Grande", Arial, sans-serif;	 
	color:#28475c;
} 
h6 { 
	margin-top:0px; 
	margin-bottom:2px; 
	line-height:14px; 
	font-size:12px; 
	font-family:"Lucida Sans Unicode","Lucida Grande", Arial, sans-serif;	
	color:#444444; 
} 
p {
	margin:0px 0px 10px 0px; 
	font-size:12px;
	color:#333030;
	font-weight:normal;
	}

#content a:link,
#content a:visited,
#content a:hover {
	color:#660000;
}

a:link,
a:visited,
a:hover {
	color:#660000;
}


/* SEARCH BOX */
input.search-text {
	width:130px;
	height:12px;
	border:2px solid #cbc7b2;
    padding:4px;
}
/* SEARCH BOX */
.search-box {
	margin-top:20px;
}
