html {
	height: 100%;
	overflow:auto;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: arial, "lucida console", sans-serif;
	color: #666;
}

#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: left;
}

h1 {
	text-transform: uppercase;
	font-size: 15px;
	color: #316bb5;
	padding: 30px 0px 10px 10px;
}

.details {
	font-size: 12px;
	margin: 0px 0px 20px 10px;
	padding: 4px 0px 4px 0px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	width: 160px;
}

p {
	padding: 10px;
	margin: 0;
}