/* hide from ie on mac \*/

html {
height: 100%;
overflow: hidden;
}

#flashcontent {
height: 100%;
width:100%;
}

/* end hide */

body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 15px;
	line-height:19px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	}
a:link {
	color: #FF7500;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF7500;
}
a:hover {
	text-decoration: underline;
	color: #FF7500;
}
a:active {
	text-decoration: none;
	color: #FF7500;
}
.label1 {
	font-size: 16px;
	font-weight: bold;
}