/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#mainSWF {
	height: 100%;
}

#alternateText {
	color: #000000;
	font-family: arial;
	font-size: 12px;
	position: relative;
	top: 100px
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

a {
	color: #999999;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
}