/************************************************************************/
/* MENU 								*/
/************************************************************************/

body
	{
	background-color	: #FFFFFF;
	margin-top		: 0;
	margin-left		: 0;
	margin-right		: 0;
	margin-bottom		: 0;

	color			: #FFFFFF; 
	font-size		: 9pt; 
	font-family		: "Verdana";
	text-decoration		: none;
	}

/************************************************************************/
/* LINKS 					      			*/
/************************************************************************/

a:link 	
	{
	color			: #0000FF; 
	font-size	 	: 8pt; 
	font-family	   	: sans serif;
	text-decoration  	: none;
	}

a:visited  	
	{
	color			: #0000FF; 
	font-size	 	: 8pt; 
	font-family	   	: sans serif;
	text-decoration  	: none;
	}

a:active 
  	{
	color			: #0000FF; 
	font-size	 	: 8pt; 
	font-family	   	: sans serif;
	text-decoration  	: none;
	}

a:hover  	
	{
	color			: #FF0000; 
	font-size	 	: 8pt; 
	font-family	   	: sans serif;
	text-decoration  	: underline;
	}

/************************************************************************/
/* 			  E N D   O F  S T Y L E S	     		*/
/************************************************************************/


