.mceContentBody
{
	font-size: 14px;
}
.CenteredImage
{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
.RightAlignFloatImage
{
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
}
.LeftAlignFloatImage
{
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 15px;
}
.RightAlignFloatImageOut
{
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
	margin-right: -40px;
}
.LeftAlignFloatImageOut
{
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 15px;
	margin-left: -40px;
}
.TopImage
{
	display: block;
	left: -40px;
	right: -40px;
	position: relative;
	top: -400px;
}
.TextTable
{
	width: 100%;
}
.TextTableCell
{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
	font-weight: normal;
}
.Yellow
{
	color: black;
	background-color: #ffff91;
}
.Gray
{
	color: black;
	background-color: #e4e4dc;
}
.Blue
{
	color: white;
	background-color: #002599;
}
.Green
{
	color: white;
	background-color: #007051;
}

