/*control main elements*/
body {
	margin:0px 0px 0px 0px;
	padding:0; /* Need to set body margin and padding to get consistency between browsers. */
	font:0.9em Arial, Sans-serif;
	color:#1064A0;
	line-height:1.3em;
	background-color:#E6E3E3;
	}
#opener {
	width:900px;
	margin:0px auto 0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	}
h1 {
	font:0.9em Arial, Sans-serif;
	color:#1064A0;
	}