BODY {overflow: hidden; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; background-color: #DDDDDD; background-attachment: fixed; background-repeat: no-repeat;}
BODY,TD {font-family: Arial,Helvetica,sans-serif; font-size: 13px; color: #000000;}

A:link {color:0000FF;}
A:visited {color:0000FF;}
A:active {color:FF0000;}
A:hover {color:FF0000;}

A.indexpage:link {color:000000;}
A.indexpage:visited {color:000000;}
A.indexpage:active {color:FF0000;}
A.indexpage:hover {color:FF0000;}

div.bgdiv
  {
  z-index: 1;
  position: absolute;
  top: 0px; bottom: 0px; left: 0px; right: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  }
div.contentdiv
  {
  z-index: 2;
  position: absolute;
  top: 0px; bottom: 0px; left: 0px; right: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  }

.textblock {}

#nav2 a {
	color: #000000;
	background: #FFAF31;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 3px 5px;
	margin: 0px;
}
#nav2 a:hover { color: #000000; background: #FF0000; }
