body
{
	font-size: 8pt;
	color: black;
	background-repeat: no-repeat;
	font-family: Arial;
}
.BasicText
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
}
.BasicTextBold
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
}
.BiggerBasicBold
{
	font-weight: bold;
	font-size: 19pt;
	color: #000000;
	font-family: Arial;
}
.BasicTextV2
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
}
.SmallBlue
{
	font-size: 8pt;
	color: #004477;
	font-family: Arial;
}
.SmallBlueBold
{
	font-weight: bold;
	font-size: 8pt;
	color: #004477;
	font-family: Arial;
}
.SmallBlueUnderline
{
	font-size: 8pt;
	color: #004477;
	font-family: Arial;
	text-decoration: underline;
}
.RegularBlue
{
	font-size: 10pt;
	color: #004477;
	font-family: Arial;
}
.RegularBlueBold
{
	font-weight: bold;
	font-size: 10pt;
	color: #004477;
	font-family: Arial;
}
.RegularBlueUnderline
{
	font-size: 10pt;
	color: #004477;
	font-family: Arial;
	text-decoration: underline;
}
.BigBlue
{
	font-size: 12pt;
	color: #004477;
	font-family: Arial;
}
.BigBlueBold
{
	font-weight: bold;
	font-size: 11pt;
	color: #004477;
	font-family: Arial;
}
.BiggerBlueBold
{
	font-weight: bold;
	font-size: 19pt;
	color: #004477;
	font-family: Arial;
}
.HugeBlueBold
{
	font-weight: bold;
	font-size: 15pt;
	color: #004477;
	font-style: italic;
	font-family: Arial;
}
.SmallGold
{
	font-size: 8pt;
	color: #b28300;
	font-family: Arial;
}
.SmallGoldBold
{
	font-weight: bold;
	font-size: 8pt;
	color: #b28300;
	font-family: Arial;
}
.RegularGold
{
	font-size: 10pt;
	color: #b28300;
	font-family: Arial;
}
.RegularGoldBold
{
	font-weight: bold;
	font-size: 10pt;
	color: #b28300;
	font-family: Arial;
}
.BigGold
{
	font-size: 12pt;
	color: #b28300;
	font-family: Arial;
}
.BigGoldBold
{
	font-weight: bold;
	font-size: 11pt;
	color: #b28300;
	font-style: italic;
	font-family: Arial;
}

.BigGoldBold2
{
	font-weight: bold;
	font-size: 11pt;
	color: #b28300;
	font-family: Arial;
}
.HugeGoldBold
{
	font-weight: bold;
	font-size: 25pt;
	color: #b28300;
	font-style: italic;
	font-family: Arial;
}
.SmallTan
{
	font-size: 8pt;
	color: #CDB980;
	font-family: Arial;
}
.RegularTan
{
	font-size: 10pt;
	color: #CDB980;
	font-family: Arial;
}
.BigTan
{
	font-size: 11pt;
	color: #CDB980;
	font-family: Arial;
}
.SmallWhite
{
	font-size: 8pt;
	color: #ffffff;
	font-family: Arial;
}
.SmallWhiteBold
{
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	font-family: Arial;
}
.RegularWhite
{
	font-size: 10pt;
	color: #ffffff;
	font-family: Arial;
}
.RegularWhiteBold
{
	font-size: 10pt;
	color: #ffffff;
	font-family: Arial;
	font-weight:bold;
}
.BigWhite
{
	font-size: 12pt;
	color: #ffffff;
	font-family: Arial;
}
.BigWhiteBold
{
	font-weight: bold;
	font-size: 12pt;
	color: #ffffff;
	font-family: Arial;
}
.HugeWhiteBold
{
	font-weight: bold;
	font-size: 20pt;
	color: #ffffff;
	font-family: Arial;
}
.SmallRedError
{
	font-size: 8pt;
	color: red;
	font-family: Arial;
}
.SmallRedErrorBold
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
	font-family: Arial;
}
.BlackBg
{
	background-color: black;
}
.WhiteBg
{
	background-color: white;
}
.BlueBg
{
	background-color: #004477;
}
.GoldBg
{
	background-color: #b28300;
}
.TanBg
{
	background-color: #CDB980;
}

.WhiteMenuLink
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: arial;
}
.BlueMenuLink
{
	font-weight: bold;
	font-size: 9pt;
	color: 004477;
	font-family: arial;
}
.BlueMenuLinkUnderline
{
	font-weight: bold;
	font-size: 9pt;
	color: 004477;
	font-family: arial;
	text-decoration: underline;
}
.HugeBlueMenuLink
{
	font-weight: bold;
	font-size: 15pt;
	color: 004477;
	font-family: arial;
}

.HugeBlueMenuLinkUnderline
{
	font-weight: bold;
	font-size: 15pt;
	color: #004477;
	font-family: arial;
	text-decoration: underline;
}

.SmallGreenBold
{
	font-weight: bold;
	font-size: 8pt;
	color: #339900;
	font-family: Arial;
}
A:hover
{
	color: #b28300;
}
A
{
	text-decoration: none;
}
.TableHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: arial;
	background-color: #004477;
}
.TableHeaderSmall
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: arial;
	background-color: #004477;
}
.TableItem
{
	font-size: 8pt;
	color: #004477;
	font-family: arial;
	background-color: white;
}
.TableAlternatingItem
{
	font-size: 8pt;
	color: #004477;
	font-family: arial;
	background-color: #eeeef5;
}
.PageHeader
{
	font-weight: bold;
	font-size: 25pt;
	color: #004477;
	font-style: italic;
	font-family: Arial;
	background-color: #ffffff;
}
.InfoBoxOne
{
	font-size: 10pt;
	color: #000000;
	font-family: Arial;
	background-color: #ffffff;
}
.GreyInfoBoxOne
{
	font-size: 10pt;
	color: #000000;
	font-family: Arial;
	background-color: lightgrey;
}
.InfoBoxOneSmall
{
	font-size: 8pt;
	color: #000000;
	font-family: Arial;
	background-color: #ffffff;
}
.InfoBoxTwo
{
	font-weight: bold;
	font-size: 12pt;
	color: #ffffff;
	font-family: Arial;
	background-color: #004477;
}
