body {
	font-size: 12px;
	color: black;
	margin: 0px;
	padding: 0px;
	background: #899998;
	text-align: center;
}
a:link {
	text-decoration: none; 
	color: #ff0000; 
	font-family: ËÎÌå;
}
a:visited {
    text-decoration: none; 
    color: #ff0000; 
    font-family: ËÎÌå;
}
a:active {
    text-decoration: none; 
    font-family: ËÎÌå;
}
a:hover {
    text-decoration: underline; 
    color: #0066ff;
}

a.item:link {
    text-decoration : none;
    color : #0066ff;
    font-size : 12px;
}
a.item:visited {
    text-decoration : none;
    color : #0066ff;
    font-size : 12px;
}
a.item:active {
    text-decoration : underline;
    color : #0066ff;
    font-size : 12px;
}
a.item:hover {
    text-decoration : none;
    color : #0066ff;
    font-size : 12px;
}

div#frame {
  margin: auto;
  padding: 0;
  width: 770px;
  text-align: left;
}
div#subframe {
	margin: auto;
	text-align: center;
	margin: 5px;
	padding: 5px;
	background: #ffcc00;
}
div#mainContent {
	background: #868e28;
	padding: 3px;
}
div#content {
	margin: auto;
	text-align: center;
	width: 700px;
}
div#top {
	margin-bottom: 5px;
}
div.subtop {
	text-align: left;
	font-weight: bold;
	color: #ff0000;
	font-size: 12px;
	height: 20px;
	padding-top: 9px;
	padding-bottom: 0;
	margin-bottom: 0;
	border: 1px solid #cccccc;
	background: url("../images/barbg.jpg");
}
div#subtop_link {
	text-align: left;
	color: darkblue;
	font-size: 12px;
	padding-bottom: 5px;
	padding: 5px;
	border: 1px solid #cccccc;
	background: url("../images/barbg.jpg");
}
div#copyright {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #565456;
	text-align: center;
}
table.content {
	padding-top: 0;
	margin-top: 0;
	width: 700px;
	background: #cccccc;
	text-align: center;
}
table.content tr td.columnKey {
	width: 121px;
	text-align: left;
	background: #f2f2f2;
}
table.content tr td.columnInput {
	width: 215px;
	text-align: left;
	background: #ffffff;
}
table.content tr td.submit {
	width: 760px;
	text-align: center;
	background: #ffffff;
}
table.content tr td.head {
	font-weight: bold;
	font-size: 12px;
	color: darkblue;
	background: #dedede;
	text-align: center;
}
table.content tr.item1 {
	background: #ffffff;
	font-size: 12px;
	text-align: left;
}
table.content tr.item2 {
	background: #efefef;
	font-size: 12px;
	text-align: left;
}
table.content tr td.pages {
	text-align: center;
	background: #cecece;
}
table.content tr td.viewKey {
	width: 150px;
	text-align: left;
	background: #f2f2f2;
}
table.content tr td.viewValue {
	width: 610px;
	line-height: 140%;
	text-align: left;
	background: #ffffff;
}
span.total {
	font-size: 14px;
	color: green;
	background: #cdcdcd;
	padding: 2px;
	border: 1px solid gray;
}