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

body {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;	
	font-style: normal;	
	color: #5C5C5C;
	
	/*fix to center in IE - in main div then text-align set to left*/
	text-align: left;
}