/* CSS Document */

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

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #DD2F20;
	font-size:24px;
	margin-bottom:20px;
	font-weight:normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0 auto;
	font-weight: normal;
	color: #DD2F20;
	padding-bottom: 14px;
}

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

a {
		color: #DD2F20;
		text-decoration:none;
		font-size: 1.2em;
		}
		
a:hover{
		color: #2529C0;
		text-decoration:none;
		font-size: 1.2em;
		}
		
p {
	margin: 4px 0px 10px 0px;
}

li {
list-style:square;
}







