body {
	font-size: 14px;
	color: black;
	margin: 0px;
	padding: 0px;
	background: white;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
}

a:link {
    text-decoration : none;
    color : #6b0d83;
    font-size : 14px;
}
a:visited {
    text-decoration : none;
    color : #6b0d83;
    font-size : 14px;
}
a:active {
    text-decoration : underline;
    color : #da45ff;
    font-size : 14px;
}
a:hover {
    text-decoration : none;
    color : #da45ff;
    font-size : 14px;
}

#frame {
  margin: auto;
  margin-top: 10px;
  border: 1px dotted #abacca;
  padding: 3px;
  width: 760px;
  text-align: left;
}

.data {
	margin: auto;
	text-align: left;
	width: 760px;
}
.record {
	background: #f9fdf0;
}
.record2 {
	background: #daf5c9;
}
.record_head {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	background: #fdfaad;
}
.record_title {
	text-align: center;
	width: 752px;
	margin: 5px;
	padding: 3px;
	background: #cdcdcd;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: auto;
	font-size: 14px;
	color: blue;
	font-weight: bold;
	cursor: pointer;
}
.record_title2 {
	text-align: center;
	width: 752px;
	margin: 5px;
	padding: 3px;
	background: #cdcdcd;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: auto;
	font-size: 14px;
	color: red;
	font-weight: bold;
	cursor: pointer;
}

.pages {
	margin-bottom: 10px;
	text-align: center;
	background: #bdc2c6;
}

#copyright {
	text-align: center;
	padding: 10px;
}

span.red {
	color: red;
}

.show {
	width: 570px;
	margin: auto;
	text-align: left;
	padding: 5px;
	background: white;
}
.showTitle {
	text-align: center;
	background: #dedede;
	color: red;
}
.leftColumn {
	background: #efefef;
}
.rightColumn {
	background: #ffffff;
}
.close {
	text-align: center;
	background: #dedeee;
}
tr.show_0 {
	background: #ecf4ed;
}
tr.show_1 {
	background: #b9cbb9;
}
