.MenuItem {
	text-align: left;
	vertical-align: top;
	font-family: comic sans ms, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal; 
	color: #000000;
	}

.BoxedItem {
	vertical-align: top;
	border: thin #666666 solid;
	padding: 6px;
	text-align: center;
	font-family: comic sans ms, sans-serif;
	font-size: 10pt;
	font-weight: normal; 
	font-style: normal;
	color: #000000;
	}

.BannerItem {
	vertical-align: top;
	border: thin #666666 solid;
	padding: 6px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal; 
	font-style: normal;
	color: #000000;
	}

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

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

.CaptionSize {
	font-size: 8pt;
	}
.NormalSize {
	font-size: 10pt;
	}
.MenuSize {
	font-size: 11pt;
	}
.SubHeaderSize {
	font-size: 12pt;
	}
.HeaderSize {
	font-size: 18pt;
	}
.MonsterSize {
	font-size: 30pt;
	}

.BoxedCallOut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
	border: #343e3f 1px solid ;
	padding: 8px;
	}

.AlignLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
	}
.AlignCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	vertical-align: top;
	}
.AlignRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: right;
	vertical-align: top;
	}
.ColumnHeader {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 12px;
	font-size: 10pt;
	text-align: center;
	vertical-align: top;
	}

.BoldText {
	font-weight: bold;
	}
.ItalicText {
	font-style: italic;
	}
.BoldItalicText {
	font-weight: bold;
	font-style: italic;
	}
.ItalicMenu {
	font-style: italic;
	font-weight: normal;
	font-size: 10pt;
	}

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

.BoldBlueText {
	color: blue;
	font-weight: bold;
	}
.BigBlueText {
	color: blue;
	font-size: 12pt;
	font-weight: bold;
	}
.BigGreenText {
	color: green;
	font-size: 12pt;
	}
.RedItalicText {
	color: red;
	font-style: italic;
	}
.RedBoldText {
	color: red;
	font-weight: bold;
	}

.MenuText {
	font-family: comic sans ms, sans-serif;
	font-size: 11pt;
	}
.GreenText {
	color: green;
	}
.BlueText {
	color: blue;
	}
.RedText {
	color: red;
	}
.BlackText {
	color: #000000;
	}
.GrayText {
	color: #343e3f;
	}

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

