* {
	margin: 0;
	padding: 0;
}
body {
	/*background: #0e5086 url(images/background.jpg) center repeat-y;*/
	background-color: #6495ED;
	font-size: 65.5%;
	font-family: arial, sans-serif, Tahoma, Verdana;
}
.Left {
	float: left;
}
.Right {
	float: right;
}
.Clear {
	clear: both;
}
.Justify {
	text-align: justify;
}
.HalfWidth {
	width: 50%;
}
.DashedBorder {
	border: 4px dashed #ff0000;
	border: 4px dashed blue;
}
.SolidBorder {
	border: 1px solid #222;
}
.SolidBackground {
	background-color: #eee;
}
.YellowBackground {
	background-color: #efe5bc;
}
.OrangeBackground {
	background-color: #fcd536;
}
.LightBlueBackground {
	background-color: #eaeaff;
}
.Testimonial {
	padding: 10px;
	margin-bottom: 10px;
}
.Padding {
	padding: 10px;
}
.Underline {
	text-decoration: underline;
}
.eColor {
	color: #000f6a;
}
.Red {
	/*color: #ff0000;*/
	color: #d90000;
}
.Black {
	color: #000000;
}
.Blue {
	color: #000080;
}
.LightBlue {
	color: #0039F2;
}
.Highlighted {
	background-color: #ffff00;
	/*font-weight: bold;*/
}
.Strikethrough {
	text-decoration: line-through;
}
.productSegment {
	text-align: center;
	margin: 0 auto;
	width: 90%;
	margin-top: 20px;
}
.pricingTable {
}
.pricingTable th {
	background-color: green;
	padding: 0px;
	margin: 0px;
}
.pricingTable td {
	text-align: center;
	color: gray;
}
.pricingTable table {
	border: 1px solid #222;
	border-collapse:	collapse;
}
.Centered {
	text-align: center;
	margin: 0 auto;
	width: 90%;
}
.Large {
	font-size: 1.4em;
	padding-bottom: 20px;
}
.Bold {
	font-weight: bold;
}
.Normal {
	font-weight: normal;
}
.Position {
	width: 615px;
	margin: 20px auto;
	/*background-color: #FFFFFF;*/
	/*background-color: #d8f8d7; 
	background-color: #fff7b6;*/
	background-color: #ffffff;
	font-size: 1.3em;
	padding: 20px;
	padding-bottom: 10px;
}
h1 {
	/* font-size: 1.8em; */
	font-size: 20pt;
	font-color: red;
	padding-bottom: 20px;
	text-transform: capitalize;
}
h2 {
	/*font-size: 1.4em;*/
	font-size: 16pt;
	/*color: #000f6a;*/
	color: #d90000;
	padding: 20px 0 20px 0;
	text-transform: capitalize;
	text-align: center;
}
h3 {
	font-size: 12pt;
	color: darkblue;
}
p {
	padding-bottom: 15px;
}
.content {
	font-size: 12pt;
	font-family: arial, sans-serif, Tahoma, Verdana;
	padding-left: 25px;
	padding-right: 25px;
}

.content li {
	margin-left: 30px;
	margin-bottom: 10px;
}

.content ul {
	margin-bottom: 30px;
}

a {
	font-weight: bold;
	color: #093c7b;
	text-decoration: none;
}
ol {
	padding-left: 30px;
}
a:hover {
	text-decoration: underline;
}
.Purchase {
	width: 200px;
}
.Footer {
	text-align: center;
	margin-top: 20px;
}
.list {
	margin-left: 0px;
}
ul.checked, ol.checked {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.benefits li {
	background-image: url(images/greenCheck.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 10px;
	padding-right: 5px;
	margin-bottom: 20px
}
li.checked {
	background-image: url(images/greenCheck.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
ul.plain, ol.plain {
	
}
li.plain {
	padding-bottom: 10px;
}
.benefits {
	margin-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.rightDiv {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.leftDiv {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.signature {
	padding-top: 40px;
	padding-left: 60px;
	padding-bottom: 60px;
}
.dropCap {
	float: left;
	/*color: #D4D4C7;*/
	font-size: 30pt;
	line-height: 32px;
	/*padding-top: 2px;*/
	font-family: Times, serif, Georgia;
	margin-right: 3px;
	background-color: #efe5bc;
}
.seal {
	margin-left: -20px;
	width: 599px;
	height: 461px;
	background-image: url(images/cert.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
}
.guarantee {
	width: 400px;
	text-align: center;
	padding-left: 65px;
	padding-top: 60px;
}
.Italics {
	font-style: italic;
}
.Rounded {
  -moz-border-radius:3ex;
  -webkit-border-radius:3ex;
}
