a:link
{
	color: rgb(0,50,150);
	text-decoration: none; 
}
a:visited
{
	color: rgb(0,50,150);
	text-decoration: none; 
} 
a:active 
{
	color: rgb(0,50,150);
	text-decoration: none; 
}
a:hover
{
	color: rgb(0,50,150);
	text-decoration: underline;	
}

body
{
	font-family: Arial;
	font-size  : 9pt;
	background-color: rgb(0,74,128);
	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(220,0,0);
	font-family: Arial;
	font-size  : 10pt;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tch
{
    background-color:rgb(200,200,200);
	font-family: Arial;
	font-size  : 9pt;
	font-weight: bold;
	color: rgb(0,0,0)
}
.tc
{
    background-color:rgb(240,240,240);
	font-family: Arial;
	font-size  : 9pt;
	font-type: normal;
	color: rgb(0,0,0)
}



.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: square;
   list-style-image:url('images/listbullet.gif');

}
h1
{
	font-family: Arial;
	font-size  : 13pt;
	font-weight: bold;
	color: rgb(200,0,0)
}

h2
{
	font-family: Arial;
	font-size  : 11pt;
	font-weight: bold;
	color: rgb(0,0,0)
}