hr {
color: #e0e0e0;
margin: 15px 0px 15px 0px;
clear: both;
}
.left-padding-30 {
	padding-left: 30px;
}
.left-padding-20 {
	padding-left: 20px;
}
.top-padding-15 {
	padding-top: 15px;
}
.left-padding-15 {
	padding-left: 15px;
}
.bottom-padding-15 {
	padding-bottom: 15px;
}
.padding-10 {
	padding: 10px;
}
.top-padding-10 {
	padding-top: 10px;
}
.left-padding-10 {
	padding-left: 10px;
}
.right-padding-10 {
	padding-right: 10px;
}
.bottom-padding-10 {
	padding-bottom: 10px;
}
.right-align-text {
	text-align: right;
}
.content-bold-black-12 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.content-title-30 {
	color: #46b068;
	font-size: 30px;
}
.content-blue-bold-30 {
	color: #0e2d55;
	font-size: 30px;
	font-weight: bold;
}
.content-text-bold-18 {
	color: #0e2d55;
	font-size: 18px;
	font-weight: bold;
}
.content-text-bold-15 {
	color: #0e2d55;
	font-size: 15px;
	font-weight: bold;
}.content-text-15 {
	color: #0e2d55;
	font-size: 15px;
}
.content-text-10 {
	color: #0e2d55;
	font-size: 10px;
}
.content-orange-title-bold-48 {
	color: #f28d2e;
	font-size: 48px;
	font-weight: bold;
}
.content-orange-title-30 {
	color: #f28d2e;
	font-size: 30px;
}
.content-orange-title-bold-30 {
	color: #f28d2e;
	font-size: 30px;
	font-weight: bold;
}
.content-orange-text-bold-20 {
	color: #f28d2e;
	font-size: 20px;
	font-weight: bold;
}
.content-orange-text-bold-15 {
	color: #f28d2e;
	font-size: 15px;
	font-weight: bold;
}
.content-orange-text-15 {
	color: #f28d2e;
	font-size: 15px;
}
.content-green-text-15 {
	font-size: 15px;
	color: #46b068;
}
.content-green-text-20 {
	font-size: 20px;
	color: #46b068;
}
.content-green-text-bold-20 {
	font-size: 20px;
	font-weight: bold;
	color: #46b068;
}
.content-green-text-30 {
	font-size: 30px;
	color: #46b068;
}
.content-green-text-bold-30 {
	font-size: 30px;
	font-weight: bold;
	color: #46b068;
}
.content-white-text-bold-20 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.content-white-text-bold-15 {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}
.content-white-text-15 {
	color: #fff;
	font-size: 15px;
}
.content-white-text-12 {
	color: #fff;
	font-size: 12px;
}
.content-white-text-10 {
	color: #fff;
	font-size: 10px;
}
.estore-blue-title {
	color: #0c2763;
	font-size: 24px;
	font-weight: bold;
}
h1.estore-blue-title {
	color: #0c2763;
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
ul.content-list {
	color: #0e2d55;
	margin: 0px;
	padding: 0px;
}
ul.content-list li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
ul.check-list {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: url(/includes/css/images/list_green_checkmark.png);
	list-style-type: none;
}
ul.check-list li {
	margin: 0px 0px 5px 20px;
	padding: 0px 0px 7px 0px;
}
ul.list-dbl-arrow {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: url(/includes/css/images/list_bullet_dbl_arrow.png);
	list-style-type: none;
}
ul.list-dbl-arrow li {
	margin: 0px 0px 5px 20px;
	padding: 0px 0px 0px 0px;
}
ul.list-dbl-arrow-flush {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: url(/includes/css/images/list_bullet_dbl_arrow.png);
	list-style-type: none;
}
ul.list-dbl-arrow-flush li {
	margin: 0px 0px 5px 20px;
	padding: 0px 0px 0px 0px;
}
ul.list-checkmark {
	margin: 10px 0px 10px 10px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: url(/includes/css/images/list_bullet_checkmark.png);
	list-style-type: none;
}
ul.list-checkmark li {
	margin: 10px 0px 5px 20px;
	padding: 0px 0px 0px 0px;
}
.generic-box {
	border: 1px #c0c0c0 solid;
	width: 278px;
	height: 223px;
	background-image: url(/includes/css/images/background_box_h223.png);
	background-repeat: repeat-x;
	background-position: left center;
}
