
BODY  {
	font-size : 10pt;
	font-style : normal;
	text-decoration : none;
	color : #000000;
	background: #dddddd;	
	font-family : Lucida, Helvetica, Arial, sans-serif;
}

P  {
	font-size : 10pt;
	font-style : normal;
	text-decoration : none;
	color : #000000;
	background: #dddddd;	
	font-family : Lucida, Helvetica, Arial, sans-serif;
}

SMALL {
	font-size: 8pt;
	font-family : Lucida, Helvetica, Arial, sans-serif;
	color : #000000;
}

H1  {
	font-size : 18pt;
	text-decoration : none;
	color : #000000;
	font-style : normal;
}

H2	{
	font-size : 12pt;
	font-weight : bold;
	color : #000000;
}

H3	{
	font-size : 10pt;
	font-weight : bold;
	color : #000000;
}

TD  {
	font-size : 10pt;
	font-style : normal;
	text-decoration : none;
	color : #000000;	
	font-family : Lucida, Helvetica, Arial, sans-serif;
}

A:      {
	text-decoration: none; 
	color: 0000ff; 
}


A:link  {
	text-decoration : none;
	color : #0000ff;
	font-weight : normal;
	font-family : "Lucida", "Helvetica", "Arial", sans-serif;
	font-size: 10pt;
}

A:hover  {
	text-decoration : underline;
	color : #0000ff;
	font-weight : normal;
	font-size: 10pt;
}


A:visited  {
	text-decoration : none;
	color : #0000ff;
	font-weight : normal; 
	font-size: 10pt;
}


A:active  {
	text-decoration : underline;
	color : #dd3333;
	font-weight : normal;
	font-size: 10pt;
}


