/* colors
dk blue = #00339e
lt blue = #0098d4

  */
body {
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: .9em;
}

h1 {
	font-size: 1.5em;
	color: #00339e;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	line-height: 20px;

}

h2 {
	font-size: 1.2em;
	color: #0098d4;
	border-bottom: 1px dotted #0098d4;
	font-weight: normal;
}

p {
	margin: 0px 0px px 0px;
	font-size: 1em;
	color: #000000;
	line-height: 1.3em;

}
