body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	line-height: 120%;
	margin-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	line-height: 120%;
	margin-bottom: 10px;
	color: #8B9613;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	line-height: 120%;
	margin-bottom: 10px;
	color: #666666;
	font-weight: normal;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-bottom: 10px;
        color: #fff;
}	
p, span.normal {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 11pt;
	margin-bottom: 14px;
	color: #888;
}
p.big {
	font-size: 13pt;
}

p.sbig {
	font-size: 15pt;
}

p.bold {
	font-size: 15pt;
        font-weight:800;
	line-height: 130%;
}

p.xbig {
	font-size: 15pt;
	line-height: 130%;
}
p.small {
	font-size: 8pt;
}
ul.standard {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 11pt;
	margin: 0 0 0 30px;
	list-style: disc;
	color: #888;
}
ul.standard p {
	marging: 0;
}
ul.bootcamp {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 12pt;
	margin: 0 0 0 30px;
	list-style: disc;
	color: #fff;
}
ul.bootcamp p {
	marging: 0;
}
ol.standard {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 11pt;
	margin: 0 0 0 30px;
	color: #888;
	list-style: decimal;
}
ol.standard p {
	marging: 0;
}
a {
	margin: 0;
	padding: 0;
	color: #8B9613;
	line-height: 140%;
}
hr {
	border: 0;
	border-top: 1px #666 solid;
	margin: 10px 0 10px 0;
}
div.rule {
	background-image: url(http://sculptfit.net/image/hr-orange.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	height: 80px;
}
div.rule-2 {
	background-image: url(http://sculptfit.net/image/hr-orange.gif);
	background-repeat: no-repeat;
	background-position: 0 30%;
	height: 80px;
}
br.clear {
	clear: both;
}
.center {
	margin: 0 auto;
	text-align: center;
}
img.left {
	float: left;
	margin: 0 20px 20px 0;
}
img.right {
	float: right;
	margin: 0 0 20px 20px;
}
.no-margin {
	margin: 0;
}
.right {
	float: right;
}
<!--[if lt IE 7]>
<style type='text/css'>
  #simplemodal-container a.modalCloseImg{
    background:none;
	right:-14px;
	width:22px;
	height:26px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='img/x.png', sizingMethod='scale'
      );
  }
</style>
<![endif]-->
.showMe {
	display: block;
}
.hideMe {
	display: none;
}