html,body
{  margin: 0;
   padding: 0;
   color: #333;
   background: #e9effa;
   line-height: 140%;
   font-size: 16px;
   font-family: Tahoma, Arial, Helvetica, sans-serif;
}
img
{  border: 0;
}
h1
{  line-height: 140%;
   font-size: 24px;
   font-weight: normal;
   margin: 0 0 0 0;
}
h2
{  line-height: 140%;
   font-size: 18px;
   font-weight: normal;
   margin: 0 0 0 0;
}
h3
{  line-height: 140%;
   font-size: 16px;
   font-weight: normal;
   margin: 0 0 0 0;
}
.pageContent
{  width: 100%;
   margin: 0 auto;
}
.bodyContent
{  width: 950px;
   margin-left: auto;
   margin-right: auto;
}
.bodyLeft
{  float: left;
   width: 425px;
   padding: 0 25px 0 25px;
}
.bodyRight
{  float: right;
   width: 425px;
   padding: 0 25px 0 25px;
}
.titleText
{  color: #333;
   line-height: 140%;
   font-size: 24px;
   font-weight: normal;
   margin: 0 0 0 0;
}
.subTitleText
{  color: #333;
   line-height: 140%;
   font-size: 18px;
}
.separatorLineMidBlack
{  width: 450px;
   height: 1px;
   margin-left: auto;
   margin-right: auto;
   background-color: #000000;
}
.button
{  display: inline-block;
   border: 1px solid #ccc;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   padding: 5px 24px 7px;
   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
   color: inherit;
   text-align: center;
   text-decoration: none;
}
.button.freeTrial
{  border-color: rgba(0, 0, 0, .4);
   color: #fff;
   background: -webkit-linear-gradient( #1f9a3a, #1f9a3a);
   background: -moz-linear-gradient( #1f9a3a, #1f9a3a);
   background: -ms-linear-gradient( #1f9a3a, #1f9a3a);
   background: -o-linear-gradient( #1f9a3a, #1f9a3a);
   background: linear-gradient( #1f9a3a, #1f9a3a);
   background-color: #426c06;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}
.button.freeTrial:active
{  background: -webkit-linear-gradient( #28b244, #28b244);
   background: -moz-linear-gradient( #28b244, #28b244);
   background: -ms-linear-gradient( #28b244, #28b244);
   background: -o-linear-gradient( #28b244, #28b244);
   background: linear-gradient( #28b244, #28b244);
   background-color: #28b244;
}