body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}
body {
	background-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 50px 0px 50px;

}
a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}


H5 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
       margin-top: 2px;
       margin-bottom: 2px;
       font-weight: normal;
}


 div#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:80px;
	background:#666666;
	color:#ffffff;
 }
 
 div#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:50px;
  background:#333333;
  color:#FFFFFF;
 }
 
  body>div#header{
   position:fixed;
  }
  body>div#footer{
   position:fixed;
  }

 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
