html {
	height: 100%;
	overflow:auto;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: arial, "lucida console", sans-serif;
	color: #505050;
}

#flashcontent {
	height:100%;
	overflow:auto; /* initially set to auto for alternate content, we reset to 'hidden' within the swfscroll.js file */
	/*overflow-x: auto;
	overflow-y: auto;
	*/
}

#flashwarning{
	text-align: center;
}

#flashwarning a{
	color:#505050;
}

#flashwarning a:hover{
	color:#000;
	text-decoration: none;
}

h1 {
	color:#505050;
	font-family: arial, "lucida console", sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 10px 0px 10px;
	margin: 0;
}

h2 {
	color:#505050;
	font-family: arial, "lucida console", sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 10px 30px 10px;
	margin: 0;
}

#alternateContent {
	padding: 20px;
	width: 300px;
}

p {
	color:#505050;
	font-family: arial, "lucida console", sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 10px 2px 10px;
	margin: 0;
}

a {
	color:#000;
}

a:hover {
	color:#FFF;
	background-color: #fbdc41;
}

hr {
	margin: 5px 10px 5px 10px;
}

#footer{
	font-size: 11px;
}

#html_footer{
	font-size: 10px;
	color: #bdbdbd;
	padding: 8px 10px 10px 10px;
}

#html_footer a{
	color: #9d9d9d;
}
