
a:link
{
	color: rgb(102, 102, 102);
	text-decoration: none; 
}
a:visited
{
	color: rgb(102, 102, 102);
	text-decoration: none;
} 
a:active 
{
	color: rgb(102, 102, 102);
	text-decoration: none;
}


body
{
	
    background-color: #FFFFFF;
	font-size: 8pt;
	font-family: Verdana;
	link: #666666; 
	vlink:#666666;
	alink: #666666;
	text-decoration: none; 
}

A:hover 
{
color: #000000;
text-decoration: underline
}

P
{
    font-size: 8pt;
	font-family: Verdana;
	color: rgb(51,51,51);
}

	h1
{
	font-family: Georgia;
    margin-top: 0; margin-bottom: 0;
	color: rgb(51, 51, 51);
	font-size: 16pt;
	font-weight: 400}
	
    h2
{
	font-family: Courier New;
    margin-top: 0; margin-bottom: 0;
	font-size: 12pt;
	font-weight:700;
	color: rgb(165, 34, 39)
}
	
	h3
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: 400;
	color: rgb(33,33,33);
	margin-top: 0; margin-bottom: 0;
	
}
	h4, h5
{
	font-family: Verdana;
	font-size: 10pt;
    margin-top: 0; margin-bottom: 0
	
}
	h6
{
	font-family: Verdana;
	font-size: 7pt;
    color: rgb(165, 34, 39);
    margin-top: 0; margin-bottom: 0;
	font-weight: 400
}