@charset "utf-8";
/* CSS Document */
form input, select, textarea {
	font-size: 12px;
}
table tr td {
	vertical-align: top;
}
.form {
	background-color: #CFDCE6; 
	border: 2px #996666 groove;
	padding: 5px;
	width:auto;
	}
.label {
	text-align: right;
	vertical-align: top;
}
.labelred {
	text-align: right;
	vertical-align: top;
	background-color: #D08A9C;
}
.termDetails {
	border-bottom: #666666 thin solid;

}
.termpics {
	padding: 0px;
	border: none;
	margin: 0px;
}
/*.defMore {
	display:none;
}
*/
h3 {
	font-size: 12px;
}
p.term, p.faq {
/*	font-weight: bold;
	color:#444444;
	font-style: italic;
	margin-top:20px; */
	color:#003366;
	text-decoration: underline;
	cursor:pointer;
	font-style: italic;
	margin-top:20px;
}
p.faq {
	text-decoration: none;
}
p.termdef {
}
form.termsInline {
	padding: 0px;
	margin: 0px;
	display:inline;
}
.definitionDetail {
	margin-top: 10px;
	padding-left:30px;
}
table.textForm tr td {
	padding:10px;
}
