html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 margin-top: 30px;
 background-position:center;
 background-repeat:repeat-y;
} 
 
#pagecentral{ 
 width:627px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 
} 


h1{
    height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #304A79;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #304A79;
	font-weight: bold;
	margin-top: -20px;
}
	
h3{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #304A79;
	font-weight: bold;
}

h4{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E80000;
	font-weight: bold;
	margin-top:20px;

}

img {
border:none;
border-color:#304A79;

}


	
	

