a:link
{
	color: rgb(0,0,200); 
    text-decoration: none;
}
a:visited
{
	color: rgb(0,0,200); 
    text-decoration: none;
} 
a:active 
{
	color: rgb(0,0,200);
    text-decoration: none;
}
a:hover
{
	color: rgb(255,120,0);
    text-decoration: none;
}

body
{
	font-family: Verdana, Arial, Trebuchet MS;
	font-style: normal;
	font-size: 8pt;
	color: rgb(0,0,0);
    bckground-color:rgb(255,255,255);
    background-color:rgb(217,239,255);
	bckground-image:url('images/bg.gif')
}

table
{
	font-family: Verdana, Arial, Trebuchet MS;
	font-style: normal;
	font-size: 8pt;
	color: rgb(0,0,0);

}

.th
{
    background-color:rgb(96,124,161);
	font-family: Verdana, Trebuchet MS;
	font-size  : 9pt;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:rgb(220,220,220);
	font-family: Verdana, Trebuchet MS;
	font-size  : 8pt;
	font-weight: bold;
	color: rgb(0,0,0);
}
.tc
{
    background-color:rgb(240,240,240);
	font-family: Verdana, Arial, Trebuchet MS;
	font-style: normal;
	font-size: 8pt;
	color: rgb(0,0,0);
}

p
{
	align: justify;
	line-height: 150%;
}

.hd
{
	font-family: Arial;
	font-size  : 12pt;
	font-weight: bold;
	color: rgb(0,50,200)
}

.tb
{
	border:1px solid #C0C0C0;font-family: Verdana;
	font-size  : 8pt;
	color: #0000C8;
	background-color: #FEFEE6
}

}
ul
{
	font-family: Verdana, Arial, Trebuchet MS;
	font-style: normal;
	font-size: 8pt;
   color: rgb(0,0,0);
   list-style-image:url('images/smallbullet.gif');
}   