a:link
{
	color: rgb(200,0,0); 
    text-decoration: underline;
}
a:visited
{
	color: rgb(200,0,0); 
    text-decoration: underline;
} 
a:active 
{
	color: rgb(200,0,0); 
    text-decoration: underline;
}
a:hover
{
	color: rgb(200,0,0); 
    text-decoration: underline;
}

body
{
	font-family: Arial, Trebuchet MS;
	font-style: normal;
	font-size: 9pt;
	color: rgb(0,0,0);
	background-image:url('images/bg.gif');
}

table
{
	font-family: Arial, Trebuchet MS;
	font-style: normal;
	font-size: 9pt;
	color: rgb(0,0,0);

}

.th
{
    font-family: Arial, Trebuchet MS;
	font-size  : 11pt;
	font-weight: bold;
	color: rgb(0,0,0);
}
.tch
{
    background-color:rgb(220,220,220);
	font-family: Arial, Trebuchet MS;
	font-size  : 9pt;
	color: rgb(0,0,0);
}
.tc
{
    background-color:rgb(240,240,240);
	font-family: Arial, Trebuchet MS;
	font-size  : 9pt;
	font-type: normal;
	color: rgb(0,0,0);
}

.tca
{
    background-color:#FFFFE6;
	font-family: Arial, Trebuchet MS;
	font-size  : 9pt;
	font-type: normal;
	color: rgb(0,0,0);
}

p
{
	align: justify;
	line-height: 150%;
}

.tb
{
	font-family: Verdana;
	font-size  : 8pt;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	background-color: #FFFFE6;
}


}
ul
{
	font-family: Arial, Trebuchet MS;
   font-style: normal;
   font-size: 9pt;
   color: rgb(0,0,0);
   list-style-image:url('images/listbullet.gif');
}   
ol
{
	font-family: Arial, Trebuchet MS;
   font-style: normal;
   font-size: 9pt;
   color: rgb(0,0,0);
   list-style-type: numberedlist;
}
h1
{
	font-family: Arial, Trebuchet MS;
	font-style: normal;
	font-size: 14pt;
	font-weight: bold;
	color: rgb(0,0,0);
}
h2
{
	font-family: Arial, Trebuchet MS;
	font-style: normal;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(230,0,0); 
}