* {
	margin; 0;
	padding; 0;
}

a:link, a:visited, a:focus, a:active {  
	color: #1C8ED0; 
	text-decoration: none; 
	font-weight: normal;
}

a:hover {  
	color: #CD1543; 
	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: #E9F3FC url(../images/bg2.jpg) top center repeat-x;
	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.9em 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, h4, h5 {
	color: #003366;
	}

h3 {
	color:#C91640;
	}

h6 {
	color:#000000;
	}


/* PADDING and MARGIN */

h2, h3, {
	padding: 30px 60px;
	margin-left: 55px; margin-right: 55px;
}


/* FONT SIZE */

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.2em;
}

/* TEXT ALIGN */

h2, h3 {
	text-align: center;
}

