body {
	background-color:#FFFFFF;
	margin: 0px;
}

.textBlack {
	font-family:  Arial, Verdana,Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.textRed {
	font-family:  Arial, Verdana,Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #A11B22;
}

.textRed a:link {
	font-family:  Arial, Verdana,Helvetica, sans-serif;
	font-size: 11px;
	color: #A11B22;
}

.textRed a:hover {
	font-family:  Arial, Verdana,Helvetica, sans-serif;
	font-size: 11px;
	color: #A11B22;
}

.textRed a:visited {
	font-family:  Arial, Verdana,Helvetica, sans-serif;
	font-size: 11px;
	color: #A11B22;
}

.textBrown {
	font-family:  Arial, Verdana,Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #744A0E;
}

.textWhite {
	font-family:  Arial, Verdana,Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.textWhite a:link {
	font-family:  Arial, Verdana,Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.textWhite a:hover {
	font-family:  Arial, Verdana,Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.textWhite a:visited {
	font-family:  Arial, Verdana,Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.brown_bottom_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BB8F55;
}

