BODY {
	background-color: #FFFFFF;
}
.HomePage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.HomePageHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
}
.ContactMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
a.ContactMain {
	text-decoration: none;
	color: #b38cb3;
}
a.ContactMain:active {
	text-decoration: none;
	color: #b38cb3;
}
a.ContactMain:hover {
	text-decoration: underline;
	color: #b38cb3;
}
a.ContactMain:visited {
	text-decoration: none;
	color: #b38cb3;
}
.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.GrayText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
.Quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style:italic;
}
.HeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.PurpleHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-weight: bold;
	color: #671967;
}
.BigNumbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32pt;
	font-weight: bold;
	color: #FFFFFF;
}
.borders {
	background-color: #EBD37D;
}

.button_backgrounds {
	background-color: #671967;
}

.button_main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}

a.button_main_text {
	text-decoration: none;
}

a.button_main_text:hover {
	text-decoration: none;
	color: #b38cb3;
}

.button_sub_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}

a.button_sub_text {
	text-decoration: none;
}

a.button_sub_text:hover {
	text-decoration: none;
	color: #b38cb3;
}

.MainTextBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
}

.MainTextSmaller {
	font-family: "Times New Roman", Times, serif;
	font-size: 7pt;
}

.MainTextLarger {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
}

.TableCaptions {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: SteelBlue;
	height: 20px;
}

.RowStyle {
	font-family: Tahoma;
	font-size: 9pt;
	background-color: #F2F2F2;
	height: 20px;
}

.AlternatingRowStyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	background-color: #FFFFFF;
	height: 20px;
}

.LegendText {
	color: #000000;
	font-size: 9pt;
	font: "Times New Roman", Times, serif;
	font-weight: bold;
}

.PrettyBoxes {
	background-color: #F2F2F2;
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
}

a.copyright {
	text-decoration: underline;
}

a.copyright:hover {
	text-decoration: underline;
	color: #b38cb3;
}

.content_background {
	background-color: #FFFFFF;
}

.TopMenuGroup {
	background-color: #671967;
	height: 35px;
	width: 750px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EBD37D;
	border-bottom-color: #EBD37D;
}

.TopMenuItemA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	width: 152px;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EBD37D;
	border-left-color: #EBD37D;
}

.TopMenuItemHoverA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #B38CB3;
	cursor: pointer;
	width: 152px;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EBD37D;
	border-left-color: #EBD37D;
}

.TopMenuItemB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	width: 150px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBD37D;
}

.TopMenuItemHoverB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #B38CB3;
	cursor: pointer;
	width: 150px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBD37D;
}

.MenuGroup {
	background-color: #671967;
	border: 1px solid #EBD37D;
	width: 150px;
	cursor: pointer;
}

.MenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	cursor: pointer;
	height: 21px;
	width: 150px;
	text-align: center;
}

.MenuItemHover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #B38CB3;
	cursor: pointer;
	height: 21px;
	width: 150px;
	text-align: center;
}
.ContactHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	line-height: 24px;
	color: #FFFFFF;
	cursor: pointer;
	width: 450px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border:#000000;
	background-color: #4E004E;
}