.documentTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #698999;
	text-transform: capitalize;
	white-space: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 20px;
}
.body {
	background-color: #ffffff;
	margin: 10px;
}

#glossaryTbl {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 18px;
}

#glossaryTbl #titleRow {
	padding-bottom: 20px;
}

a:link, a:visited {
	color: #587091;
	text-decoration: underline;
}

a:hover {
	color: #b2b2b2;
	text-decoration: none;
}

#spacerRow1 {
	border-top: dotted 1px #CCCCCC;
}

#spacerRow2 {
	border-bottom: dotted 1px #CCCCCC;
}

#letterTbl {
	font-size: 16px;
	font-weight: bold;
}

#letterTbl a {
	text-decoration: none;
}

.txHeader {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ab6a03;
	font-weight: bold;
}

.frmField {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #4a6278;
	padding-left: 3px;
	border: solid 1px #263d52;
}

.frmButton {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	border: double 3px #7a91a6;
	background-color: #cf9130;
	cursor: hand;
}

.termTitle {
	font: 15px Arial, Helvetica, sans-serif;
	color: #ab6a03;
}

.noMatch {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #4a6278;
	font-weight: bold;
	padding-top: 10px;
}
form {
	margin: 0px;
}