a:link
{
	color: rgb(97,125,0);
	text-decoration: none; 
}
a:visited
{
	color: rgb(97,125,0);
	text-decoration: none; 
} 
a:active 
{
	color: rgb(97,125,0);
	text-decoration: none; 	
}
a:hover
{
	color: rgb(97,125,0);
	text-decoration: underline; 	
}

body
{
	font-family: Arial;
	font-size  : 9pt;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	margin:0;
	
}

p
{
	text-align: justify;
	line-height: 150%
}

table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Arial;
	font-size  : 9pt;
	bckground-color:rgb(255,255,255);


}
.th
{
    background-color:rgb(175,190,119);
	font-family: Arial;
	font-size  : 9pt;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tch
{
    background-color:rgb(174,190,119);
	font-family: Arial;
	font-size  : 9pt;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tc
{
    background-color:rgb(235,235,235);
	font-family: Arial;
	font-size  : 9pt;
	font-type: normal;
	color: rgb(0,0,0)
}

.left
{
	font-family: Arial;
	font-size  : 8pt;
	font-type: normal;
}

.tb
{
    border:1px solid #C0C0C0; background-color:#FFFFE1;
	font-family: Verdana;
	font-size  : 8pt;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1

}

ul
{
	font-family: Arial ;
	font-size  : 9pt;
   font-style: normal;
   color: rgb(0,0,0);
   list-style-image:url('images/listbullet.gif');



h1, h2, h3, h4, h5, h6
{
	font-family: Arial;
}
h1
{
	font-size  : 11pt;
	font-weight: bold;
	color: rgb(129,148,59)
}
h2
{
	font-size  : 10pt;
	font-weight: bold;
	color: rgb(0,60,120)
}
h3
{
	color: rgb(153,153,51); 
}
h4
{
	color: rgb(255,102,51);
}
h5
{
	color: rgb(204,153,51);
}
h6
{
	color: rgb(153,153,51);
}