	/*Same style as H2 but no bullets*/
.h2c
{
	font: bold 12pt "times new roman", times, arial;
	color: #366CA3;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 12px;

}


H3 
{
	padding: 3px 0px 2px 0px;
	margin: 0px;
	font: 11pt times new roman, times, arial;
	font-weight: bold;
	color: #6699cc;
}
/*no padding*/
.h3b 
{
	padding: 0px;
	margin: 0px 0px 0px 14px;
	font: 11pt times new roman, times, arial;
	font-weight: bold;
	color: #6699cc;
}

H3 a
{
	color: #6699cc;
	text-decoration: none;	
}
H3 a:hover
{
	text-decoration: underline;	
}

H4 
{
	margin: 5px 0px 3px 0px;
}
H4 a
{
	text-decoration: none;	
}
H4 a:hover
{
	text-decoration: underline;	
}
H5 
{
	font: 11pt times new roman, times, arial;
	margin: 3px 0px 2px 0px;
	font-weight: bold;
	color: #999;
}
/*End Page Title*/


.maintxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;


}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0099FF;
}
