a:link
{
	color: rgb(200,200,200);
	text-decoration: none; 
}
a:visited
{
	color: rgb(200,200,200);
	text-decoration: none;
} 
a:active 
{
	color: rgb(200,200,200);
	text-decoration: none;	
}
a:hover
{
	color: rgb(200,200,200);
	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(220,0,0);
	font-family: Arial;
	font-size  : 10pt;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tch
{
    background-color:rgb(150,150,150);
	font-family: Arial;
	font-size  : 9pt;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tc
{
    background-color:rgb(240,240,240);
	font-family: Arial;
	font-size  : 9pt;
	font-type: normal;
	color: rgb(0,0,0)
}

.hd
{
	font-family: Arial Black;
	font-size  : 18pt;
	font-weight: normal;
	color: rgb(128,128,128)
}

.shd
{
	font-family: Arial;
	font-size  : 10pt;
	font-weight: bold;
	color: rgb(50,50,150)
}
.dwnld
{
    background-color:#E1E1E1;
	font-family: Arial;
	font-size  : 9pt;
	font-type: normal;
	color: #000000
}
.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

}
.tbr
{
    background-color:rgb(249,236,217);
	font-family: Verdana;
	font-size  : 8pt;
	font-type: normal;
	color: rgb(0,0,0)

}
ul
{
	font-family: Arial ;
	font-size  : 9pt;
   font-style: normal;
   color: rgb(0,0,0);
   list-style-image:url('listbullet.gif');



h1, h2, h3, h4, h5, h6
{
	font-family: Arial;
}
h1
{
	color: rgb(220,0,0);
	font-size : 12pt;
}
h2
{
	color: rgb(204,153,51); 
}
h3
{
	color: rgb(153,153,51); 
}
h4
{
	color: rgb(255,102,51);
}
h5
{
	color: rgb(204,153,51);
}
h6
{
	color: rgb(153,153,51);
}