/* CX Color Styles */
.cx_Orange {
	background-color: #FF6600;
	font-family: Arial;
	font-size: 14px;
	line-height: 28px;
	color: #FFFFFF;
	font-weight: bold;
}
.cx_LightGreen {
	background-color: #776A3A;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 28px;
}
.cx_MedGreen {
	background-color: #24533b;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 28px;
}
.cx_DarkGreen { background-color: #9999CC}
.cx_Peach { background-color: #fff5e3 }
.cx_Beige {
	background-color: #DFDFDF;
	color: #CC0000;
	font: Arial;
	font-size: 12px;
	font-weight: bold;
}
/* HEADING STYLES */
.Heading0 { color: #000000; font-size: 13px; font-family: Arial, sans-serif; font-style: normal; font-weight: bold }
.Heading1 { color: #333333; font-size: 15px; font-family: Arial, sans-serif; font-style: none; font-weight: normal }
.Heading2 { color: #000000; font-size: 19px; font-family: Arial, sans-serif; font-style: normal; font-weight: normal }
.Heading3 { color: #5D5164; font-size: 32px; font-family: "Helvetica Neue"; font-style: normal; font-weight: normal }
/* TEXT STYLES */
.Text-1 {
	font-size: 11px;
	color: #FFFFFF;
}
.Text0 { color: #000000; font-size: 10px; font-family: Arial, sans-serif; font-style: normal; font-weight: normal }
.Text1 { color: #000000; font-size: 12px; font-family: Arial, sans-serif; font-style: normal; font-weight: normal }
.Text2 { color: #000000; font-size: 15px; font-family: Arial, sans-serif; font-style: normal; font-weight: normal }
.Text3 { color: #999966; font-size: 22px; font-family: Arial, sans-serif; font-style: normal; font-weight: normal }
.Text4 { color: #7cdb19; font-size: 8pt; font-family: Arial, sans-serif; font-style: normal; font-weight: bold }
.Text5 { color: #7cdb19; font-size: 9pt; font-family: Arial, sans-serif; font-style: normal; font-weight: bolder }
/* LINK STYLES */
A:link { color: #034E01; text-decoration: underline}
A:visited { color: #336600; text-decoration: underline }
A:hover { color: #5D5164; text-decoration: underline }
a.Link0 {
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: white;
	text-decoration:underline
}
a.Link0:visited {
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: white;
	text-decoration:underline
}
a.Link0:hover {
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FF6600;
}
a.Link1 {
	font-size: 13px;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
a.Link1:visited {
	font-size: 13px;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
a.Link2 {
	font-size: 10px;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
a.Link2:visited {
	font-size: 10px;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
a.Link3 { font-size: 16px; font-family: Arial, sans-serif; font-style: normal; font-weight: bolder }
a.Link4 { font-size: 19px; font-family: Arial, sans-serif; font-style: normal; font-weight: normal }
a.Link5 { font-size: 13px; font-family: Arial, sans-serif; font-style: normal; font-weight: normal; color: #000099 }
.whitetext {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
}
.home_white {
	color: #E1E1E1;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
}
