/* RESET START- DO NOT AMEND 
==================================*/
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, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*RESET END*/

/*html, body { height: 100%; } */
html, body {
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	background-color:#222222;
}
body {
	background-color: #222222;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin:0px;
}
a, a:link, a:visited, a:active {
	color: #999999;
}
a:hover, a:focus {
	color: #FFFFFF;
}
h1 {
	font-size: 1.55em;
	line-height: 1.55em;
}
h2 {
	font-size: 1.25em;
	line-height: 1.25em;
}
h3 {
	font-size:1em;
	font-weight:bold;
}
p {
	font-size: 0.85em;
	line-height:1.25em;
	padding: 10px 0;
}
#content {
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position:absolute;
	width:100%;
}
#error {
	padding-top: 20px;
	padding-bottom : 20px;
	margin:0 50px 0 50px;
	color: #FF0000;
}
#noScriptDiv {
	margin:0 50px 0 50px;
	color: #999999;
}
#wrapper {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	min-width:960px;
	min-height:540px;
}
#myAlternativeContent {
	overflow:auto;
	width:100%;
	height:100%;
	min-width:960px;
	min-height:540px;
	margin:0;
	padding:0;
}
