body 
{	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: ##F3F3F3; 
	SCROLLBAR-SHADOW-COLOR: #ffffff; 
	SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
	SCROLLBAR-ARROW-COLOR: #000000; 
	SCROLLBAR-TRACK-COLOR: #dddddd; 
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

A  
{
	color : ffffff;
	text-decoration : underlined
}

A:Visited  
{	color : #ffffff;
	text-decoration : underlined
}

A:Active  
{
	color : Red;
	text-decoration : underlined
}

A:Hover  
{
	color : Red;
	text-decoration : underline;
}

A.navi  
{
	color : #ffffff;
	text-decoration : none
}

A.navi:Visited  
{	color : #ffffff;
	text-decoration : none
}

A.navi:Active  
{
	color : red;
	text-decoration : none
}

A.navi:Hover  
{
	color : #ffffff;
	text-decoration : none;
}


div
{	font-family: Arial;
	font-size: 10pt;
	line-height: 12pt;
	color:#ffffff;
}

div.h3_bold
{	font-family: Arial;
	font-size: 12pt;
	line-height: 14pt;
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
}
h1
{	font-family: Arial;
	font-size: 12pt;
	line-height: 14pt;
	color:#ffffff;
	text-decoration: none;
}

p
{	font-family: Arial;
	font-size: 12 pt;
	line-height: 14 pt;
	color:#000066;
}

div.small
{
	font-size:8pt;
	line-height:10pt;	
}