a:link
{
color: rgb(50,50,150); 
    text-decoration: none;
}
a:visited
{
color: rgb(50,50,150); 
    text-decoration: none;
} 
a:active 
{
color: rgb(50,50,150);
    text-decoration: none;
}
a:hover
{
color: rgb(225,0,0);
    text-decoration: underline;
}

body
{
font-family: Arial, Trebuchet MS;
font-style: normal;
font-size: 10pt;
color: rgb(0,0,0);
background-image:url('images/bg.gif')
}

table
{
font-family: Arial, Trebuchet MS;
font-style: normal;
font-size: 10pt;
color: rgb(0,0,0);

}

.th
{
    background-color:rgb(96,92,168);
font-family: Arial, Verdana, Trebuchet MS;
font-size  : 10pt;
font-weight: bold;
color: rgb(255,255,255);
}
.tch
{
    background-color:rgb(220,220,220);
font-family: Arial, Verdana, Trebuchet MS;
font-size  : 9pt;
font-weight: bold;

color: rgb(0,0,0);
}
.tc
{
    background-color:rgb(240,240,240);
font-family: Arial, Trebuchet MS;
font-size  : 9pt;
font-type: normal;
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: Arial, Trebuchet MS;
   font-style: normal;
   font-size: 9pt;
   color: rgb(0,0,0);
   list-style-type: square;
   lst-style-image:url('images/smallbullet.gif');
}   
ol
{
   font-family: Arial, Trebuchet MS;
   font-style: normal;
   font-size: 9pt;
   color: rgb(0,0,0);
   list-style-type: numberedlist;
}