body {
 	background-color: #ccff66;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

h1
{
    
	font-weight: bold;
	font-size: 10pt;
	margin: 10px 0px 10px 10px;
	padding-left: 0px;
	color: #000;
	

}

h2
{
	font-weight: bold;
	font-size: 9pt;
	margin: 10px 0px 5px 15px;
	color: #000;
	text-decoration: none;
}
h3
{
	font-size: 10pt;
	margin: 0px 0px 0px 10px;
	color: #000;
	padding-top: 5px;
}

h4
{
    vertical-align:top;
	font-size: 9pt;
	
	margin-left: 8px;
	margin-bottom: 10px;
	color: #616363;
	padding-bottom: 0px;
    height:25px;
    
}

h5
{
	font-size: 10pt;
	margin: 0px 0px 0px 10px;
	color: #0172c2;
	padding-top: 5px;
}
p {
	margin-top: 0px;
	margin:0 0 10px 8px;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;	
}


