@charset "utf-8";

/* CSS Document */

.top {
	color: #003300;
	font-family: Tahoma;
	font-size: 0.6875em;
	font-weight: bold;
	height:11px;
	padding-top:8px;
}


/* [230px box] */

.box230 {
	width: 230px;
	margin: 0px 0 20px 0;
	padding: 0px;
}

.box230 .top {
	background: url(../images/230_top.gif) top left no-repeat;
	padding: 11px 10px;
	font-size:0.6875em;
}

.box230 .noheader {
	background: url(../images/230_noheader.gif) top left no-repeat;
	height: 5px;
	overflow: hidden;
}

.box230 .middle {
	background: #005100;
	padding: 5px 10px;
}

.box230 .middle_image {
	background: #005100;
}

.box230 .bottom {
	background: url(../images/230_bottom.gif) top no-repeat;
	height: 5px;
	overflow: hidden;
}

/* [465px box] */
.box465 {
	width: 465px;
	margin-bottom: 20px;
}

.box465 .top {
	background: url(../images/465_top.gif) top left no-repeat;
	padding: 11px 10px;
	font-size:0.6875em;
}

.box465 .noheader {
	background: url(../images/465_noheader.gif) top left no-repeat;
	height: 5px;
	overflow: hidden;
}

.box465 .middle {
	background: #005100;
	padding: 10px;
}

.box465 .bottom {
	background: url(../images/465_bottom.gif) top no-repeat;
	height: 5px;
	overflow: hidden;
}

/* [700px box] */  
.box700 {
	width: 700px;
	margin-bottom: 20px;
}

.box700 .top {
	background: url(../images/700_top.gif) top left no-repeat;
	padding: 11px 10px;
	font-size:0.6875em;
	overflow: hidden;
}

.box700 .noheader {
	background: url(../images/700_noheader.gif) top left no-repeat;
	height: 5px;
	overflow: hidden;
}

.box700 .middle {
	background: #005100;
	padding: 10px;
}

.box700 .middle_white {
	background: #FFF;
	padding: 0px 10px;
}

.box700 .bottom {
	background: url(../images/700_bottom.gif) top no-repeat;
	height: 5px;
	overflow: hidden;
}

.box700 .bottom_white {
	background: url(../images/700_bottom_white.gif) top no-repeat;
	height: 5px;
	overflow: hidden;
}