body {
	color:#606060;
	background-color:#FFF;
}
body,form {
	margin:0;
	padding:0;
}
body,div,p,td,li,blockquote {
	font-family:Verdana,sans-serif;
	font-size:10pt;
}
h1,h2,h3,h4,h5,h6 {
	color:#006;
}
a:hover {
	text-decoration:none;
}
div#banner-top {
  width: 100%;
  height: 36px;
  background-color:#1C3B76;
  background-image:url("/images/financial-blue-bar-grad.jpg");
  background-position: 100% 0;
  background-repeat:repeat-y;
}
div#banner-bottom {
  width: 100%;
  height: 25px;
  background-color:#FFF;
  background-image:url("/images/financial-orange-bar.jpg");
  background-repeat:repeat-x;
}
div#survey-area,p#footer {
	margin-left:18px;
	margin-right:18px;
}
div#prog-bar {
	float:right;
	width:150px;
	margin:7px 15px auto auto;
	text-align:center;
	font-size:7pt;
	color:#FFF;
}
div#bar-base {
	background:#EED;
	padding:1px;
	text-align:left;
}
div#bar {
	background:#8AF;
	font-size:1px;
	height:3px;
	color:#8AF;
	text-align:left;
}
.qlabel {
	font-size:12pt;
}
p.qlabel, div.qlabel {
	line-height:1.4em;
}
.instr {
	color:#00C;
}
.sm,.test-info,.smgr,p.test-info input {
	font-size:7pt;
}
.test-info,.smgr {
	color:#999;
}
p.test-info {
	text-align:center;
	border-top:1px solid #999;
	background-color:#EEE;
	padding:5px;
}
p.test-info input {
	width:120px;
}
p.test-info .err {
	font-weight:bold;
	color:red;
}
p.inputs,div.inputs,.inputs,.resp {
	background-color:#EBF4FE;
	border-bottom: 1px solid #DDD;
}
p.inputs,div.inputs {
	padding:7px 12px;
	line-height:1.4em;
}
p.inputs-dark,div.inputs-dark,.inputs-dark,.resp-drk {
	background-color:#CFDDEC;
}
p.inputs-dark,div.inputs-dark {
	padding:5px;
}
p.survey-nav,p.continue {
	text-align:center;
	clear:both;
}
p.spacer {
	margin:0px;
	font-size:7pt;
	clear:both;
}
p#footer {
	font-size:7pt;
	text-align:center;
	margin-top:30px;
	color:#BBB;
	padding-top:7px;
}
h1.survey-title {
	padding-bottom:8px;
	border-bottom:1px dashed #666;
}
.reset-msg {
	color:#009;
}
.re-entry-msg {
	color:#090;
}
div.end-page-content {
	text-align:center;
	padding:40px 15px;
}
