body	{
	background: #236D9E;
	text-align: center;
	}

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	border:0;
}

ul li {

	font-size : 13pt;
	font-family : arial, helvetica;
	font-weight: normal;
	color: #ffffff;
	padding: 5px 7px;
	background: #236D9E;

}

ul a:link, ul a:visited {
	display: block;
	text-decoration: none;
	background: #2f8fcc url("buttons/click1.jpg") no-repeat top;
	color: #ffffff;
	height: 25px; 
	line-height:25px;


}

ul a:hover {
	background-color: #3aaaf2;
	background-image: url("buttons/click2.jpg");
}

.footnote {
	color: #ffffff;
	position: absolute;
	bottom: 10px; 
	left: 0px;
	width: 100%;
	font-size: 11pt;
}