@charset "utf-8";
/* CSS Document */
body {
	background: #33406d;
	margin-left: 0px;
	margin-top: 0px;
}
.home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h2.home {
	font-size: 16px;
	color: #33406d;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: -5px;
	}
p.home {
	font-size: 
	margin-top: 0;
	/*text-align: justify;*/
	}
span.important {
	font-weight: bold;
	}	
span.lead {
	font-size: 16px;
	color: #33406d;
	font-style: italic;
	font-weight: bold;
	}	
a img {
	border: 0;
}	
	
