	/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: scroll;
}
	
#flashcontent 
	{
		height: 100%;
	}
	/* end hide */

body
	 {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FF9933;
	color: #FFDFBF;
	font: sans-serif;
	font-family: sans-serif;
	font-weight: bolder;
	font-size: 12px;
}
PRE {
	margin : 30px 20px 20px 20px;
	color : #D27F00;
	border : 3px solid #D27F00;
	padding : 10px 10px 10px 10px;
	font-family : sans-serif;
	font : bold;
	text-decoration : none;
	width : 300px;
	text-align : center;
	float : none;
	background : #FFF4E5;
	font-weight: bolder;
	font-size: 12px;
}

h6 {
	font-size: 10px;
	font-stretch: ultra-condensed;
}

A {
	color: #D27F00;
	text-decoration: none;
	font-weight: bolder;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
}

