/* General Survey Formatting Styles */
/* Changing these styles will effect the whole survey */

body {
	margin: 0;
	padding: 5px;
	text-align: center;
	font-family: verdana, sans; 
	font-weight: normal;
	color: #000000;
	height: 100%;
	background-color: #DDDCDC;
}

form {
	width:870px; 
	margin:0 auto;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 20px 0;
}

body, td, th {
	font-size: .95em;
}

a {
	text-decoration: none;
	color: #F37421;
}

a:hover {
	text-decoration: underline;
}

p {
	text-align: left;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
	padding: 0;
}

h2 {
	font-size: 1.7em;
	text-decoration: underline;
	font-weight: bold;
}

h3 {
	font-size:1.4em;
	line-height:1.2em;
	position: relative;
	margin: auto;
	padding: 0 15px 0 15px;
}

h4 {
	font-size:1.4em;
	margin:auto;
	padding: 0 75px 0 75px;
}

h5 {
	font-size: 1.1em;
	text-align:left;
	padding: 0;
	margin: 0;
	}

h6 {
	font-size: 1.1em;
	text-align: center;
	padding: 0 0 10px 0;
	margin: 0;
}

ol {
	text-align: left;
	list-style-type: decimal;	
}

ol li {
	font-weight: bold;
	padding-bottom: 1.3em;
}

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

ul li {
	list-style-type: none;
	text-align: left;
	padding: 0 0 3px 0;
	font-weight: normal;
	line-height: 1em;
}


img {
	margin: 0;
	padding: 0;
	border: none;
}

table {
	line-height: 1.2em;
}

td {
	vertical-align: top;	
	color: #000000; 
	font-weight:normal;
	text-align: left;
	padding: 2px;
}

th {
	vertical-align: bottom;
	color: #F37421;
}

form.surveyIndex ul li {
	list-style-type: none;
	text-align: left;
	padding: 0 0 3px 0;
	font-weight: normal;
	line-height: 1em;
	clear: left;
}