body, p, h1, h2, h3, table, td, th, a { font-family: Helvetica, Arial, Verdana, sans-serif;
color: black;
text-decoration: none;
font-style: normal;
font-weight: normal;
line-height: 200%;
font-size: 12px; }

#contentBox {
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: white;
	visibility: visible;
	position: absolute;
	width: 800px;
	height: 600px;
	margin-left: -400px;
	left: 51%;
}

#termsBox {
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: white;
	visibility: visible;
	position: absolute;
	width: 800px;
	height: 600px;
	margin-left: -400px;
	left: 51%;
	border-color: #000000;
	border-width: 1px;
}

/* following rules are invisible to IE 5 Mac \*/
#contentBox {
	margin-top: 0px;
	top: 5%;
}

#termsBox {
	margin-top: 0px;
	top: 5%;
}
/* end IE 5 hack */ 

