a:link
{
	color: rgb(15,14,170);
	text-decoration: underline; 
}
a:visited
{
	color: rgb(15,14,170);
	text-decoration: underline; 
} 
a:active 
{
	color: rgb(15,14,170);
	text-decoration: underline; 	
}
a:hover
{
	color: rgb(255,100,0);
	text-decoration: none;	
}

body
{
	font-family: Tahoma;
	font-size  : 8pt;
	background-color: rgb(255,255,255);
	color: rgb(50,50,50);
	margin:0;
	background-image:url('images/bg.gif');
}

p
{
	text-align: justify;
	line-height: 150%
}

table
{
	font-family: Tahoma;
	font-size  : 8pt;
	bckground-color:rgb(255,255,255);


}
.th
{
    background-color:rgb(204,51,51);
	font-family: Tahoma;
	font-size  : 9pt;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tch
{
    background-color:rgb(225,50,50);
	font-family: Tahoma;
	font-size  : 8pt;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tc
{
    background-color:rgb(234,243,246);
	font-family: Tahoma;
	font-size  : 8pt;
	font-type: normal;
	color: rgb(0,0,0)
}

.hd
{
	font-family: Tahoma;
	font-size  : 10pt;
	font-weight: normal;
	color: rgb(80,80,80)
}

.tb
{
    border:1px solid #C0C0C0; background-color:#FFFFE1;
	font-family: Verdana;
	font-size  : 8pt;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1

}

ul
{
	font-family: Tahoma;
	font-size  : 8pt;
   font-style: normal;
   color: rgb(50,50,50);
   list-style-image:url('img/listbullet.html');
}   
   

h2
{
	font-family: Arial;
	font-size  : 13px;
	font-weight: bold;
	color: rgb(0,0,0)
}



.cap
{
	font-family: Times New Roman;
	font-size  : 14pt;
	font-weight: bold;
	font-style: italic;	
	color: rgb(0,50,255)
}