@charset "utf-8";
/* CSS Document */

.content_blue2{
	width:196px;
}
.paper_blue2{
	float:left;
}
.paper_top_blue2{
	width:196px;
	height:6px;
	position:relative;
	z-index:50;
	background-image:url(../images/blue_col_top.jpg);
	background-position:center;
}
.paper_middle_blue2{
	width:196px;
	background-image:url(../images/blue_col_mid.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
* html .paper_middle_blue2{
	overflow:hidden;
}
.paper_bottom_blue2{
	width:196px;
	height:6px;
	position:relative;
	z-index:50;
	background-image:url(../images/blue_col_bot.jpg);
	background-position:center;
}
.inside_blue2{
	padding:5px 5px 5px 5px;
	min-height:200px;
	height:auto !important;
	height:200px;
	position:relative;
	z-index:100;
}
.header_blue2{
	color:#660000;
	font-family:Helvetica, Arial, sans-serif;
	text-decoration:none;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:10px;
}
.body_blue2{
	color:#CC9966;
	font-family:Helvetica, Arial, sans-serif;
	text-decoration:none;
	font-size:14px;
	line-height:16px;
	margin:0 0 20px 0;
}