BODY {
	background: #FBF3CF;
	margin: 50px 0px;
	padding: 0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align: center; /* Hack for IE5/Win */
}
#Table_01 {
	background : #FBF3CF;
	width:20px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	border-left:1px solid #333;
	border-top:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	background-color:#fff;
}
#copyright {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: gray;
}
A, A:link, A:visited{
	color: #73765C;
	text-decoration : none;
}

A:hover {
	color: #77252B;
	text-decoration : underline;
}


