/*  Neptune.uklinux.net Style Sheet  */
/* Copyright (C) 2002 John R. Bayley */

body /*Default settings*/ 
{
	margin-top: 0em; 
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 0em;
	margin-bottom: 0em;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: black;  
}

table /*Standard Table*/
{
	background: #d5d6d5;
	font-size: 8pt;
	height: 22px;

}

td
{
	width: 50%;
	text-align: center;

}

a:link 
{	color: black; 
	text-decoration: none;
}
a:visited 
{	color: black; 
	text-decoration: none;
}
a:hover 
{	text-decoration: underline;
	font-weight: bold;
}
a:active 
{	font-weight: normal; 
	text-decoration: none;
}


.


