a:link
{
	color: rgb(5, 5, 5); 
	text-decoration: none;
}
a:visited
{
	color: rgb(5, 5, 5); 
	text-decoration: none;
} 
a:hover 
{
	color: rgb(200, 0, 0);
	text-decoration: underline;
}
body
{
	font-family: Helvetica, Arial;
	font-size: 9pt;
	color: rgb(5, 5, 5);
}
table
{
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Helvetica, Arial;
	font-weight: bold;
}
h1
{
	font-size: 12pt;
	color: 4B709C;
}
h2
{
	font-size: 10pt;
	color: 4B709C;
}
h3
{
	font-size: 10pt;
	color: 333333; 
}
h4
{
	color: rgb(0, 51, 102);
}
h5
{
	color: rgb(51, 0, 153);
}
h6
{
	color: rgb(204, 0, 153);
}