@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'BankGothicMdBTMedium';
    src: url('fonts/bankgothic_md_bt_medium-webfont.eot');
    src: url('fonts/bankgothic_md_bt_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bankgothic_md_bt_medium-webfont.woff') format('woff'),
         url('fonts/bankgothic_md_bt_medium-webfont.ttf') format('truetype'),
         url('fonts/bankgothic_md_bt_medium-webfont.svg#BankGothicMdBTMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, #flashcontent	{ height:100%; width:100%; margin:0 auto; padding:0;}


#flashcontent {
	min-height:600px;
	min-width:800px;
}

object { display:block; }






body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 62.5% Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	background-color:#262626;
	color:#cccccc;
	line-height:1.8em;
}

a:link {
	text-decoration:underline;
	color:#990000;
}

a:visited {
	text-decoration:none;
	color:#cccccc;
}


h1 {
	font-family: 'BankGothicMdBTMedium', Arial, Helvetica, sans-serif;
	font-size:1.8em;
	padding:0;
	margin:2px 0 0 0;
	line-height:1.0em;

	}

h2 {
	font-family: 'BankGothicMdBTMedium', Arial, Helvetica, sans-serif;
	font-size:1.2em;
	padding:0;
	margin: 0;
	line-height:0.8em;

	}
	

h3 {
	font-size:1.8em;
	padding-bottom:5px;
	}
	
p {
	font-size:1.4em;
	padding-bottom:5px;
}

ul  {
	font-size:1.3em;
	padding:0;
	margin:0;
}

li {
	padding-bottom:5px;
}

#banner {
	position: absolute;
	top:0;
	background: #9D2209 url(images/top_strip.jpg) repeat-x;
	width:100%;
	height:35px;
	padding:0;

}

/*
#flashcontent {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0 auto;
	text-align:center;
	position:absolute;


}
*/


#warning_wrapper {
	width:400px;
	height:500px;
	margin-left: auto;
	margin-right: auto;
	margin-top:200px;
	padding:0px;
	background-color:#333;
}

#warning_content {
	margin:25px;
}
