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,  Verdana, Trebuchet MS;
	font-style: normal;
	font-size: 11px;
	color: rgb(0,0,0);
	background-color:rgb(230,230,230);
}

table
{
	font-family: Arial, Verdana, Trebuchet MS;
	font-style: normal;
	font-size: 12px;
	color: rgb(0,0,0);
}

.th
{
    background-color:rgb(156,206,225);
	font-family: Arial, Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	color: rgb(255,255,255);
}

.tch
{
    background-color:rgb(103,162,218);
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 12px;
	color: rgb(255,255,255);
	font-weight: bold;
}

.tc
{
    background-color:rgb(232,241,245);
	font-family: Arial,  Verdana, Trebuchet MS;
	font-size: 11px;
	font-type: normal;
	color: rgb(0,0,0);
}


.tca
{
    background-color:rgb(255,255,255);
	font-family: Arial,  Verdana, Trebuchet MS;
	font-size: 11px;
	font-type: normal;
	color: rgb(0,0,0);
}

.lf
{
	font-family: Arial;
	font-size  : 12px;
    background-color:rgb(225,253,220);	
}

.lfmo
{
	font-family: Arial;
	font-size  : 12px;
    background-color:rgb(246,253,245);	
}


.lfact
{
	font-family: Arial;
	font-size  : 12px;
    background-color:rgb(199,239,190);	
	color: rgb(0,0,0);    
}


p
{
	align: justify;
	line-height: 150%;
}

.hd
{
	font-family: Arial, Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: rgb(0,0,0)
}


.mt
{
	font-family: Arial, Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	color: rgb(50,50,150)
}

.shd
{
	font-family: Arial, Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	color: rgb(200,0,0)
}

.tb
{
	font-family: Arial, Verdana;
	font-size  : 8pt;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	background-color: #f2fbff;
}

}
ul
{
   font-family: Arial, Verdana, Arial, Trebuchet MS;
   font-style: normal;
	font-size: 12px;
   color: rgb(0,0,0);
   list-style-image:url('images/listbullet.gif');
}