.Box .top{
	height:7px;
	background:url(images/Top.png) repeat-x top;
}

.Box .left{
	width:7px;
	background:url(images/Left.png) repeat-y left;
}

.Box .bottom{
	height:7px;
	background:url(images/Bottom.png) repeat-x bottom;
}

.Box .right{
	width:7px;
	background:url(images/right.png) repeat-y right;
}

.Box .center{
	background:url(images/Center.gif) repeat-x top;
}

.Box .TL{
	width:7px;
	height:7px;
	background:url(images/TL.png) no-repeat top left;
}
.Box .TR{
	width:7px;
	height:7px;
	background:url(images/TR.png) no-repeat top right;
}

.Box .BL{
	width:7px;
	height:7px;
	background:url(images/BL.png) no-repeat bottom left;
}

.Box .BR{
	width:7px;
	height:7px;
	background:url(images/BR.png) no-repeat bottom right;
}
.title2{
	font-size:12px;
	color:#66CC33;
	font-family:tahoma;
}

