
/* hide from ie on mac \*/
html, body, #flashContent {
	height: 100%;
	overflow: hidden;
}

* {
	margin: 0;
	padding: 0;
}
/* end hide */
body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;                
}
.noFlash {
	width: 320px;
	font-size: 11px;
	font: 12px/14px Arial, Helvetica, monospace;
}

h1 {
	color: #fff;
	background: #686868;
	border-left: 10px solid #404040;
}

h2, h3 {
	color: #FDC365;
	background: #FEF6E7;
	border-left: 10px solid #FDC365;
}

p {
	padding: 5px;
	border-left: 10px solid #9f9f9f;
}

h1, h2, h3 {
	padding: 5px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
}

a {
	color: #000;
	text-decoration: none;
}

