@charset "utf-8";
.dmd {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.ti-w {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.txt1 {
	font-size: 12px;
	color: #333333;
	line-height: 22px;
}
.txt-w {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a:link {
	font-size: 12px;
	color: #000099;
	text-decoration: underline;
}
.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
a:visited {
	font-size: 12px;
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	color: #000099;
	text-decoration: underline;
}
.line-w {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
