* {
	margin; 0;
	padding; 0;
}

a:link, a:visited, a:focus, a:active {  
	color: #0033FF; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {  
	color: #416537; 
	text-decoration: none;                                                        
	font-weight: bold;                                              
}
 
                  
/* 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: #EEF0EB url(../images/bg6.gif) repeat-x;
}

p {
	font: normal 0.9em verdana;
	color: #000000;
	text-align: justify;
	padding: 5px;
	line-height: 110%;
}



/* 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;
	}

/* HEADER ALIGNMENT */

.centerHeader {
	text-align: center;
}


