body	{
	font-family:Geneva, Helvetica, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:150%;
	color:#336;
	margin:0px;padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:left;
	background-color:transparent;
	}
a:link, a:active	{
	text-decoration:none;
	color:#6e3260;
	}
a:visited	{
	text-decoration:none;
	color:#694861;
	}
a:hover		{
	text-decoration:none;
	color:#95277b;
	}
h1	{
	font-size:125%;
	font-weight:bold;
	}
#Content {
	position:relative;
	width:999px;
	height:696px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	visibility: visible;
