@charset "utf-8";
 
 * html body{
  overflow:visible;
 }

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
}


#NavigationBG {
	display: none;
}

#Navigation {
	display: none;
}

#Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #000;
	background-color: #fff;
	position: absolute;
	bottom: 0;
}


#RightSide {
	display: none;
}
#Content {
	position:absolute;
	left:20px;
	top:20px;
	width:100%;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	overflow: visible;
	visibility: visible;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin-top: 0px;
	color: #000000;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#Footer a {
	color: #000;
	}