body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #EDEDED;
}

#Wraper {
	padding: 4px;
	width: 750px;
	margin: 0px;
	background-color: #FFFFAA;
	border-right-width: 1px;
	border-right-style: solid;
}
#Header {
	padding: 0px;
	width: 750px;
	margin: 0px;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: thin;
	}
	
#Logo {
	padding: 0px;
	width: 750px;
	margin: 0px;
	border-bottom: 2px;
	top: 0px;
	color: #0000FF;
}

#Logo h1 {
   font-size: 18px;
	text-align: center;
}

#Logo h2 {
   font-size: 14px;
	text-align: center;
}

#Logo h3 {
   font-size: 12px;
	font-style: italic;
	text-align: center;
}

#Questionnaire {
	padding: 2px;
	width: 100%;
	margin: 0px;
	border-bottom: 2px;
	top: 99px;
}
#instructions p.inst_normal:first-letter {
	font: bold 18px Verdana, Arial, sans-serif;
	color: #000099;
	}

#Footer {
	text-align:center;
}

table.RawResponses {
	width: 100%;
	border: none;
	font-size:12px;
}

table.RawResponses td {
  text-align:left;
}

table.DoubleHeader {
	width: 100%;
	border-width:thin;
	text-align:center;
	font-size:12px;
}

th {
text-align:center;
font-weight:bold;
}

td {
text-align:center;
font-size:12px;
}

th.row {
text-align:left;
font-weight:bold;
}

p.important {
	font-weight:500;
	color:#FF0000;
}

acronym {
text-decoration:underline;
color:#800000;
}

p.welcome {
text-align:center;
font-size:16px;
font-weight:600;
color:#0066FF;
}

p.inst_acknowledge {
font-style:italic;
}
