/*$id*/ /* body and table */
body {
	font-family:'Courier New','Arial','Verdana';
	font-size: 10.5pt;
}

td {
	font-size: 10.5pt;
}

/* search result block*/
u {
	color: #ff0000;
}

a {
	font-size: 10.5pt;
}

.tip {
	font-size:9pt;
	text-decoration: none;
}

p {
	line-height: 150%;
	font-size: 10pt;
}

.subject {
	font-size: 12pt;
	line-height: 120%;
}

/* active and inactive tab*/
.active,.inactive {
	text-align: center;
	width: 120px;
	height: 20px;
	padding-top: 3px;
}

.active {
	background-color: #3366cc;
	color: white;
	font-weight: bold;
}

.inactive {
	background-color: #efefef;
	color: blue;
}

/* result total static */
.totalleft,.totalright {
	background-color: #3366cc;
	color: white;
	height: 20px;
	padding-top: 3px;
}

.totalleft {
	text-align: left;
	width: 30%;
}

.totalright {
	text-align: right;
	width: 70%;
}

/* green and gray color fonts*/
.green {
	font-family: 'Courier New','Arial','Verdana';
	color: green;
	font-size: 9pt;
}

.gray {
	font-family: 'Courier New','Arial','Verdana';
	color: gray;
	font-size: 10.5pt;
}

.nowPage {
	color: #FF0000;
	font-weight: bold;
}

.copyright{
	text-decoration: none;
}
