a:link
{
	color: rgb(88,40,0);
	text-decoration: underline; 
}
a:visited
{
	color: rgb(88,40,0);
	text-decoration: underline;
} 
a:active 
{
	color: rgb(88,40,0);
	text-decoration: underline;	
}
a:hover
{
	color: rgb(88,40,0);
	text-decoration: none;	
}

body
{
	font-family: Arial, Tahoma;
	font-size  : 9pt;
	bckground-color: rgb(235,235,235);
	color: rgb(88,40,0);
	margin:0;
}

p
{
	text-align: left;
	line-height: 135%;
}

table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Arial, Tahoma;
	font-size  : 9pt;
	bckground-color: rgb(255,255,255);	
}
.th
{
    background-color:rgb(0,100,200);
	font-family: Arial, Tahoma;
	font-size  : 10pt;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tch
{
    background-color:rgb(4,135,224);
	font-family: Arial, Tahoma;
	font-size  : 9pt;
	font-weight: old;
	color: rgb(255,255,255)
}
.tc
{
    background-color:rgb(244,244,244);
	font-family: Arial, Tahoma;
	font-size  : 9pt;
	font-type: normal;
	color: rgb(0,0,0)
}

.tb
{
	font-family: Verdana;
	font-size  : 8pt;
	color: rgb(88,40,0);
	background-color: #c7e9ff;
}

h1
{
	font-family: Arial;
	font-size  : 10pt;
	font-weight: bold;
	color: rgb(88,40,0);
}

.cap
{
	font-family: Times New Roman;
	font-size  : 12pt;
	font-weight : bold;
	color: rgb(88,40,0);

}

.hd
{
	font-family: Times New Roman;
	font-size  : 22pt;
	font-weight : bold;
	color: rgb(88,40,0);

}

ul
{
	font-family: Arial, Tahoma;
	font-size  : 9pt;
   font-style: normal;
	color: rgb(88,40,0);
   list-style-image:url('images/listbullet.gif');