* {
	font-family:"Trebuchet MS";
}

body {
	text-align:center;	
}

form {
	padding:0px;
	margin:0px;
}

#doc {
	margin:0px auto;
	width:816px;
	text-align:left;
	/*background:url("img/logo-black.jpg")*/
}

#banner {
	height:159px;
	/*background:url(img/header.gif) no-repeat 0px 0px;*/
}
#banner h2 {
	padding: 60px 0px 0px 150px;
}
#banner h1 {
	padding: 0px 0px 0px 150px;
	margin:0px;
}

#body {
	text-align:left;
	/*background:url(img/body.gif) repeat-y 0px 0px;*/
	padding:10px 0px 0px 35px;
	margin:0px;
}

#footer {
	height:56px;
	/*background:url(img/footer.gif) no-repeat 0px 0px;*/
}

h2 {
	margin-bottom:10px;
}

div#instructions {
	font-style:italic;
}

table.form td, table.form th {
	text-align:left;
	padding-right:10px;
	vertical-align:top;
}

table.form th {
	font-weight:normal;
	padding-right:5px;
}

table.form td {
	padding-bottom:5px;
}

table.form tr.question td {
	border-top: 1px solid #EEE;
	margin-top:20px;
	color: #555;
	padding-left: 15px;
	font-size: 10pt;
}

table.form tr.last td {
	border-bottom: 1px solid #EEE;
}

table.form tr.first td {
	margin-top:20px;
}

form * {
	z-index:10;
}

.hidden {
	display:none;
	visibility:hidden;
}

.error {
	color:red;
	font-weight:bold;
}
