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

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

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

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

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

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

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

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

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

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

