a:link
{
	color: rgb(0,50,200);
	text-decoration: underline; 
}
a:visited
{
	color: rgb(0,50,200);
	text-decoration: underline; 
} 
a:active 
{
	color: rgb(0,50,200);
	text-decoration: underline; 	
}
a:hover
{
	color: rgb(200,0,0);
	text-decoration: none;	
}

body
{
	font-family: Verdana;
	font-size  : 8pt;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	margin:0;
	
}

p
{
	font-family: Verdana;
	font-size  : 8pt;
	color: #000000;
	line-height: 150%
}

table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Verdana;
	font-size  : 8pt;
	bckground-color:rgb(255,255,255);


}
.th
{
    background-color:rgb(200,0,0);
	font-family: Tahoma;
	font-size  : 9pt;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tch
{
    background-color:rgb(225,225,225);
	font-family: Tahoma;
	font-size  : 8pt;
	font-weight: bold;
	color: rgb(0,0,0)
}
.tc
{
    background-color:rgb(240,240,240);
	font-family: Tahoma;
	font-size  : 8pt;
	font-type: normal;
	color: rgb(0,0,0)
}

.hd
{
	font-family: Arial;
	font-size  : 12pt;
	font-weight: normal;
	font-weight: bold;
	color: rgb(0,50,175)
}
h1
{
	font-family: Arial;
	font-size  : 12pt;
	font-weight: normal;
	font-weight: bold;
	color: rgb(200,0,0)
}

h2
{
	font-family: Arial;
	font-size  : 11pt;
	font-weight: normal;
	font-weight: bold;
	color: rgb(0,50,175)
}

.tb
{
    border:1px solid #4E88C2; background-color:#FFFFFF;
	font-family: Verdana;
	font-size  : 8pt;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1

}

ul
{
	font-family: Tahoma ;
	font-size  : 8pt;
	font-style: normal;
	color: rgb(0,0,0);
	list-style-image:url('images/listbullet.gif');