table {
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;

}
.title1 {
	font-size: 15px;
	color: #000000;
	font-weight: bold;


}
/*--------form set--------------*/
input {
	COLOR: #0066CC;
	background-color: #F6F6F6;
	border: 1px solid #B3B3B3;
	font-size: 12px;
	width: 100px;
}
option {
	color: #666666;
	background-color: #F6F6F6;
	border: 1px solid #B3B3B3;
	font-size: 12px;
}

.copyright {
	font-size: 10px;
}
.text-mark1 {
	color: #003399;
}
.table-boder1 {
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
/*--------link set--------------*/
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
/*--------Menu link set--------------*/
a.menu:link {
	color: #666666;
	text-decoration: none;
}
a.menu:visited {
	color: #666666;
	text-decoration: none;
}
a.menu:hover {
	color: #FF6600;
	text-decoration: none;
}
