a:link
{
	color: #0000FF;
	text-decoration: none; 
}
a:visited
{
	text-decoration: none; 
} 
a:hover
{
	color: #FF0000;
	text-decoration: underline; 
} 
a:active 
{
	color: rgb(0,102,102);
}
body
{
	font-family: Arial, Helvetica; font-size: 10pt;
	background-color: #EEEEEE;
	color: #000000;
	margin-left: 8px;
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
	font-family: Arial, Helvetica; font-size: 10pt;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: #000000;
	font-size: 14pt;
}
h2
{
	color: #000000;
	font-size: 12pt; 
}
h3
{
	color: rgb(153,153,102); 
}
h4
{
	color: rgb(0,153,153);
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
}
