.box_t {
	background-image: url(../images/box_t.jpg);
	background-repeat: repeat-x;
}
.box_l {

	background-image: url(../images/box_l.jpg);
	background-repeat: repeat-y;
}
.box_r {


	background-image: url(../images/box_r.jpg);
	background-repeat: repeat-y;
}
.box_b {
	background-image: url(../images/box_b.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.box {
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	vertical-align: top;
}
.par {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	margin-right: 10px;
}
.parorder {
	font-size: 12px;
	color: #AC3610;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
}

h3 { color: #006699; font-weight: bold; font-size: 18px; text-align: center; margin-bottom:0;}
h4 { color: #006699; font-weight: bold; font-size: 15px; text-align: left; margin-left: 10px;}
h5 { color: #666666; font-weight: bold; font-size: 14px; text-align: left; margin-left: 10px;}
h6 { color: #006699; font-weight: bold; font-size: 14px; text-align: left; margin-left: 10px; margin-top: 0; margin-bottom: 0;}

.gallery img { margin-left: 10px; margin-bottom: 5px; }
.gallery hr {border-bottom: 1px solid #CCCCCC; margin-left: 10px; }
.gallery a {color: #006699; text-decoration: none;}
.gallery p { font-size: 12px; color: #666666; text-decoration: none; text-align: left; vertical-align: top; margin-right: 5px; }
.gallery ul {margin-top: 0; margin-bottom: 0; font-size:12px;}

