a:link
{
	color: rgb(9,67,116);
	text-decoration: underline; 
}
a:visited
{
	color: rgb(9,67,116);
	text-decoration: underline;	
} 
a:active 
{
	color: rgb(9,67,116);
	text-decoration: underline;	
}
a:hover
{
	color: rgb(200,0,0);
	text-decoration: none;	
}

table
{
	font-family: Verdana;
	font-style: normal;
	font-size:8pt;
	color: rgb(0,0,0);
}
body
{
	font-family: Verdana;
	font-style: normal;
	font-size: 8pt;
	color: rgb(0,0,0);
	background-color: rgb(255,255,255)
}
p
{
	font-family: Verdana;
	font-style: normal;
	font-size: 8pt;
	line-height: 150%;
	color: rgb(0,0,0);
}

.bgfix {
	background:#E4F7ED url('images/left_bottom.jpg') repeat-x top;
	 
}

.left-pic {

	background:#E4F7ED url('images/left_bottom.jpg') repeat-x top;
	border: 1px solid #85b69c;
	border-width: 0px 0px 0px 0px
 	 
}



.th
{
    background-color:rgb(102,51,102);
	font-family: Arial;
	font-size  : 10pt;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tch
{
    background-color:rgb(153,204,153);
	font-family: Verdana;
	font-size  : 8pt;
	color: rgb(0,0,0)
}
.tc
{
    background-color:rgb(228,247,237);
	font-family: Verdana;
	font-size  : 8pt;
	font-type: normal;
	color: rgb(0,0,0)
}

.tb
{
    border:1px solid #666666; 
    background-color:#ffffff;
	color: rgb(0,0,0);	
	font-family: Verdana;
	font-size  : 8pt;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1

}
ul
{
   font-family: Verdana;
   font-style: normal;
   font-size: 8pt;
   color: rgb(0,0,0);
   list-style-image:url('images/bullet.gif');
}