html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
a:link, a:visited { background-color: inherit; color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }
html,body { height: 100%; }
body {
     font: 10px Arial,sans-serif;
     text-align:center;
     color:#000;
     width: 100%;
     height: 100%;
}
h1,h2,h3{	
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.5em;
	color:#000;
}
h2,h3{	
	font-size: 1.2em;
	text-align: center;
	padding: 10;
}
p{
	font-size: 1.1em;
	text-align: left;
	padding: 30;
	width: 500px;
}
div.flashContainer{
	width:100%;	
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fff;
}
div#unsupported{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 297px;
	height: 193px;
	background: #222;
	background: url('../resources/unsupported.gif') no-repeat; 		
}
div#contentContainer{
	width: 800px;
	height: 600px;
}
div.menu{
	font-size: 1.1em;	
}
