/* CSS Document */

h1 { display:none; height:1px; text-indent:-9999em; text-decoration:none; }

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0 auto;
	font-weight: bold;
	color: #0A0B43;
	padding-bottom: 6px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin: 0 auto;
	font-weight: bold;
	color: #0A0B43;
	padding-bottom: 2px;
}

b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0 auto;
	font-weight: normal;
	color: #0A0B43;
}

a {
		color: #439600;
		text-decoration:none;
		font-size: 1.2em;
		}
		
a:hover{
		color: #DC170E;
		text-decoration:none;
		font-size: 1.2em;
		}
		
p {
	margin: 6px 0px 12px 0px;
}

li {
list-style:square;
}







