html, body					{ height: 100%; }
body						{ margin: 0; padding: 0; background: #007dba url(../../imgs/sev/bg.jpg) no-repeat center top; color: #494949; font-family: 'StoneSansIIITCW02-Bk', Arial, sans-serif; font-size: 13px; line-height: 20px; 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: none; }
