a:link
{
	color: rgb(00,ff,ff); 
}
a:visited
{
	color: rgb(00,ff,ff); 
} 
a:active 
{
	color: rgb(00,ff,ff);
}
body
{
  scrollbar-base-color:#006faf;
  scrollbar-3dlight-color:#FFff00;
  scrollbar-arrow-color:#ffff00;
  scrollbar-darkshadow-color:#ffff00;
  scrollbar-face-color:#006faf;
  scrollbar-highlight-color:#000000;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#000000;
	font-family: Arial, Helvetica;
	text-color: rgb(255,255,255);
	background-color: #006faf;
	color: rgb(255,255,255); 
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102);
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: #ff0000;
}
h2
{
	color: rgb(255,204,0); 
}
h3
{
	color: #ffff00; 
}
h4
{
	color: rgb(204,255,255);
}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}
.tablestyle
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
.tablestyle .border
{
	border: 1pt solid Black;
}
.tablestyle .heading
{
    background-color: #006699;
	color: #FFFFFF;
	
}
.tablestyle .left
{
    background-color: #f1f3f9;
	color: #888888;
}
.tablestyle .right
{
    background-color: #006699;
	color: #000000;
}
.tablestyle .line0
{
    background-color: #a7cde6;
	color: #000000;
}
.tablestyle .line1
{
    background-color: #f1f3f9;
	color: #000000;
}