#TopBox, #BottomBox 
{
	width: 153px;
	height: auto;
	overflow: hidden;
	font-size: 8pt;
}

#TopBox 
{
}
#TopBox .top 
{
	width: 100%;
	height: 23px;
	overflow: hidden;
	background-image: url(/shared/images/top-top.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #666666;
	font-weight: bold;
	line-height: 26px;
	padding: 0 12px 0 12px;
}
#TopBox .body
{
	background-image: url(/shared/images/top-body.gif);
	background-repeat: repeat-y;
}
#TopBox .bodyInner 
{
	min-height: 153px;
	background-image: url(/shared/images/top-bodyinner.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding: 1px 12px;
}
#TopBox .bottom 
{
	width: 100%;
	height: 18px;
	overflow: hidden;
	background-image: url(/shared/images/top-bottom.gif);
	background-repeat: no-repeat;
}

#BottomBox 
{
}
#BottomBox .headerTop
{
	width: 100%;
	height: 5px;
	overflow: hidden;
	background-image: url(/shared/images/bottom-header-top.gif);
	background-repeat: no-repeat;
}
#BottomBox .headerBody
{
	background-image: url(/shared/images/bottom-header-body.gif);
	background-repeat: repeat-y;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 12px 0 12px;
}
#BottomBox .headerBottom
{
	width: 100%;
	height: 1px;
	overflow: hidden;
	background-image: url(/shared/images/bottom-header-bottom.gif);
	background-repeat: no-repeat;
}
#BottomBox .bodyTop
{
	width: 100%;
	height: 8px;
	overflow: hidden;
	background-image: url(/shared/images/bottom-body-top.gif);
	background-repeat: no-repeat;
}
#BottomBox .bodyBody
{
	background-image: url(/shared/images/bottom-body-body.gif);
	background-repeat: repeat-y;
}
#BottomBox .bodyBodyInner
{
	min-height: 89px;
	background-image: url(/shared/images/bottom-body-bodyinner.gif);
	background-repeat: no-repeat;
	padding: 1px 12px;
}
#BottomBox .bodyBottom
{
	width: 100%;
	height: 11px;
	background-image: url(/shared/images/bottom-body-bottom.gif);
	background-repeat: no-repeat;
}
