@charset "UTF-8";
/* CSS Document */

.bttitle {
	font-family: Verdana;
	font-size: 18px;
	font-weight: normal;
	color: #009C9F;
	text-decoration: none;
}
.btsubtitle {
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #009C9F;
	text-decoration: none;
}
.btfieldtitle {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #009C9F;
	text-decoration: none;
}
.btfield {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	background-color: #FFF;
}
.btvalue {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}
.undertitle {
	background-color: #FAFAFA;
	line-height: 30px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #009C9F;
}
.btbgtablecontent {
	background-color: #eee;
	border: 1px solid #CCC;
	font-family: verdana;
	padding: 4px;
}
.btsubmit {
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	
}
.btaction {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #069;
	text-decoration: underline;
}
