/* Global Reset Browser Styles  */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
em {
	font-style:italic;
}
/* //Global Reset Browser Styles  */
body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "lucida Sans Console", Arial, Helvetica, sans-serif !important;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	height: 100%;
	cursor:default;
}
h1, h2, h3, h4 {
	font-weight:bold;
	font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "lucida Sans Console", Arial, Helvetica, sans-serif;
}
div.clean {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
a {
	color: white;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
/* footer */
.footer {
	color:#ffffff;
	font-size:10px;
	text-align:right;
	position: absolute;
	width: 970px;
	bottom: 0;
	color:#7491a1;
}
.footer a {
	color:#7491a1;
	font-size:10px;
	text-decoration:none;
}
.footer a:hover {
	color:#7491a1;
	font-size:10px;
	text-decoration:underline;
}
#debug {
	position: absolute;
	top: 0%;
	left: 0;
	width: 500px;
	font-size: 10px;
}

