.PlainText {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #343e3f;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	vertical-align: top;
	}

.Header {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #405364;
	font-weight: bold;
	font-size: 16pt;
	}
.SubHeader {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #747b83;
	font-weight: bold;
	font-size: 12pt;
	}

.NormalSize {
	font-size: 10pt;
	}
.SubHeaderSize {
	font-size: 12pt;
	}
.HeaderSize {
	font-size: 16pt;
	}

.AlignLeft {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	}
.AlignCenter {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: top;
	}
.AlignRight {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: top;
	}

.BoldText {
	font-weight: bold;
	}
.ItalicText {
	font-style: italic;
	}

.NumberCells {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	padding: 6px 20px 0px 0px;
	vertical-align: top;
	}

.DarkBlueText {
	color: #2d4142;
	}
.DarkRedText {
	color: #6B2C25;
	}
.DarkGreenText {
	color: #1E6557;
	}
.WhiteText {
	color: #ffffff;
	}
.BlueText {
	color: #405364;
	}
.LightBlueText {
	color: #747b83;
	}
.GreenText {
	color: #617749;
	}
.GrayText {
	color: #343e3f;
	}
.SilverText {
	color: #c3d1d7;
	}
.RedText {
	color: #cc0000;
	}

.SilverBackground {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	background-color: #c3d1d7;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	}
.MaroonBackground {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #593f3d;
	color: #c3d1d7;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	}

.FormLabel {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #343e3f;
	text-align: right;
	font-weight: bold;
	padding-right: 8px;
	}

a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: #6b2c25;
	}
a:active {
	text-decoration: none;
	}

.SilverText:link {
	text-decoration: none;
	}
.SilverText:visited {
	text-decoration: none;
	}
.SilverText:hover {
	text-decoration: underline;
	color: #c8bb53;
	}
.SilverText:active {
	text-decoration: none;
	}
