/* overall body definition */
body, form {
  margin: 0;
  background-color: #ffffff;
}
/* overall definition */
.overall {
  width: 100%;
  height: 100%;
}
.h20px {
  height: 20px;
}
.w95p {
  width: 95%;
}
.center {
  text-align: center;
  vertical-align: middle;
}
/* no scroll-bar */
.nosc {
  overflow: hidden;
}
/* font definition */
a, input, textarea, submit, select, button, p, span, table, h1, h2, h3, h4, h5, h6, fieldset, div {
  font-family: Verdana;
}
/* overall iframe definition */
iframe {
  width: 100%;
  height: 100%;
  border: 0px;
}
/* all our images has no border */
img {
  border: none;
}
/* introduction */
div.intro {
	border: 1px solid #C0C0C0;
	background-color: #E8E8E8;
	padding: 4px 16px;
	position: fixed;
	top: 8px;
	left: 8px;
	font-size: 13px;
	text-align: center;
	line-height: 180%;
}
div.intro a {
	color: #60A020;
	font-weight: bold;
}
/* reference */
a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px dotted;
}
a.img {
  text-decoration: none;
  border: none;
}
a:hover {
  color: #000000;
  border-bottom: 1px solid;
}
a.img:hover {
  border: none;
}
/* special cells */
td.dialog {
  padding: 2px 20px 4px 20px;
  border: 1px solid #404040;
  background-color: #ffffff;
}
p.main {
  border: 1px solid #a05040;
  background-color: #FFA080;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  padding: 0px 10px
}
