@charset "utf-8";
/* CSS Document */
 html {
 height: 100%;
 width:100%;
 overflow:auto;
}
#flashcontent {
	width:				100%;
	height:				100%;
overflow:auto;
}
#content {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	height: 			100%;
	text-align: 		left;
	margin: 			0;
	margin-left:		-9999px;/*-9999*/
	top: 0px;
	left: 0px;
}
body,html{
	height: 100%;
	 width:100%; 
	 overflow:auto;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	background-color: #f3f3f3;
	font-family: Helvetica;
font-size: 90%;
	color: #FFFFFF;
}
#flashalert {
	border: 2px solid #FF0000;
	background-color: #FFFFFF;
	font-family: Helvetica;
	font-size: 90%;
	color: #000000;
	background-image:url(../img/bckgrnd/bg_noflash.jpg);
	background-repeat: no-repeat;
	padding: 20px;
}
#seo_page {
	padding: 10px;
	height: 100%;
	width:  100%;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
