body,td,th {
	font-family: "Myriad Pro", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #000;
}

a:link {
	color: #402F69;
}
a:active {
	color: #402F69;
}
a:visited {
	color: #400074;
}
a:hover {
	color: #6E00C7;
}

#footer, #footer a {
	font-size: 11px;
	font-weight: bold;
	line-height: 130%;
	text-decoration: none;
	padding: 0px 5px;
}

/* Big 3 */
.BodyCopy {
}
.PageTitle {
	color: #642A17;
	font-size: 19px;
	font-weight: normal;
	line-height: 120%;
}
.Headline, .headline {
	color: #402F69;
	font-weight: bold;
}

.tablehead { font-size: 11px; line-height: 14px}
.tabletext { font-size: 11px; line-height: 14px}

.promo {
	padding-top: 20px;
	width: 146px;
	color: #999;
	font-size: 11px;
	line-height: 140%;
}

.month { font-size: 10px; font-weight: bold; color: #333333; letter-spacing: 2px}
.firefly { font-size: 9px; color: #008500; font-weight: normal;}
.bread {
	font-size: 9px;
	font-weight: bold;
	color: #999999;
}
.content {
	padding: 20px;
}
.border {
	border: 1px solid #999999;
}


/* LEVEL 1 NAVIGATION STYLES */
	.sect_head {
		background: #312155;
		height: 26px;
		color: #FFF;
		padding: 0px 5px;
	}

	.secnav_normal {
		padding: 7px 3px;
		cursor: pointer;
		cursor: hand;
	}
	th.secnav_normal {
		padding-left: 7px;
		padding-top: 5px;
		font-weight: normal;
	}
	.secnav_normal a, .secnav_roll a, .secnav_current a {
		font-size: 11px;
		text-decoration: none !important;
	}
	.secnav_roll a {
		color: #6E00C7 !important;
	}
	.secnav_current a {
		font-weight: bold;
	}

/* LEVEL 2 NAVIGATION STYLES */
	.secnav_subtree_normal {
		cursor: pointer;
		cursor: hand;
		padding: 3px 0px;
	}
	th.secnav_subtree_normal {
		padding: 3px 10px 3px 25px;
	}
	.secnav_subtree_normal a, .secnav_subtree_roll a, .secnav_subtree_current a {
		text-decoration: none !important;
		font-size: 11px !important;
		color: #3F0073 !important;
	}
	.secnav_subtree_roll a {
		color: #6E00C7 !important;
	}
	.secnav_subtree_current a {
		color: #7433AA !important;
	}

/* LEVEL 3 NAVIGATION STYLES */
	.secnav_2_normal {
		cursor: pointer;
		cursor: hand;
		padding: 3px 0px;
	}
	th.secnav_2_normal {
		padding: 3px 10px 3px 40px;
	}
	.secnav_2_normal a, .secnav_2_roll a, .secnav_2_current a {
		font-size: 11px !important;
		color: #3F0073 !important;
		text-decoration: none !important;
	}
	.secnav_2_roll a {
		color: #6E00C7 !important;
	}
	.secnav_2_current a {
		color: #7433AA !important;
	}
