.body1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	color:#555;
}
.body1 ul {
	margin-top: 0px;
	}
.body1 p {
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
	}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 110%;
}
.body2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
}
.body2 p {
	margin-top: 5px;
	}
.head-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 120%;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
h1 {
	margin-top: 15px;
	font-size: 21px;
	line-height: 120%;
	color: #012D6A;
	margin-left: 15px;
	}
h2 {
	font-size: 16px;
	line-height: 100%;
	margin-bottom: 5px;
	color: #333333;
	margin-left: 15px;
	}
h3 {
	font-size: 21px;
	line-height: 120%;
	color: #012D6A;
	}
.bigtag{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 120%;
	color: #012D6A;
	margin-bottom:5px;
	margin-top:45px;
	}
form {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
	margin-bottom:20px;
	border: 1px #CCC solid;
	background-color:#eee;
	
}
body.ie7 form, body.ie8 {
	margin-bottom:40px;
}
form p {
	margin-bottom:15px;
}
form input {
	width:200px;
}
form label {
	float:left;
	width:140px;
	margin-top:5px;
}
form input, form textarea {	
	background:#fff url(../images/bg-input.gif) repeat-x top;
	border:1px solid #CCC;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
form input.small {
	width:125px;
	font-size:11px;
}
form input#btnPost {
	background:#999;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	width:100px;
	
}
#message {
	margin-bottom:20px;
}
.error-message {
	background:url("http://www.aopsales.com/img/error.png") no-repeat 10px center #FECDC6;
	padding:10px 35px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.success-message {
	background:url(http://www.aopsales.com/img/success.png) no-repeat 10px center #F1FFBF;
	padding:10px 35px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}