a:link
{
	color: rgb(50,50,150); 
    text-decoration: underline;
}
a:visited
{
	color: rgb(50,50,150); 
    text-decoration: underline;
} 
a:active 
{
	color: rgb(50,50,150);
    text-decoration: underline;
}
a:hover
{
	color: rgb(225,0,0);
    text-decoration: none;
}

body
{
	font-family: Arial, Trebuchet MS;
	font-style: normal;
	font-size: 9pt;
	color: rgb(0,0,0);
	background-image:url('images/bg.gif');
}

table
{
	font-family: Arial, Trebuchet MS;
	font-style: normal;
	font-size: 9pt;
	color: rgb(0,0,0);

}

.th
{
    background-color:rgb(200,0,0);
	font-family: Arial, Trebuchet MS;
	font-size  : 10pt;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:rgb(125,125,125);
	font-family: Arial, Trebuchet MS;
	font-size  : 9pt;
	color: rgb(255,255,255);
}
.tc
{
    background-color:rgb(240,240,240);
	font-family: Arial, Trebuchet MS;
	font-size  : 9pt;
	font-type: normal;
	color: rgb(0,0,0);
}

.tca
{
    border:1px solid #C0C0C0; background-color:#FFFFE6;
	font-family: Arial, Trebuchet MS;
	font-size  : 9pt;
	font-type: normal;
	color: #000000;
}

p
{
	align: justify;
	line-height: 150%;
}

.hd
{
	font-family: Arial, Trebuchet MS;
	font-size  : 11pt;
	font-weight: bold;
	color: rgb(0,53,153)
}


.tb
{
	font-family: Verdana;
	font-size  : 8pt;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	background-color: #FFFFE6;
}


}
ul
{
	font-family: Arial, Trebuchet MS;
   font-style: normal;
   font-size: 9pt;
   color: rgb(0,0,0);
   list-style-image:url('images/bullet.gif');
}   
ol
{
	font-family: Arial, Trebuchet MS;
   font-style: normal;
   font-size: 9pt;
   color: rgb(0,0,0);
   list-style-type: numberedlist;
}