/* hide from IE mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 2px;
	color: #000000;
	text-decoration: none;
	position: relative;
}
#debug{
	color: #FFFFFF;
}
/* end hide */

h1, h2, h3, h4 {
	background-color: #FFFFFF;
}

h1 {
	margin-left: 10px;
	margin-top: 50px;
}

h2 {
	margin-left: 25px;
	margin-top: 50px;
}

h3 {
	margin-left: 50px;
	margin-top: 25px;
}

h4 {
	margin-left: 75px;
}

.title_line {
	margin-left: 100px;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	height: 100%;
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 2px;
	color: #000000;
	text-decoration: none;
}

#text{
	background-color: #FFFFFF;
	margin-left: 100px;
	margin-right: 100px;
}

.raw {
	font-size: 12px;
	text-decoration: bold;
}

p {
	background-color: #FFFFFF;
	margin-left: 100px;
	margin-right: 100px;
}

img {
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	margin: auto;
}

a, a:link {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 2px;
	color: #F58220;
	text-decoration: none;
}
a:active, a:hover {
	color: #927F54;
}


