<style type="text/css">{  }

	body {
		font-family: Arial;
		background-color: #FFFFFF;
		background-image: url(../fpimages/Sandbg.jpg);
	}
	
	a:active { text-decoration: none; color: yellow; }
	a:visited { text-decoration: none; color: brown; }
	a:focus { text-decoration: none; color: green; }
	a:link { text-decoration: none; color: blue; }
	a:hover { text-decoration: underline; color: red; font-weight: bold; }

	#tab a {
		color: #FFFFFF;
		background: #66CCFF; /* url(../images/left-tab-2.gif) left top no-repeat; */
		text-decoration: none;
	/*	padding-left: 10px;
		padding-right: 10px; */
		padding: 10px;
	}

/*	#tab a span {
		background: url(../images/right-tab-2.gif) right top no-repeat; 
		padding-right: 10px;
	}*/

	#tab a:hover {
		color: #66CCFF;
		background: #DDDDDD; /* url(../images/left-tab-hover.gif) left top no-repeat; */
	/*	padding-left: 10px;
		padding-right: 10px; */
		padding: 10px;
	}

	#tab a:hover span {
		background: /* url(../images/right-tab-hover.gif) right top no-repeat; */
	/*	padding-left: 10px;
		padding-right: 10px; */
		padding: 10px;
	}

	#tab ul {
		list-style: none;
		padding: 5;
		margin: 0
	}

	#tab li {
		float: left;
		margin: 0;
	}
	.footprint {
	  position:absolute;
	  top:0;
	  left:0;
	  visibility:hidden;
	}
</style>