a:link
{
	color: rgb(204,0,0); text-decoration: none
}
a:visited
{
	color: rgb(204,0,0); text-decoration: none
} 
a:active 
{
	color: rgb(0,0,0); text-decoration: none
}
a:hover
{
	color: #808080; text-decoration: underline
}
body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	background-color: #E9E9E9;
	color: rgb(0,0,0);
	SCROLLBAR-BASE-COLOR: rgb(255,255,255); 
	SCROLLBAR-ARROW-COLOR: rgb(204,0,0);
	SCROLLBAR-3DLIGHT-COLOR: rgb(255,255,255); 
	SCROLLBAR-HIGHLIGHT-COLOR: rgb(255,255,255);
	SCROLLBAR-SHADOW-COLOR: rgb(255,255,255); 
	SCROLLBAR-DARKSHADOW-COLOR: rgb(255,255,255);
	SCROLLBAR-FACE-COLOR: rgb(255,255,255); 
	SCROLLBAR-TRACK-COLOR: rgb(255,255,255);

}
table
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	table-border-color-light: rgb(255,255,255);
	table-border-color-dark: rgb(0,0,0); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(255,255,255); letter-spacing: -2; font-size: 24pt;
}
h2
{
	color: #CC3300;font-size:10pt 
}
h3
{
	color: rgb(204,51,0); font-size: 8pt;
}
h4
{
	color: rgb(204,51,0); font-size: 10pt;
}
h5
{
	color: rgb(255,255,255);
}
h6
{
	color: rgb(255,255,255);
}