a:link
{
	color: rgb(128,0,128); 
}
a:visited
{
	color: rgb(128,0,128); 
} 
a:active 
{
	color: rgb(200,0,0);
}
body
{
	font-family: Verdana, Arial, Helvetica;
	font-size  : 8pt;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	margin:0;
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Verdana, Arial, Helvetica;
	font-size  : 8pt;
	padding: 1;
}
.th
{
   background-color:rgb(225,0,0);
	font-family: Verdana, Arial, Helvetica;
	font-type: bold;
	font-size  : 8pt;
	color: rgb(255,255,255)
}
.tch
{
   background-color:rgb(255,200,200);
	font-family: Verdana, Arial, Helvetica;
	font-type: bold;
	font-size  : 8pt;
	color: rgb(0,0,0)
}
.tc
{
   background-color:rgb(255,237,237);
	font-family: Verdana, Arial, Helvetica;
	font-type: normal;
	font-size  : 8pt;
	color: rgb(0,0,0)
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: rgb(51,102,153);
	font-size : 12pt;
}
h2
{
	color: rgb(204,153,51); 
}
h3
{
	color: rgb(153,153,51); 
}
h4
{
	color: rgb(255,102,51);
}
h5
{
	color: rgb(204,153,51);
}
h6
{
	color: rgb(153,153,51);
}