.Bold {
	font-weight: bold;
}
.BoldUnderlined {
	font-weight: bold;
	text-decoration:underline;
}
.Tiny {
	font-size: 70%;
}
.TinyBold {
	font-size: 70%;
	font-weight: bold;
}
.Small {
	font-size: 90%;
}.SmallBold {
	font-size: 90%;
	font-weight: bold;
}
.Large {
	font-size: 110%;
}
.LargeBold {
	font-size: 110%;
	font-weight:bold;
}
.XtraLarge {
	font-size: 130%;
}
.XtraLargeBold {
	font-size: 130%;
	font-weight: bold;
}
.Attention {
	font-weight: bold;
	font-size:115%;
	color: #7B1108;
	text-transform: uppercase;
}
.AllCaps {
	text-transform: capitalize;
}
.ContentLeft {
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	margin-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
}
.ContentCenter {
	text-align: center;
	margin: 3px;
	padding: 3px;
}
.ContentRight {
	text-align: right;
	margin: 3px;
	padding: 3px;
}
