H1 
{
	color: #000080; 
	background-color: transparent;
}

H2
{
	color: #000090;
	background-color: transparent;
}

H3
{
	color: #0000A0;
	background-color: transparent;
}

H4
{
	color: #0000B0;
	background-color: transparent;
}
	
A:LINK, A:VISITED
{
	font-style  : italic;
	background-color: transparent;
}

A:HOVER
{
	color: Blue;
	text-decoration: blink;
	background-color: transparent;
}

BODY
{
	text-align : justify;
	background-color : #E0E0FF;
	font-family : sans-serif;
}

TH
{
	background-color: #000090;
	color: #FFFF80;
	font-size : 10pt;
	padding-left : 5px;
	padding-right : 5px;
	font-family : sans-serif;
}

TD
{
	font-weight : bold;
	color: #000090;
	text-align : justify;	
	font-size : 10pt;	
	padding-left : 5px;
	padding-right : 5px;
	font-family : sans-serif;
}

LI,UL,SUP,SUD,P
{
	font-weight : bold;
	color: #000090;	
	text-align : justify;
}
