@charset "utf-8";
/* CSS Document */

body{
	/* centering with the IE browser */
	text-align:center;
	margin:0;
	background-color:#FFF;
	color:#000;	
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

/**** the container for the website is centered ****/
#page-container{
 margin:0 auto;
 margin-top:40px;
 text-align:left;
 width:970px;
}