.GreenBox {
	background-color: #e8ffc8;
	padding: 10px;
}
.BlueBox {
	background-color: #daebf1;
	padding: 10px;
}
.LinedBox {
	border-top: solid 2px #606a74;
	border-bottom: solid 1px #606a74;
	padding-top: 10px;
	padding-bottom: 10px;
}
.LinedBottBox {
	border-bottom: solid 1px #606a74;
	padding-bottom: 10px;
}
.LinedTopBox {
	border-top: solid 2px #606a74;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Box {
	padding-top: 10px;
	padding-bottom: 10px;
}
.Box_Title {
	font-family: Arial, Helvetica, sans-serif;
	color: #5e6053;
	font-size:14px;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform:uppercase;
}

.Box_Title span.head{
	font-family: Arial, Helvetica, sans-serif;
	color: #5e6053;
	font-size:14px;
	font-weight: bold;
	text-transform:uppercase;
}

.BlueTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #006993;
	font-size:14px;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform:uppercase;
}
.BlueTitle span.head{
	font-family: Arial, Helvetica, sans-serif;
	color: #006993;
	font-size:14px;
	font-weight: bold;
	text-transform:uppercase;
}
.BottPad {
	padding-bottom: 10px;
}





