/* CSS Document */

/*defines overall page text*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.indent {
	padding-right: 25px;
	padding-left: 25px;
}
.helv12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.helv11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.brownUnderline {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBC7AF;
	margin-bottom: 4px;
}
.brownUnderlineBOLD {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBC7AF;
	margin-bottom: 4px;
	font-weight: bold;
}
.Bold {
	font-weight: bold;
}
.redBold {
	font-weight: bold;
	color: #F00;
}
.Strikethrough {
	text-decoration: line-through;
}
