body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 11px;
	color: #fff;
	background-color:#000;
}

html, body { width:100%; height:100%; overflow:hidden; }

table { padding:0px; margin:0px; border:none; border-collapse: collapse; }
td {
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 10px;
	vertical-align: top;
}

form { display:inline; }
textarea, input, select { 
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 10px;
}

img { border:none; }

.hide { display:none; }
.clear { clear:both; }

h1 { font-size:14px; }
h2, h3, h4, h5, h6 { font-size:12px; }
h3 { display: inline; padding:0px; margin:0px; font-weight:bold; }
.please { color:#E7722F; font-weight:bold; }
.please a, .please a:hover { font-size:11px; color:#E7722F; }

div#subtext { padding:20px 100px 20px 250px; color:#999; font-size:10px; text-align:justify; }
div#subtext h2 { font-size:10px; }
div#subtext h3 { font-size:10px; display:inline; }

div#fallback { width:980px; margin:0; height:100%; }
div#fallback_inner { position:relative; height:100%; }

div#wrapper {
	width:100%; height:100%;
}

div#content {
	width:100%; height:100%;
}


A {
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
	color:#fff;
}
A:hover {
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
}