/*General Styles*/

body,td,div,span,p,li,h1,h2,h3,h4
{
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	color:#000000;
	}

a
{
	color:#04246c;
	font-weight:bold;
	text-decoration:underline;
}	

a:visited
{
	color: #04246c;
	}

a:hover
{
	color: #04246c;
	text-decoration:none;
	}
	
h1
{
	margin:0;
	padding:0;
	color:#04246c;
	font-size: 20px;
	font-weight: bold;
	margin-bottom:10px;
	}
h2
{
	margin:0;
	padding:0;
	color:#04246c;
	font-size: 20px;
	font-weight: normal;
	margin-bottom:10px;
}
h3
{
	margin:0;
	padding:0;
	color:#04246c;
	font-size: 17px;
	font-weight: bold;
	margin-bottom:10px;
}
h4
{
	margin:0;
	padding:0;
	color:#04246c;
	font-size: 11px;
	font-weight: normal;
        font-weight: bold;
	margin-bottom:10px;
}
img
{
	border-width:0px;
	margin:0;
	}
		
p
{
        line-height: 14pt; 
	margin:0;
	padding:0;
	}
/*End General Styles*/