a:link
{
	color: #0066FF;
	text-decoration: none
}
a:visited
{
	color: #3366CC;
	text-decoration: none
 
} 
a:active 
{
	color: #008080;
	text-decoration: none	
}
a:hover
{
	color:#CC0000;
	text-decoration: underline
}
body
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 10pt;
	background-color: #ffffff;
	color: rgb(0,51,51);
}
table
{
	padding-left: 5px; 
	padding-right: 5px; 
	padding-top: 5px; 	
	padding-bottom: 10px;
	background-color: #66ccff;
}

p
{
	text-indent: 0; 
	text-align: left; 
	margin-left: 20px; 
	margin-right: 20px;
	font-size:10pt;
}


h1, h2, h3, h4, h5, h6
{
	font-family: Verdana,Arial,Helvetica;
}
h1
{
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	font-size:14pt;
}
li           
{ 
	list-style-type: square;
	font-size:10pt;
}