@charset "UTF-8";
body  {
	margin: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	padding-top: 30;
	padding-right: 20;
	padding-bottom: 0;
	padding-left: 0;
}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	color: #2950A4;
	font-size: 16pt;
	font-weight: bold;
	text-transform: capitalize;
	font-variant: small-caps;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
