* {
	margin; 0;
	padding; 0;
}

a:link, a:visited, a:focus, a:active {  
	color: #000; 
	text-decoration: none; 
	font-weight: normal;
}

a:hover {  
	color: #6c0200; 
	text-decoration: none;                                                        
	font-weight: normal;                                              
}
 
                  
/* div class=clear-all */
.clear-all {
	clear:both;
	font-size:.00001%;
	height:0px;
}

.clear{clear:both; font-size:0; line-height:0;}


body {
	margin: 0 auto;
	padding: 0px;
	background: #c3b098;
	font: 1em Lucida, Arial, sans-serif; /* 1em = 16pts */
}


p {
	color:#000;
	margin:15px;
	padding:10px;
	color: #000000;
	text-align: justify;
	line-height: 110%;
	font: normal 0.8em arial, sans-serif;
}

/* FONT FAMILY */
h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 


/* TEXT COLORS */
h1 {
	color:#0C3257;
	}
h2, h3, h4, h5 {
	color:#808073;
	}
h6 {
	color:#000000;
	}

.lucida {
	font: normal 16px lucida sans unicode;
}
