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

/* Global */

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e5efd7;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

form {
	margin:0px;
}

.bkg {
	background-color: #fff;
	border-top: none;
	border-left: solid 1px #a4a49f;
	border-right: solid 1px #a4a49f;
	border-bottom: solid 1px #a4a49f;
	padding-bottom:31px;
}

.footer{
	width:970px;
	margin-left:auto;
	margin-right:auto;
    margin-top:0px;
	padding-top:10px;
	padding-bottom:10px;
	font-family: Arial, sans-serif;
	line-height:20px;
	color:#666666;
}

a:link {
	color: #1b52a0;
}
a:visited {
	color: #1b52a0;
}
a:hover {
	color: #000000;
}
a:active {
	color: #1b52a0;
}

/* Home Page */

.testimonial1 {
		padding:20px 20px 0px 10px;
		text-align:justify;
        line-height:18px;
}

.why{
		padding:20px 15px 0px 20px;
		text-align:justify;
        line-height:18px;
}

/* Internal Pages */

.headertxt {
	padding-top:83px;
	padding-left:28px;
	font-family: Arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	color:#ffffff;
}

.titletxt {
	padding-top:10px;
	padding-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#333333;
	vertical-align:middle;
}

.inset {
	margin-left:10px;
	margin-top:0px;
	padding:10px 10px 20px 10px;
	border: 1px #d8d7c7 solid;
	font-size:12px;
	line-height:26px;
}

.inset2 {
	margin-left:10px;
	margin-top:10px;
	padding:10px;
	border: 1px #a2caf3 solid;
	background-color:#eff7ff;
	text-align:center;
	font-size:12px;
}

.resultsheader {
	background-image:url(../images/results_barT.png);
	background-repeat:no-repeat; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #ffffff;
	font-weight:normal;
}

.resultsfooter {
	background-image:url(../images/results_barB.png);
	background-repeat:no-repeat; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	font-weight:normal;
}

.resultstxt {
	 padding:10px 20px 10px 10px;
	 font-family:Arial, Helvetica, sans-serif;
	 color:#444444;	 
	 font-size:12px;
	 line-height: 16px;
}

table.clickable {
	cursor: pointer;
	}

.click {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.clickhere {
	padding-top:2px;
	font-size:11px;
	color:#1e65a8;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
}
.style1 {
	font-family: Arial, sans-serif;
	font-size:16px;
	font-weight: bold;
	line-height: 120%;
	color: #044a86;
}

.testimonial2 {
	margin-left:10px;
	margin-top:10px;
	padding:10px 15px 20px 10px;;
	border: 1px #d8d7c7 solid;
	text-align:justify;
	color:#666666;
	line-height:18px;
}

.tips {
	border-top: 1px #e9e8d6 solid;
	margin-left:20px;
	margin-right:20px;
	color:#444444;
	text-align:justify;
	line-height:20px;
}

.articletitle {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	font-size:14px;
	font-weight:bold;
	color:#339933;
}

.articletxt {
	color:#444444;
	text-align:justify;
	line-height:18px;
}

