a:link
{
	color: rgb(0,0,100);
	text-decoration: none; 
}
a:visited
{
	color: rgb(0,0,100); 
	text-decoration: none;	
} 
a:active 
{
	color: rgb(0,0,100);
	text-decoration: none;	
}
a:hover 
{
	color: rgb(200,0,0);
	text-decoration: underline;	
}

body
{
	font-family: Verdana, Arial, Helvetica;
	font-size  : 8pt;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	margin:0;
}
table
{
	font-family: Verdana, Arial, Helvetica;
	font-size  : 8pt;
	padding: 0;
	spacing: 0;
}
p        
{	font-size: 8pt; 
   	list-style-type: square; 
   	margin-left: 10; 
   	margin-right: 10 
}

.th
{
   background-color:rgb(51,102,153);
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size  : 10pt;
	color: rgb(255,255,255)
}
.tch
{
   background-color:rgb(210,210,210);
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size  : 8pt;
	color: rgb(0,0,0)
}
.tc
{
   background-color:rgb(235,235,235);
	font-family: Verdana, Arial, Helvetica;
	font-type: normal;
	font-size  : 8pt
	color: rgb(0,0,0)
}
.ul
{
   	list-style-type: square;
}
.desc        
{	font-size: 10pt; 
   	text-align: justify; 
   	list-style-type: square; 
   	color: #FF0000;
   	margin-left: 10; 
   	margin-right: 10 
}


h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(51,102,153);
	font-size : 10pt;
}
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);
}