.baorder_bg {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.padding_bg {
	padding-right: 7px;
	padding-left: 7px;
}
.bg_gray {
	text-decoration: none;
	background-image: url(../images/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	width: 10px;
}
.bg_right {
	background-image: url(../images/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 33px;
	width: 10px;
}
.bg_center {
	background-image: url(../images/bg_center.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 33px;
}
.navi_bg {
	background-image: url(../images/navi_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 2px;
}
.con_top {
	background-image: url(../images/cont_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 11px;
}
.con_left {
	background-image: url(../images/cont_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 12px;
}
.con_buttom {
	background-image: url(../images/cont_buttom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 11px;
}
.con_right {
	background-image: url(../images/cont_right.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 12px;
}
.title21 {
	font-family: Arial;
	font-size: 21px;
	text-decoration: none;
}
.boldnav {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
a:visited    { color: #ff0000; }
