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: none;
}

body
{
	font-family: Verdana, Arial, Trebuchet MS;
	font-style: normal;
	font-size: 8pt;
	color: rgb(0,0,0);
	background-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(27,96,210);
	font-family: Arial, Verdana, Trebuchet MS;
	font-size  : 10pt;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:rgb(233,233,233);
	font-family: Verdana, Arial, Trebuchet MS;
	font-size  : 8pt;
	color: rgb(0,0,0);
}
.tc
{
    background-color:rgb(216,233,255);
	font-family: Verdana, Arial, Trebuchet MS;
	font-size  : 8pt;
	font-type: normal;
	color: rgb(0,0,0);
}

p
{
	align: justify;
	line-height: 150%;
}

.hd
{
	font-family: Trebuchet MS;
	font-size  : 10pt;
	font-weight: bold;
	color: rgb(200,0,0)
}

.tit
{
	font-family: Arial;
	font-size  : 10pt;
	font-weight: bold;
	color: rgb(0,0,0)
}

.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: Verdana, Arial, Trebuchet MS;
   font-style: normal;
   font-size: 8pt;
   color: rgb(0,0,0);
   list-style-image:url('images/smallbullet.gif');
}   
ol
{
	font-family: Verdana, Arial, Trebuchet MS;
   font-style: normal;
   font-size: 8pt;
   color: rgb(0,0,0);
   list-style-type: numberedlist;
}
h1
{
	font-family: Verdana, Arial, Trebuchet MS;
	font-style: normal;
	font-size: 10pt;
	color: rgb(200,25,25);
}
h2
{
	font-family: Verdana, Arial, Trebuchet MS;
	font-style: normal;
	font-size: 10pt;
	color: rgb(128,0,128); 
}
.deftext
{
    font-color: black;
	 font-family: Verdana, Arial, Trebuchet MS;
    font-style: normal;
    font-size: 8pt;
    color: rgb(0,0,0);
}