BODY.bag{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-style : none none none none;
}
.menu1 {
  /* last update : 02/09/30 */
	border-style	: outset;
  border-width	: 2px;
  border-color    : gray;
  /*	position		: absolute;
  */
	text-align		: left;
  /*	width			: 240px;
  */
	height			: 16px;
  padding			: 2px;
  font-size 		: 12px;
  /*	background-color: #333333;
  */
	color			: white;
  /*	cursor          : pointer;
  */
    line-height		: 100%;
  z-index : 100;
}
A:LINK{
  color : white;
}
A:VISITED{
  color : white;
}
A:HOVER{
  color : yellow;
}
A:ACTIVE{
  color : red;
}
.block-center{
  margin-left  : auto;
  margin-right : auto;
}
.inline-center{
  text-align : center;
}
.block-all-center{
  margin-top    : auto;
  margin-left   : auto;
  margin-right  : auto;
  margin-bottom : auto;
}
.inline-all-center {
  text-align     : center;
  vertical-align : middle;
}
.acrobat{
  font-size : 8pt;
  line-height : 100%;
  text-indent : 1em;
}
.caution{
  font-weight : bold;
  color : yellow;
}
.whatsnew_inner{
  font-size : 14px;
  line-height : 16px;
}
