@charset "ISO-8859-1";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #444;
	}
.bodytext {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
}
	h1,h2,h3,h4,h5,h6 {
	font-family:Calibri, Trebuchet, Arial, Helvetica, sans-serif;
	color:#ce181f;
	}
	h1 {
	letter-spacing:-0.05em;
	font-size:38px;
	font-weight:bold;
	line-height:36px;
	margin:0 0 18px;
	text-align: center;
	color: #900;
}
	h2 {
	letter-spacing:-0.04em;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	margin:0 0 18px;
	color: #900;
}
	h3 { letter-spacing:-.03em; font-size:24px; font-weight:normal; line-height:24px; margin:0 0 18px; }
	h4 { letter-spacing:-.03em; font-size:20px; font-weight:bold; line-height:20px; margin:0 0 14px; }
	h5 { letter-spacing:-.002em; font-size:18px; font-weight:normal; line-height:18px; margin:0 0 18px; }
	h6 { letter-spacing:-.002em; font-size:16px; font-weight:normal; line-height:16px; margin:0 0 18px; }

.textarea {
	background-color: #FFF;
	background-image: url(images/textarea-bg.jpg);
	background-repeat: repeat-y;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.list {
	font:normal 14px Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0 0 3px;
	padding:0 0 0 30px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 2px;
}
.h2-white {
	letter-spacing:-0.02em;
	font-size:20px;
	font-weight:bold;
	line-height:22px;
	margin:0 0 18px;
	color: #FFF;
	text-align: center;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
.bodytext-white {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}
.form-bg {
	background-image: url(images/sqz-form.jpg);
	background-repeat: no-repeat;
	height: 256px;
	width: 261px;
}
