body,p,input,td,table,textarea,span,div,a,select {
	font-family: "Arial", "ËÎÌå";
	font-size: 9pt;

	margin: 0px;
}
table {
	border-collapse:collapse;
}
A:link {
	COLOR: #000066;
	font-family: "Arial", "ËÎÌå";
	font-size: 9pt;
	text-decoration: none;
}
A:visited {
	COLOR: #000066;
	font-family: "Arial", "ËÎÌå";
	font-size: 9pt;
	text-decoration: none;
}
A:hover {
	COLOR: red;
	text-decoration: underline;
	font-family: "Arial", "ËÎÌå";
	font-size: 9pt;
}
.inputDate {
    width: 180px;
    border:1px solid #949494;
    cursor:hand;
}
.inputText {
    width: 180px;
    border:1px solid #949494;
}
.textarea {
    width: 260px;
    height: 120px;
    border:1px solid #949494;
    overflow: auto;
}

.tdData {
	border: 1px solid #5E5E5E;
}
.tdHead{
	background-color: #EEEEEE;
	border: 1px solid #5E5E5E;
	font-weight: bold;
	text-align: center;
}
.tdTitle{
	background-color: #EEEEEE;
	border: 1px solid #5E5E5E;
	font-weight: bold;
}
.trHot {
	background-color: #D5F7FF;
	cursor: hand;

}
.trNormal {
	background-color: "";
	cursor: "";
}
.title {
	text-align: center;
	color: #6C0222;
	font-size:11pt;
	font-weight: bold;
}
.underline {
    text-decoration: underline;
}

.imgButton {
    cursor:hand;
}