a:link
{
	color: rgb(0,0, 200); 
    text-decoration: none;
}
a:visited
{
	color: rgb(0,0, 200);
    text-decoration: none;
} 
a:active 
{
	color: rgb(0,0, 200);
    text-decoration: none;
}
a:hover
{
	color: rgb(0,0, 200);
    text-decoration: underline;
}

body
{
	font-family: Arial, Verdana;
	font-size: 9 pt;
	color: rgb(0,0,0);
	bckground-color:rgb(236,255,216);	
	background-image:url('images/bg.gif');
}

table
{
	table-border-color-dark: rgb(153,204,153);
	font-family:  Arial, Arial;
	font-size  : 9pt;
	bckground-color:rgb(255,255,255)


}


.th
{
    background-color:#dd5928;
	font-family: Arial, Trebuchet MS;
	font-size  : 9pt;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:#C7C7C7;
	font-family: Arial, Trebuchet MS;
	font-size  : 9pt;
	font-weight: bold;
	color: rgb(0,0,0);
}


.tc
{
    background-color:rgb(240,240,240);
	font-family: Arial, Tahoma;
	font-size  : 9pt;
	font-type: normal;
	color: rgb(0,0,0)
}


.tca
{
    background-color:rgb(255,255,255);
	font-family: Arial, Trebuchet MS;
	font-style: normal;
	font-size: 9 pt;
	color: rgb(0,0,0);
}

p
{
	align: justify;
	line-height: 150%;
}

.hd
{
	font-family: Arial;
	font-size  : 12pt;
	font-weight: bold;
	color: rgb(100,100,100)
}


.gb
{
	font-family: Arial;
	font-size  : 9pt;
	font-weight: bold;
	color: #006A53
}


.tb
{
	font-family: Verdana;
	font-size  : 8pt;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	background-color: #FFFFFF;
}


}
ul
{
   font-family: Arial, ;
   font-style: normal;
   font-size: 9 pt;
   color: rgb(0,0,0);
   list-style-image:url('images/bullet.gif');
}   