<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0px;
	padding: 0px;
   background-color: #fff;
	background-image: url(/img/bg-home.jpg);	
	background-repeat: repeat-x;
   font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body.benefits {
   margin: 0px;
   padding: 0px;
   background-color: #fff;
   background-image: url(/img/bg.jpg);
   background-repeat: repeat-x;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 15px;
   color: #3C3B37;
}

.main {
   background-image: url(/img/bg-mid.jpg);
   background-repeat: no-repeat;
}

.tab-box {
   border-width: 0px 1px 1px 1px;
   border-style: solid;
   border-color: #e5e5e5;
   padding: 20px;
   font-size: 15px;
   color: #333;
}

.tab {
   background-image: url(/img/tab.png);
   background-repeat: repeat-x;
}


a.nav {
     font-size: 22px;
	 text-decoration: none;
	 color: #fff;	
}
a.nav:hover {
     font-size: 22px;
	 text-decoration: underline;
	 color: #fff;	
}
.title {
     font-family: Verdana, Helvetica, sans-serif;
     font-size: 32px;
     font-weight: bold;
	  color: #fff;
     text-shadow: 0px 2px 2px #3f9ae3;  
}

.benefitstitle {
   font-size: 23px;
   color: #3C3B37;
}

.promobold {
   font-size: 23px;
   color: #3C3B37;
}

.benefitssubtitle {
   font-family: Arial, Helvetica, sans-serif;
   color: #3C3B37;
	font-size: 20px;

}

.subtitle {
   font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 19px;
   text-shadow: -1px 1px 1px #003366; 
}

.clouds {
    background-image: url(/img/clouds.png);
	background-repeat: no-repeat;	
}

.slogan {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 22px;
	color: #333;	
   /*text-shadow: -1px 1px 1px #a6adbe;*/
}
.steps {
    background-image: url(/img/bluesteps.png);
	background-repeat: no-repeat;
	padding: 5px;	
}
.bluetitle {
    font-size: 18px;
	font-weight: bold;
	color: #fff;	
    text-shadow: -1px 1px 2px #003366;	

}
.bluedescription {
	font-size: 12px;
	color: #fff;
    text-shadow: -1px 1px 2px #003366;	

}
.vid {
    font-size: 14px;
	line-height: 150%;	
}
.footer {
     background-color: #279feb;	
	 color: #fff;
	 font-size: 15px;
}

a.footernav {     color: #fff;
	 text-decoration: none;	
}

div.featurebox {
   margin: auto;
   position: static;
   width: 750px;
}
div.featureitem {
   width: 250px;
   height: 240px;
   float: left;
}
div.featureitem h2 {
   font-size: 18px;
   margin: 15px;
   font-weight: bold;
   text-shadow: -1px 1px 2px #ccc;
}
div.featureitem p {
   margin: 10px;
}

.signupformtitle {
   padding-top: 20px;
   padding-bottom: 10px;
   color: #959595;
   content: "Example";
   font-size: 12px;
   font-weight: 700;
   letter-spacing: 1px;
   text-transform: uppercase;
   top: 15px;
}

 div.error {
   color: #B94A48;
   font-weight: normal;
   padding-bottom: 10px;
}

</pre></body></html>