@charset "utf-8";
/* CSS Document */
.GreyBox {
	border: 1px solid #b7b7b7;
	background-image: url(images/GreyBoxBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #e3e3e3;
	width: 285px;
	margin-bottom: 12px;
}
.GreyBoxNormal {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	line-height:normal;
	font-size: 10pt;
}
.GreyBoxContent {
	padding-right:15px;
	padding-left:15px;
}


