/* CSS Document */

*/

body {
	background-color:#ffffff;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	/* part 1 of 2 centering hack */
	color:#333;
	
}

#box {
	background-color:#FFF;
	color:#333;	
	border-left:1px solid #000000;
	border-right:1px solid #000000;	
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;	
	margin-bottom: 10px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	text-align:left; /* part 2 of 2 centering hack */
	width: 800px;  
	voice-family: "\"}\"";
	voice-family:inherit;
}

