/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: auto;
}
#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B3C711;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	padding-top: 18px;
	padding-bottom: 0px;
}

p {
	padding-top: 18px;
	padding-bottom: 0px;
}

a {
	color: #B3C711;
	text-decoration: underline;
}