body 
	{
	font-size: 9pt;
	font-family: Verdana;
	text-decoration: none;
	color: black;
	background-image: url(images/logosmall.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
	}

td 
	{
	font-size: 9pt;
	font-family: Verdana;
	text-decoration: none;
	color: black;
	}


A:link
	{
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	color: green;
	}

A:visited
	{
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	color: green;
	}

A:hover
	{
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	color: red;
	}