a
	{
	color: 336699;
	text-decoration: none;
	}
a:hover
	{
	text-decoration: underline;
	}
a:visited
	{
	}

a img
	{
	border-width: 0px;
	}

body
	{
	margin: 0px 0px 0px 0px;
	background-color: CCCCCC;
	text-align:center;
	font-family: verdana;
	color: black;
	background-image: url(images/tile.gif);
	}

p
	{
	margin: 0px;
	padding: 5px;
	}
	
table
	{
	font-weight: bold;
	font-size: .9em;
	}	

#content
	{
	border-color: 999999;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	color: black;
	padding: 5px 20px 15px 20px;
	font-weight: bold;
	font-size: 100%;
	background-color: white;
	}

#maintable
	{
	border-color: 3e3e3e;
	border-width: 0px 1px 1px 1px;
	border-style: solid;	
	}
	
#footer
	{
	font-size: 8pt;
	padding: 10px 0px 10px 10px;
	background-color: white;
	text-align: center;
	}
	
#wrapper
	{
	width: 800;
	background-color: 6e6e6e;
	border-color: 3e3e3e;
	border-width: 0px 1px 1px 1px;
	border-style: solid;	
	}
	
.heading
	{
	border-color: 6e6e6e;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	background-color: CCCCCC;
	}
	
.smaller
	{
	font-size: 8pt;
	font-weight: bolder;
	}
	
<!---<link rel="stylesheet" type="text/css" href="bromleyeng.css">--->