a:link
{
	color: rgb(0,51,153); 
}
a:visited
{
	color: rgb(153,0,51); 
} 
a:active 
{
	color: rgb(153,102,0);
}
body
{
	font-family: Arial; font-size: 10pt;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}
table
{
	table-border-color-light: rgb(255,255,255);
	table-border-color-dark: rgb(0,51,153); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Arial Narrow;

}
h1 b
{
	font-family: Verdana; color: rgb(99,00,33); font-size: 24pt;
}
h2 b
{
	font-family: Arial; color: rgb(00,33,99); font-size: 18pt;
}
h3 b
{
	font-family: Arial; color: rgb(00,33,99); font-size: 12pt;
}
h4 b
{
	font-family: Arial Narrow; color: rgb(0,0,0); font-size: 12pt;
}
h5 b
{
	font-family: Arial; color: rgb(128,128,128); font-size: 8pt;
}
h6 b
{
	font-family: Arial Narrow; color: rgb(255,255,255); font-size: 12pt;
}