a:link
{
	color: 0000FF; 
    text-decoration: underline;
}
a:visited
{
	color: 0000FF; 
    text-decoration: underline;
} 
a:active 
{
	color:0000FF; 
    text-decoration: underline;
}
a:hover
{
	color: 0000FF; 
    text-decoration: none;
}

body
{
	font-family: Arial, Trebuchet MS;
	font-style: normal;
	font-size: 9pt;
	color: 000000;
	bckground-color: ffffff;
	background-image:url('images/bg.gif');
}

table
{
	font-family: Arial, Trebuchet MS;
	font-style: normal;
	font-size:9pt;
	color: 000000;
	bckground-color:rgb(255,255,255);
}

.th
{
    background-color:rgb(198,51,41);
	font-family: Arial, Trebuchet MS;
	font-size  : 10pt;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:rgb(220,220,220);
	font-family: Arial, Trebuchet MS;
	font-size  : 9pt;
	color: rgb(0,0,0);
}
.tc
{
    background-color:rgb(245,245,245);
	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, Trebuchet MS;
	font-size  : 12pt;
	font-weight: bold;
	color: rgb(200,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:rgb(255,255,230);
}


}
ul
{
	font-family: Arial, Trebuchet MS;
   font-style: normal;
   font-size: 9pt;
	color: 000000;
   list-style-image:url('images/bulletspacer.gif');
}   
ol
{
	font-family: Arial, Trebuchet MS;
   font-style: normal;
   font-size: 9pt;
	color: 000000;
   list-style-type: numberedlist;
}