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

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

#flashcontent {
	height: 100%;
}
#centerOnPage {

	position: absolute;
	left: 50%;
	width: 979px;
	margin-left: -489px; /* half of width */
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
.noFlashBodyCopy {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.noFlashTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

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