html, body					{ height: 100%; }
body						{ margin: 0; padding: 0; background: #fff; color: #494949; font-family: 'StoneSansIIITCW02-Bk', Arial, sans-serif; font-size: 15px; line-height: 23px; text-align: center; }
:focus						{ outline: 0; }

.clearfix 					{ clear: left; }

img 						{ display: block; border: 0; }
p, h1, h2, h3, h4, h5, h6	{ margin: 0; padding: 0; }
a 							{ color: #494949; text-decoration: underline; cursor: pointer; }
a:hover 					{ text-decoration: none; }
strong, b					{ font-family: 'StoneSansIIITCW02-SmBd'; }

.isMobile 					{ display: block; position: absolute; top: 0; left: 0; width: 1px; height: 1px; z-index: 1;  }
