body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	background-color: rgb(204,204,204);
	color: rgb(0,0,0);
}
body.normal
{
	background-color: rgb(153,153,153);
}
table.normal
{
	background-color: rgb(204,204,204);
}
a:link,a:visited
{
	color: rgb(0,0,153);
}
a:active, a:hover
{
	color: rgb(153,0,51); 
}
td, li, p
{
	font-size: 9pt;
}
hr
{
	height: 1px;
	color: #000000;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(204,153,0);
	font-size: 15pt;
}
h2
{
	color: rgb(51,102,51); 
	font-size: 14pt;
}
h3
{
	color: rgb(102,0,51); 
	font-size: 13pt;
}
h4
{
	color: rgb(67,83,138);
	font-size: 12pt;
}
h5
{
	color: rgb(102,0,51);
	font-size: 11pt;
}
h6
{
	color: rgb(51,102,51);
	font-size: 10pt;
}