A {
 color:#9f9;
 font-weight:bold;
}
A:visited {
 color:#99f;
 font-weight:bold;
}
.BODY {
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center; 
	color:#fff;
	text-align:center;
	padding:0;
	margin:0;
	border:0;
	/*padding:4px;*/
}
.full_DIV {
	/*width:99%;
	height:98%;*/
	padding:0;
	position:fixed;
	margin:0;
	top:0;
	left:0;
	width:100%;
	height:99%;
	
}
.inner_DIV {
	width:60%;
	height:98%;
	padding:2px;
	position:absolute;
	padding-top:40px;
	margin-top:0;
	margin-bottom:0;
	margin-left:20%;
	margin-right:20%;
	top:0;
	left:0;
	z-index:2;
	color:#fff;

}
DIV {
 margin:0;
}

@media screen
  {
/*  * html
    {
    overflow-y: hidden;
    }*/
  * html BODY
    {
    height: 100%;
    overflow: auto;
    }
/*		.inner_DIV {
		overflow-y:hidden;
		}*/
  }
.text_BOLD {
 font-weight:bold;
 font-family: Arial, Sans Serif;
}
.menu_IFRAME {
 width:100%;
 border:0;
 height:50px;
 padding:0;
 margin-bottom:5px;
 background-color:transparent;
}