a:link, a:active, a:visited {
		font-family: verdana;
		font-size: 9pt;
		color: #977200;
		text-decoration: underline;
		}

a:hover 	{
		font-family: verdana;
		font-size: 9pt;
		color: #aa8c3b;
		text-decoration: underline;
		}

h1		{
		font-family: verdana;
		color: #977200;
		font-size: 9pt;
		font-style: normal;
		font-weight: bold;
		}

p		{
		font-family: verdana;
		color: gray;
		font-size: 8pt;
		font-style: normal;
		}



.footer		{
		font-family: verdana;
		font-size: 8pt;
		color: #977200;
		text-decoration: none;
		text-align: center;
		
		background-color: white;
		border-top: 1px solid #977200;
		
		padding-left: 3px;
		padding-right: 3px;
		padding-top: 3px;
		padding-bottom: 3px;
		}