.HeaderText{
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-width: 1px;
	color: #692f18;
	font-family: times new roman;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	width: 100%;
	padding-top:7px;
	padding-bottom:3px;
	border-bottom:1px solid #692f18;
}

.SubHeaderText{
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-width: 1px;
	color: #692f18;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
	width:100%;
	padding-top:2px;
	margin-bottom:6px;
	border-bottom:1px dotted #692f18;
}

.NormalText{
	font-family:Arial;
	font-size: 12px;
	
}

.TextBox{
	background-color: #f1ecd8;
	border-bottom: #c6bea6 1px solid;
	border-left: #c6bea6 1px solid;
	border-right: #c6bea6 1px solid;
	border-top: #c6bea6 1px solid;
	font-family: arial;
	font-size: x-small;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}

