body { 
	/* customize_body */ font: normal normal 13px Arial; /* customize_body */
	/* customize_body */ color: #777777; /* customize_body */
	line-height:18px;
}

img {border: 0px}
h1 { 
    font-size: 24px; 
    font-weight: bold; 
    color: #9d1300; 
	margin-bottom:4px;
    } 
	
	
h2 { 
    font-size: 16px; 
    font-weight: normal;
    color: #003366; 
	margin-bottom:2px;
}
 p {
	padding: 0px;
	margin-top: 2px;
	color:#333333;
}


a { /* top nav bar */
text-decoration:none;
color:#0033CC;
}
a:hover{ /* top nav bar */
text-decoration:underline;
color:#30a9df;
}

