.txt12-gray {
	font-size: 12px;
	color: #666666;
}
.underline-dash-gray {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.topunderline-dash-gray {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.txt12 {
	font-size: 12px;
}
.txt-gray-b {
	font-weight: bold;
	color: #666666;
}
.txt12-red {

	font-size: 12px;
	color: #CC0000;
}
.txt-red-b {

	font-weight: bold;
	color: #FF3333;
}
.underline-dash-gray2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.topunderline-dash-gray2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

