a:link
{
	color: rgb(0,70,170); 
    text-decoration: none;
}
a:visited
{
	color: rgb(0,70,170);
    text-decoration: none;
} 
a:active 
{
	color: rgb(0,70,170);
    text-decoration: none;
}
a:hover
{
	color: rgb(255,150,0);
    text-decoration: underline;
}

body
{
	font-family: Arial, Verdana;
	font-size: 9 pt;
	color: rgb(0,0,0);
	background-color:rgb(241,241,241);	
	bckground-image:url('images/bg.gif');
}

table
{
	font-family: Arial, Verdana;
	font-style: normal;
	font-size: 9 pt;
	color: rgb(0,0,0);
	bckground-color:rgb(255,255,255);

}

.th
{
    background-color:#EFEFEF;
	font-family: Arial, Verdana, ;
	font-size  : 10pt;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:rgb(235,235,235);
	font-family: Arial, ;
	font-size: 9 pt;
	font-weight: bold;
	color: rgb(0,0,0);
}
.tc
{
    background-color:rgb(245,245,245);
	font-family: Arial, ;
	font-style: normal;
	font-size: 9 pt;
	color: rgb(0,0,0);
}


p
{
	align: justify;
	line-height: 150%;
}



h1
{
	font-family: Arial;
	font-size  : 14pt;
	font-weight: bold;
	color: rgb(255,150,0)
}

h2
{
	font-family: Arial;
	font-size  : 10pt;
	font-weight: bold;
	color: rgb(100,100,100)
}


}
.tb
{
	font-family: Verdana;
	font-size  : 8pt;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	background-color: #E9F3FF;
}


}
ul
{
   font-family: Arial, ;
   font-style: normal;
   font-size: 9 pt;
   color: rgb(0,0,0);
   list-style-image:url('images/listbullet.gif');
}