body, table
	{ 
		background-color: #dddddd; 
		font-family: Helvetica, Arial, sans-serif;	// Verdana;
		font-size: 11pt; 
		font-weight: normal;
		color: black; 
		text-align: left;
	}

body	{
		margin-left: 0px;
		margin-top: 0px;
		overflow:none;
	}

A, A:link, A:visited, A:active, A:hover
	{ 
		text-decoration: none; 
		color: black; 
	}

A:hover	
	{ color: white; }

h1	{
		font-family: Helvetica, Arial, sans-serif;	// Verdana;
		font-size: 13pt; 
		// font-weight: normal;
		color: black; 
	}
