.Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C14840;
	display: block;
}
.TitleUnderlined {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C14840;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C14840;
}
.Header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C14840;
	margin-top: 15px;
	padding-top: 20px;
}
.Header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C14840;
	margin-top: 5px; 
	padding-top: 10px; 
}
.Black {
	color: #000000;
	font-weight: normal;
}
.BlackBold {
	color: #000000;
	font-weight: bold;
}
.BlackSmall {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}
.Maroon {
	color: #C14840;
	font-weight: normal;
}
.MaroonBold {
	color: #C14840;
	font-weight: bold;
}
.Gold {
	color: #ECB100;
	font-weight: normal;
}
.GoldBold {
	color: #ECB100;
	font-weight: bold;
}
.Red {
	color: #FF0000;
	font-weight: normal;
}
.RedBold {
	color: #FF0000;
	font-weight: bold;
}
