body   
{
	background-color: White;
	background-attachment: fixed;	
}

a:link
 {
	 color: Blue;
	 text-decoration: underline;
 }

a:visited
{
	color: #0000BF;
	text-decoration: none;
	text-decoration: underline;
}

a:active
{
	color: Red;
	text-decoration: none;
}

a:hover
{
	color: Red;
}


.h1   
{
	margin-top: 4px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	font-size: 12pt;
	font-family: Arial, Helvetica, Verdana, Sans Serif; 
	text-transform: none;
	font-weight: bold;	
	color: #FFFFFF;
	text-align : left;
	margin-left :12;
}

.h2
{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 10pt;
	font-family: Arial, Helvetica, Verdana, Sans Serif;
	font-weight: bold;
	color: #000000;
}

.h3
{	
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana, Sans Serif;
	color: #000000;
}

.h4
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10pt;
	font-family: Arial, Helvetica, Verdana, Sans Serif;
	font-weight: bold;
}

.h5
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10pt;
	font-family: Arial, Helvetica, Verdana, Sans Serif; 
	font-weight: light;
	color: #000000;
}
 

.h6
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 8pt ;
	font-family: Arial, Helvetica, Verdana, Sans Serif;
	font-weight: light;
}



