* {
	border:none;
	outline:none;
}

html, body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}

body {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	background:#DCDCDC;
}

h1, h2, h3, h4, h5, h6 {
	font-size:125%;
}

p {
	text-align:justify;
}

div.get-flash {
	text-align:center;
	font-size:11px;
}

div#container {
	width:100%;
	height:100%;
	min-width:800px;
	min-height:450px;
}

div#flash {
	width:100%;
	height:100%;
	text-align:center;
}

div#noflash {
	width:500px;
	text-align:left;
	margin:15px auto;
	padding:15px;
	border:2px solid #6F7CC1;
	background:#FFFFFF;
}

hr {
	border:none;
	border-bottom:2px solid #6F7CC1;
}