a:link
{
	color: rgb(15,14,170);
	text-decoration: none; 
}
a:visited
{
	color: rgb(15,14,170);
	text-decoration: none;
} 
a:active 
{
	color: rgb(15,14,170);
	text-decoration: none;	
}
a:hover
{
	color: rgb(225,0,0);
	text-decoration: underline;	
}

body
{
	font-family: Verdana, Tahoma, Arial;
	font-size  : 8pt;
	background-color: rgb(249,236,217);
	color: rgb(0,0,0);
	margin:0;
}

p
{
	font-family: Verdana, Tahoma, Arial;
	font-size  : 8pt;
	color: rgb(0,0,0);
	text-align: justify;
	line-height: 150%;
}

table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Verdana, Tahoma, Arial;
	font-size  : 8pt;
}
.th
{
    background-color:rgb(3,99,102);
	font-family: Arial, Verdana, Tahoma;
	font-size  : 10pt;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tch
{
    background-color:rgb(37,179,183);
	font-family: Arial, Verdana, Tahoma;
	font-size  : 10pt;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tc
{
    background-color:rgb(217,240,240);
	font-family: Verdana, Tahoma, Arial;
	font-size  : 8pt;
	font-type: normal;
	color: rgb(0,0,0)
}

.hd
{
	font-family: Arial;
	font-size  : 10pt;
	font-weight: bold;
	color: rgb(220,0,0)

}

.tb
{
    background-color:rgb(217,240,240);
	font-family: Verdana, Tahoma, Arial;
	font-size  : 8pt;
	font-type: normal;
	color: rgb(0,0,0)

}
.tbr
{
    background-color:rgb(249,236,217);
	font-family: Verdana, Tahoma, Arial;
	font-size  : 8pt;
	font-type: normal;
	color: rgb(0,0,0)

}
ul
{
   font-family: Verdana, Tahoma, Arial;
   font-size  : 8pt;
   font-style: normal;
   color: rgb(0,0,0);
   list-style-image:url('images/smallbullet.gif');



h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Tahoma, Arial;
}
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);
}
