html, body, #flashContent { height:99.7%; }
body {
	margin:0;
	padding:0;
	overflow-y: scroll;
	/*overflow: -moz-scrollbars-vertical;*/
  	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

a:link {
	color: #FFF;
}

a:visited {
	color: #FFF;
}

a:hover {
	color: #FFF;
	text-decoration:none;
}

a:active {
	color: #FFF;
}

img {border:none;}

strong {
	font-size:18px;
	line-height:28px;
	font-weight:normal;
}