body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	}
	
#header {
	background-color: #383E44;
	text-align: right;
	}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: bold;
	color: #666;
	background-color: #FFF;
	margin-left: 10px;
	margin-top: .2em;
	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #993300;
	background-color: #FFF;
	margin-left: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #666;
	background-color: #FFF;
	margin-left: 10px;
	margin-top: .2em;
	margin-bottom: 0em;
}

p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #FFF;
	margin-left: 10px;
}

p.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000;
	background-color: #FFF;
	margin-left: 10px;
	font-style: italic;
	
}

.instructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 5px 5px 5px 10px;
}

ul.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 5px 5px 5px 30px;
}

.sep {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	padding: .2em;
	border-bottom: 1px solid #666699;
}

.part {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	background-color: #666699;
	text-align: left;
}

.partcenter {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666699;
	text-align: center;
}

.surveyLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #CCC;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.surveyLabelWhite {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: top;
}
.surveyrowOdd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #CCCCCC;
	text-align: left;
	vertical-align: top;
}
.surveyrowEven {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
.sectionHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	background-color: #FFFFCC;
}
.questionHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-align: left;
	border-left: 4px solid #669999;

}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 110%;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	color: #666666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	
}

input.space {
	margin-left: 1em;
	margin-right: .5em;
}


