a:link
{
	color: rgb(200,0,0); 
	text-decoration: none;
}
a:visited
{
	color: rgb(200,0,0); 
	text-decoration: none;
} 
a:active 
{
	color: rgb(200,0,0);
	text-decoration: none;
}

a:hover
{
	color: rgb(0,0,200);
	text-decoration: underline;
}

body
{
	font-family: Verdana, Arial, Helvetica;
	font-size  : 8pt;
	background-color: rgb(235,235,235);
	color: rgb(0,0,0);
	margin:0;
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	background-color: rgb(255,255,255);
	font-family: Verdana, Arial, Helvetica;
	font-size  : 8pt;
	padding: 0;
}

p
{
	align: justify;
	line-height: 150%;
}

.thh
{
    background-color:rgb(200,0,0);
	font-family: Arial, Helvetica;
	font-type: bold;
	font-size: 10pt;
	color: rgb(255,255,255)
}


.th
{
   background-color:rgb(200,200,200);
	font-family: Arial, Helvetica;
	font-type: bold;
	font-size  : 10pt;
	color: rgb(0,0,0)
}
.tch
{
   background-color:rgb(225,225,225);
	font-family: Arial, Helvetica;
	font-type: bold;
	font-size  : 10pt;
	color: rgb(0,0,0)
}
.tc
{
   background-color:rgb(245,245,245);
	font-family: Verdana, Arial, Helvetica;
	font-type: normal;
	font-size  : 8pt;
	color: rgb(0,0,0)
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(1,71,123);
	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);
}