/* hero_blackwhite container stylesheet */

.hero_blackwhite {
	width: 100%;
	background-color: #FFFFFF;
}

.hero_blackwhite_header_left {
	background: url('hero_blackwhite-topleft.gif') no-repeat;
	width: 15px;
	height: 39px;
}

.hero_blackwhite_header {
	background: url('hero_blackwhite-top.gif') repeat-x;
	height: 39px;
	color: #FFFFFF;
	font: 13px Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
}

.hero_blackwhite_header_right {
	background: url('hero_blackwhite-topright.gif') no-repeat;
	width: 15px;
	height: 39px;
}

.hero_blackwhite_left {
	background: url('hero_blackwhite-left.gif') repeat-y;
	width: 15px;
}

.hero_blackwhite_center {
	color: #000000;
	font: 12px Verdana,Arial,Helvetica,sans-serif;
}

.hero_blackwhite_right {
	background: url('hero_blackwhite-right.gif') repeat-y;
	width: 15px;
}

.hero_blackwhite_footer_left {
	background: url('hero_blackwhite-bottomleft.gif') no-repeat;
	width: 15px;
	height: 15px;
}

.hero_blackwhite_footer {
	background: url('hero_blackwhite-bottom.gif') repeat-x;
	height: 15px;
}

.hero_blackwhite_footer_right {
	background: url('hero_blackwhite-bottomright.gif') no-repeat;
	width: 15px;
	height: 15px;
}



