a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.text-color {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: x-small;
	color: #2E553D;
	text-decoration: none;

}
.text-color-small {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: xx-small;
	color: #2E553D;
}
.text-color-B {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: x-small;
	color: #2E553D;
	font-weight: bold;
	text-decoration: none;


}
.text-field-001 {
	border: 1px solid #9AB1A7;
}
.image-button {
	background-image: url(../images/icon/go-button.gif);
}
.boder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.textline {
	line-height: 15px;
	font-size: 11px;
}