body {
	background-color: #3695C5;
	color: #292929;
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font: 100% "Helvetica Neue", Verdana,Times, serif;
	}
	
p {	
	margin: 15px 20px;
	font-size:0.75em;
	}

a:link, a:visited {
	color: #7da939;
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.95em;
	background:#eef5e1;
	padding:3px 6px;
	}
h1 {
	font:1.15em  "Helvetica Neue", Verdana,Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	line-height: 0.80em;
	color:#11B7CF;
	padding-top: 8px;
	}
h3 {
	font:1.00em  "Helvetica Neue", Verdana,Times, serif;
	letter-spacing:-0.02em;
	color:#8a8a8a;
	padding-top: 8px;
	}	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}
.white {
	color:#ffffff;
}	
.boxtop {
background: #292929 url(landing_images/text_top.jpg) no-repeat top;
}
.boxbot {
	background:url(landing_images/text_bot.jpg) no-repeat bottom;
}