@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: center;
}
	
p {
	line-height: 130%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
}

h1 {
	line-height: 130%;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #003f99;
}

h2 {
	font-size: 130%;
	line-height: 130%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #003f99;
}

