﻿.PurpleBox
{
	background-color: #990099;
	font-size: 10pt;
	color: white;
	font-family: 'Arial Black' , Arial;
}

.GreenBox
{
	background-color: #99cc66;
	font-size: 10pt;
	color: white;
	font-family: 'Arial Black' , Arial;
}

.OrangeBox
{
	background-color: #ff9900;
	font-size: 10pt;
	color: white;
	font-family: 'Arial Black' , Arial;
}

.RedBox
{
	background-color: #990033;
	font-size: 10pt;
	color: white;
	font-family: 'Arial Black' , Arial;
}

.BoxText
{
	margin-left: 10px;
}

.RegularText_Left
{
	font-weight: normal;
	font-size: 8pt;
	vertical-align: top;
	color: black;
	font-family: Verdana, Arial;
	margin-left: 5px;
	text-align: left;
}

.RegularText_Right
{
	font-weight: normal;
	font-size: 8pt;
	vertical-align: top;
	color: black;
	font-family: Verdana, Arial;
	margin-left: 5px;
	text-align: right;
}