@charset "utf-8";
.GreyOuterBorder {
	border: 1px solid #999999;
}

.GreyOuterBorderInternalSpace {
	border: 1px solid #999999;
	padding: 10px;
}
.HeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
}

.GreyTopBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
}
.TitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	font-weight: bold;
}
.InternalSpace {
	padding: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
.InternalSpaceBigger {
	padding: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.BodyTextDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	padding: 10px;
}
.InternalSpacePrices {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
