/* CSS Document */
body {
	font-size: 11px;
	color: #003352;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.underline {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
a:link {
	color: #06c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06c;
}
a:hover {
	text-decoration: underline;
	color: #06c;
}
a:active {
	text-decoration: none;
}

.bold{font-weight:700}
.largeBold{font-weight:700;font-size:13px}
.important{color:#f00}

.clear{clear:both}

.smallFont{font-size:x-small}

p.announcements{line-height:1.6em;margin:0 0 6px}
p.announcementsBold{line-height:1.6em;margin:15px 0 6px;font-weight:700}

#customer_logos{width:350px;color:#fff;display:inline;z-index:1000}
#home_testimonials{width:320px;color:#fff;display:inline}
#testimonials{width:170px;color:#003352;display:inline;}
span.testimonial{font-style:italic}

.fieldSet{width:100%}
.label{float:left;width:35%;height:20px;font-size:100%;font-weight:700;text-align:right;margin:0 10px 8px 0}
.field{float:right;width:60%;height:20px;margin-bottom:8px}
.field input,.field select{font-size:95%}
.field input{width:15em}
.field select{width:7em}
.field .submit{width:12em}

.required{color:#f00;font-size:95%}