@charset "utf-8";
/* CSS Document */

#content {
	margin: 1em 4em 4em 4em;
}
#content p {
	font-size:14px;
	line-height:20px;
	text-align: justify;
	margin-bottom:14px;
}
#content ul, #content ol {
	margin:25px 50px 25px 50px;
}
#content ul li, #content ol li {
	font-size:14px;
	line-height:22px;
}
#content ul li {
		list-style: disc;
}
#content ol li {
		list-style: decimal;
}
h2 {
	font-size: 24px;
	text-align:center;
	color: #B3127D;
	margin-bottom:12px;
}
h5 {
	font-size: 14px;
	font-style:italic;
	font-weight:bold;
	color: #000066;
	margin-bottom:25px;
}
.secrets { 
	font-family:"Times New Roman", Times, serif;
	font-size: 30px;
	color: #ff0000;
	text-align:center;
	margin-bottom:25px;
}
.package { 
	font-family:"Times New Roman", Times, serif;
	font-size: 30px;
	color: #B3127D;
	text-align:center;
	margin-bottom:25px;
}
.audience {
	font-size:16px;
	font-weight:bold;
	margin-bottom:25px;
	text-align:center;
}
.greenBox {
	background: #A5F3A0;
	border: thin solid #666666;
	padding: 20px 40px 20px 40px;
	width: auto;
	margin-left:50px;
	margin-right:50px;
}
.indent200 {
	background: #FFFFFF;
	border: none;
	padding: 20px 40px 20px 40px;
	width: auto;
	margin-left:50px;
	margin-right:50px;
}
.productLine {
	border-bottom: 1px solid #42E542;
	padding: 12px;
	margin: 0;
	font-size: 10px;
}
.currencyLine {
	border-bottom: 1px solid #42E542;
	padding: 12px;
	margin: 0;
	text-align: left;
}
.specialLine {
	border-bottom: 1px solid #42E542;
	padding: 12px;
	margin: 0;
	font-weight: bold;
	font-size: 10px;
}
.saleLine {
	border-bottom: 1px solid #42E542;
	padding: 12px;
	margin: 0;
	font-weight: bold;
	font-size: 10px;
	color:#CC0000;
}
.specialEdition { color: #B3127D; }

