/* CX Color Styles */
.cx_Orange { background-color: #CCCC99}
.cx_LightGreen { background-color: #B1B1B1}
.cx_MedGreen { background-color: #999966 }
.cx_DarkGreen { background-color: #9999CC}
.cx_Peach { background-color: #fff5e3 }
.cx_Beige { background-color: #f8f4e9 }
/* 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: 13px; 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: #000066; text-decoration: underline}
A:visited { color: #000066; text-decoration: underline }
A:hover { color: #5D5164; text-decoration: underline }
a.Link0 {
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: white;
	text-decoration:underline
}
a.Link0:visited {
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: white;
	text-decoration:underline
}
a.Link0:hover {
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
a.Link1 { font-size: 13px; font-family: Arial, sans-serif; font-style: normal; font-weight: normal }
a.Link1:visited { font-size: 13px; font-family: Arial, sans-serif; font-style: normal; font-weight: normal }
a.Link2 { font-size: 15px; font-family: Arial, sans-serif; font-style: normal; font-weight: normal }
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;
}
