/* CSS Document */

.box{
	width:610px;
}
.topleft{
	height:21px;
	width:5px;
	background-image:url(images/boxtopleft.gif);
	background-repeat:no-repeat;
}
.topleft2{
	height:5px;
	width:5px;
	background-image:url(images/boxtopleft2.gif);
	background-repeat:no-repeat;
}
.top{
	background-image:url(images/boxtopback.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	height:21px;
}
.top2{
	background-image:url(images/boxbortop.gif);
	background-repeat:repeat-x;
	height:5px;
}
.topright{
	width:5px;
	height:21px;
	background-image:url(images/boxtopright.gif);
	background-repeat:no-repeat;
}
.topright2{
	width:5px;
	height:5px;
	background-image:url(images/boxtopright2.gif);
	background-repeat:no-repeat;
}
.left{
	background-image:url(images/boxborleft.gif);
	background-repeat:repeat-y;
	width:5px;
}
.content{
	vertical-align:text-top;
	padding-top:4px;
}
.content2{
	font-weight:bold;
}
.right{
	background-image:url(images/boxborright.gif);
	background-repeat:repeat-y;
	width:5px;
}
.botleft{
	height:5px;
	width:5px;
	background-image:url(images/boxbotleft.gif);
	background-repeat:no-repeat;
}
.bot{
	height:5px;
	background-image:url(images/boxborbot.gif);
	background-repeat:repeat-x;
}
.botright{
	height:5px;
	width:5px;
	background-image:url(images/boxbotright.gif);
	background-repeat:no-repeat;
}
