@charset "iso-8859-1";
.box {
	margin-left: 0px;
	margin-right: 0px;
}
.box .topo h2{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	margin: 2px;
	padding: 0px;
	text-align: right;
}
.box .topo{
	height: 22px;
	position: relative;
	background-image: url(../images/box_t_slide.gif);
	background-repeat: repeat-x;
	margin-left: 7px;
	margin-right: 51px;
}
.box .topo .left {
	position: absolute;
	left: -7px;
	top: 0px;
	background-image: url(../images/box_t_left.gif);
	height: 22px;
	width: 7px;
}
.box .topo .right {
	position: absolute;
	right: -51px;
	top: 0px;
	background-image: url(../images/box_t_right.gif);
	height: 22px;
	width: 51px;
}





.box .rodape{
	height: 9px;
	position: relative;
	background-image: url(../images/box_b_slide.gif);
	background-repeat: repeat-x;
	margin-left: 7px;
	margin-right: 7px;
}
.box .rodape .left {
	position: absolute;
	left: -7px;
	top: 0px;
	background-image: url(../images/box_b_left.gif);
	height: 9px;
	width: 7px;
}
.box .rodape .right {
	position: absolute;
	right: -7px;
	top: 0px;
	background-image: url(../images/box_b_right.gif);
	height: 9px;
	width: 7px;
}
