
.menu_container { 
	width: 		100%;
	background:	url(../images/box/b01_l.gif) repeat-y left; 
}

.border_right {
	background:	url(../images/box/b02_r.gif) repeat-y right; 
}

.border_top {
	height:		40px;
	background:	url(../images/box/b02_t.gif) repeat-x top; 
}

.border_bottom {
	height:		10px;
	background:	url(../images/box/b02_b.gif) repeat-x bottom; 
	font-size: 0px;
}

.corner_top_left { 
	float: 		left;
	width: 		10px;
	height: 	10px;
	background:	url(../images/box/c02_tl.gif) no-repeat left top;
}

.corner_top_right { 
	float: 		right;
	width: 		10px;
	height: 	10px;
	background:	url(../images/box/c02_tr.gif) no-repeat right top;
}

.corner_bottom_left { 
	float: 		left;
	width: 		10px;
	height: 	10px;
	background:	url(../images/box/c02_bl.gif) no-repeat left bottom;
}

.corner_bottom_right { 
	float: 		right;
	width: 		10px;
	height: 	10px;
	background:	url(../images/box/c02_br.gif) no-repeat right bottom;	
}

.header_text {
	padding: 	4px 10px 0px 10px; 
	color: 		#015B99;
	font-family: Trebuchet MS, Arial;
	font-size:	1.2em;
	text-align:	center;
}

.content {
	position: 	relative;
	margin: 	0px 10px -4px 10px; 
	padding: 	10px; 
	color: 		#015B99; 
	background-color:	#EBECF0;
	font-family: Trebuchet MS, Arial;
	line-height:1.3em;
}

.h_t {
	vertical-align: middle;
	padding: 4px;
}
