a:link
{
	color: rgb(0,0,255); 
}
a:visited
{
	color: rgb(0,0,255); 
} 
a:active 
{
	color: rgb(0,0,255);
}
a:hover
{
	color: rgb(225,0,0);
}

body
{
	font-family: Arial;
	font-size  : 10pt;
	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: Arial;
	font-size  : 10pt;
}
.th
{
    background-color:rgb(216,238,4);
	font-family: Arial;
	font-size  : 10pt;
	font-type: bold;
	color: rgb(255,255,255)
}
.tch
{
    background-color:rgb(180,212,236);
	font-family: Arial;
	font-size  : 10pt;
	font-type: bold;
	color: rgb(0,0,0)
}
.tc
{
    background-color:rgb(216,238,255);
	font-family: Arial;
	font-size  : 10pt;
	font-type: normal;
	color: rgb(0,0,0)
}

ul
{
   font-family: Arial;
   font-size  : 10pt;
   font-style: normal;
   color: rgb(0,0,0);
   list-style-image:url('images/bullet.jpg');