/* Reset */
*{margin:0;padding:0;}
html,body { font-family: Arial, Helvetica, sans-serif;}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,table,address{margin:0px;} 
img{border:0;}
ul,dl{padding-left:15px;}
dt{font-weight:bold;}
a{text-decoration:underline;outline:none;color:#333}
a:hover{text-decoration:none;}
label{cursor:pointer;}
button { outline: none; }
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:inline-block;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}
.imgheader,.imgbutton{text-indent:-9999px;overflow:hidden; background-repeat:no-repeat;}
.imgbutton{display:block;}

html {
margin: 0; padding: 0;
height: 100%;
overflow: auto;
}

body {
font-family:Verdana,Arial,Sans-Serif;
font-size:10px;
color:#333;
background:#FFF;
width: 100%;   
height: 100%;   
}

#noflashcontent {
background-color:gray;
border:1px dashed white;
color:#660000;
left:60px;
line-height:25px;
opacity:0.95;
padding:10px;
position:absolute;
text-align:center;
top:150px;
width:180px;
}

#flashcontent {
position:absolute;
top:0px;
left:0px;
width: 100%;
height: 100%;
float: left;
padding: 0;
margin: 0;
color: white;
}

#flashcontent h1, #flashcontent p, #flashcontent div#footer, #flashcontent div#longcontent
{
 margin: 25px 25px 0;
}

#longcontent
{
	height: 300px;
	width: 900px;
	overflow: auto;
}
