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

.proheading {
	text-align: center;
	font-family: "Myriad Pro", Helvetica, Arial;
	font-size: 140%;
	font-weight: 550;
	color: #ffffff;
	background-color: #1A6B09;
	line-height: 32px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom: 1px solid #FFF;
	width: 100%;
	box-shadow: 0px 0px 30px rgba(0,0,0,.65);
	float: left;
}