/* Body */
body {
	background: #EEE;
	color: #000;
	font-size: 62.5%;
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
    height: 100%;
	margin: 0;
	padding: 0;
    overflow: auto;
}

* {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}

/* Main */
#container {
	background: #EEE;
	height: auto !important;
	left: 0%;
	margin: 0;
	min-height: 100%;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#flash {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

#audi {
	display: block;
}

#noFlash {
	margin: 0 0 0 0;	
}

/* NoScript */
#overlay {
	background: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

#noscript {
	background: #ff9;
	border-bottom: 1px solid #ffe573;
	color:#000;
	font-size: 1.1em;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 200;
}

#noscript strong {
	display: block;
	padding: 10px;
}

#noscript ol {
	padding: 0 10px 6px 40px;
}

#noscript ol li {
	padding: 0 0 5px 0;
}

#noscript ol li a {
	color: #f30;
	text-decoration: none;
}

#noscript ol li a:hover {
	text-decoration: underline;
}

/* Misc */


.style3 {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
}
.style6 {
	font-size: 24px;
	color: #000000;
	font-family: Arial;
	font-weight: lighter;
}


a {
	font-family: Arial;
	font-size: 24px;
	color: #000000;
}

a.linkNormal {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a img {
	border: none;
}
