.txt_link {
	font-family: verdana;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #006633;
	border-bottom: 1px solid #990000;
	text-decoration: none
}
.txt_link:hover {
	font-family: verdana;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #990000;
	border-bottom: 2px solid #006633;
	text-decoration: none
}
.txt_box {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #393D2F;
	text-decoration: none;
	background-color: #E2E7E0;
	border: 1px solid #B4BCA7;
	width: 180px;
	padding-right: 4px;
	padding-left: 4px;
}
.txt_button {
	font-family: verdana;
	font-size: 9px;
	background-color : #B4BCA7;
	border-top-color : #E2E7E0;
	color : #393D2F;
	padding: 1px;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-color: #3a3f33;
	border-bottom-color: #3a3f33;
	border-left-color: #3a3f33;
}
