@charset "utf-8";
/* CSS Document */

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

#flashcontent {
	height: 100%;
	overflow:hidden;

}
/* end hide */
body {
	height: 100%;
	min-height:700;
	margin: 0;
	padding: 0;
	background-color: #000000;
	
}
.noFlashBodyCopy {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;


}

.noFlashTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;

}

a:link {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}