.p10 {
	font-size: 10pt
}

.t1 {
	color: #fff;
	font-size: 14pt;
	background-color: #00f
}

.td_menu1 {
	font-size: 12px;
	border-bottom: thin dotted blue;
	border-left: 8pt solid blue
}

.td_menu2 {
	font-size: 12px;
	border-bottom: thin dotted orange;
	border-left: 8pt solid orange
}

.td_menu3 {
	font-size: 12px;
	border-bottom: thin dotted olive;
	border-left: 8pt solid olive
}

.td_menu4 {
	font-size: 12px;
	border-bottom: thin dotted fuchsia;
	border-left: 8pt solid fuchsia
}

.td_menu5 {
	font-size: 12px;
	border-bottom: thin dotted green;
	border-left: 8pt solid green
}

.td_menu6 {
	font-size: 12px;
	border-bottom: thin dotted silver;
	border-left: 8pt solid silver
}

.td_err2 {
	font-size: 18px;
	border-bottom: medium dotted orange;
	border-left: 12pt solid orange
}

.td_err3 {
	font-size: 20px;
	border-left: 12px solid orange;
	border-top-color: orange;
	border-top-style: dotted;
	border-right-color: orange;
	border-right-style: dotted;
	border-bottom-color: orange;
	border-bottom-style: dotted;
}

.attention {
	background-color: #fdd6d6;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 8px;
	border: 2px solid #fa2209;
	font-size: 16px;
	width: 600px;
}