
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	margin : 0 0 0 0;
}

td {
	vertical-align: top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

div.main {
	width: 95%; 
	margin-left: 10px;
}

div.fail {
	/*color: #ff0000;*/
	font-weight: bolder;
	background-color: #F4E45D;
	display: block;
	width: 100%;
}

span.req{
	color: #FF0033;
}


/* Questionnaire Heading */
table.qhead {
	background-color: #FF9966;
	color: #FFFFFF;
	border-bottom : 2px #666666 dashed;
}

.qheadback { 
	width: 100%;
	background-color: #FF9966;
	color: #FFFFFF;
	border-bottom : 2px #666666 dashed; 
}

.qheadtext {
	 width: 95%; 
} 

.secthead{
	background-color : #FF9966;
	color: white;
	font-size: 115%	
}

h1 {  
	color: #FFFFFF;
	text-align: center;
	font-size: 165%;
	width: 600px;
	margin-bottom: 0px;
 }

/* Questionnaiure Subheading (font repeat for Netscape) */
h2, h3 {  color: #000000; }
h2 {
	font-size: 135%;
}
h3{
	font-size: 115%;
}
/* style for instructions */
.instruct {
	color: #000000;
}


img.margin{
	margin:10px;
	}

.small{
	font-size: 80%;
}

.large{
	font-size: 135%;
}

.medium{
	font-size: 115%;
	font-weight: bolder;
}

ul.large{
	font-size: 125%;
	padding: 10px 0 0 0;
}

tr.rowshade{
	background-color: #E3E3E3;
}

td.unshade{
	background-color: White;
}

td.heading{
	text-align: center;
	vertical-align: bottom;
	padding: 4px 4px 4px 4px;
	width: 10%;
	border-bottom: 1px #000000 solid;
	font-style : italic;
	font-size:  90%;
}

td.radio{
	vertical-align: top;
	text-align: center;
	width: 5%;
}

td.radioshade{
	text-align: center;
	padding: 4px 4px 4px 4px;
	background-color: #DCDCDC;
	width: 5%;
}

td.shade{
	background-color: #DCDCDC;	
}

hr.divider{
	height:1px;
	width:100%;
	color: black;
}
textarea.big { 
	width: 40em;
	height: 30em;
}
textarea.large { 
	width: 40em;
	height: 20em;
}
textarea.medsm { 
	width: 40em;
	height: 7em;
}
textarea.modest { 
	width: 40em;
	height: 15em;
}
textarea.modest_small { 
	width: 38.5em;
	height: 8.5em;
}
textarea.small { 
	width: 40em;
	height: 3em;
}
.topstuff {
	vertical-align: bottom;
	border-bottom: 2px #000000 solid;
}


/* Legacy styles no longer in use on new files */
.footer { font-size: .85em; color: #999999; }
.footerlink { color: #999999;}

/* For footer URL and contact info */
div.footer { font-size: .85em; color: #999999; width: 100%; border-top: 1px #FF9966 dashed}
div.footer a {
	color: #999999; 
}
