.css {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.boader {
	border-top: 1px none #CC0000;
	border-right: 1px none #CC0000;
	border-bottom: 1px none #CC0000;
	border-left: 1px solid #CC0000;
}
.b1 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #cc0000;
	border-left-color: #cc0000;
}
.b2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccoooo;
}
.b3 {
	border: 1px solid #999999;
}
