/* CSS Document */

html, body {
	overflow: auto;
	border: none;
} 

body {
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	font-family: arial, verdana, helvetica, sans-serif;
    font-size: 10.5px;
    text-decoration: none;
    font-weight: normal;
}

html>body {
	font-size: 11px;
}


