a:link
{
	color: black;
	text-decoration: none;
}
a:visited    
{	
	color: gray;
	text-decoration: none;
}
a:hover
{
	color: red;
	text-decoration: underline;
}
body         { font-family: Arial, Helvetica; background-color: #FFFFFF; color: #000000; 
               font-size: 8pt }
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153); 
}
h1, h2, h3, h4, h5, h6 
{
	font-family: Arial, Helvetica; 
	color: #FFFFFF; 
	font-weight: bold 
}
h1
{ 
	color: white;
	font-size: 10pt;
	background-color: #FF0000 
}
h2
{
	color: red; 
	font-size: 10pt;
}
h3
{
	color: white; 
	font-size: 10pt;
	background-color: gray;
}
h4
{
	color: red;
	font-size: 10pt;
}
h5
{
	color: red;
	font-size: 10pt;
}
h6
{
	color: red;
	font-size: 10pt;
}
