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


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: black;
	font-weight: bold;
	background-color:#FFF
}

h1 {
	font-size: 2em;
	color: #08457E;
	background-color: #fff;
}

h2 {
	font-size: 1.5em;
	color: #000;
}

h3 {
	font-size: 1.25em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

a {
	text-decoration: underline;
	color: #060;
}

strong {
	font-style: normal;
	text-transform: none;
}

