/* hide from IE mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
	margin: 0px 0px 0px 0px;
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
}
#debug{
	color: #FFFFFF;
}
/* end hide */

h1, h2, h3, h4 {
	font-family: "Courier New", Courier, mono;
	background-color: #333333;
}

h1 {
	margin-top: 50px;
}

h2 {
	margin-left: 25px;
}

h3 {
	margin-left: 50px;
}

h4 {
	margin-left: 75px;
}

.title_line {
	margin-left: 100px;
}

body {
	margin: 0;
	padding: 0;
	background-color: #333333;
	height: 100%;
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

.raw {
	background-color: #333333;
	margin: 10px;
	padding: 10px;
}

p {
	background-color: #333333;
	margin-left: 100px;
	margin-right: 100px;
}

img {
	background-color: #333333;
	text-align: center;
	display: block;
	margin: auto;
}

a, a:link {
	font-family: "Courier New", Courier, mono;
	color: #7E7E0B;
	text-decoration: none;
}
a:active, a:hover {
	color: #7E7E0B;
}



