body		{
		font-family: "Arial", sans-serif;
		font-weight: normal;
		font-size: 90%;
		color: black;
		background: white;
		line-height: 130%;
		}

h1		{
		font-family: "Arial", sans-serif;
		font-weight: bold;
		font-size: 150%;
		color: black;
		background: white;
		}

h2		{
		font-family: "Arial", sans-serif;
		font-weight: bold;
		font-size: 110%;
		color: black;
		background: white;
		}

a		{
		text-decoration: underline;
		}

a:link		{
		color: black;
		background: white;
		}

a:visited	{
		color: gray;
		background: white;
		}

a:active	{
		color: gray;
		background: white;
		}

.table, .table TD
		{
		font-family: "Arial", sans-serif;
		font-weight: normal;
		font-size: 100%;
		color: black;
		background: white;
		}

.table TH
		{
		background-image: url('banner.jpg');
		background-repeat: repeat-x;
		background-position: top left;
		}
