body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 160%;
	color: #000;
}

a:link {
	color: #420079;
}
a:active {
	color: #4B8AB5;
}
a:visited {
	color: #400074;
}
a:hover {
	color: #6E00C7;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #283226;
}

#footer, #footer a {
	font-size: 11px;
	line-height: 130%;
	color: #CCC;
	text-decoration: none;
}

/* Big 3 */
.BodyCopy {
}
.PageTitle, h1 {
	color: #069;
	font-size: 21px;
	line-height: 110%;
	font-weight: normal;
}
.Headline, .headline {
	font-family: Georgia;
	color: #666;
	font-size: 17px;
	line-height: 140%;
}

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

.sidebar {
	color: #0F5970;
	font-size: 13px;
	line-height: 160%;
}
.sidebar h1 {
	padding-bottom: 20px;
}

.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 */

	.navspacer {
	}

	.secnav_normal th {
		padding-left: 7px;
	}

	.secnav_normal {
		padding: 3px 3px;
		cursor: pointer;
		cursor: hand;
		border-bottom: 1px #CCC solid;
	}
	.secnav_normal a, .secnav_roll a, .secnav_current a {
		font-size: 13px;
		color:#0F5970;
		text-decoration: none;
	}
	.secnav_roll {
		background: #069;
	}
	.secnav_roll a {
		color: #FFF;
	}
	.secnav_current a {
		color: #A31B15;
		font-weight: bold;
		letter-spacing: -1px;
	}

/* LEVEL 2 NAVIGATION STYLES */
	.secnav_subtree_normal {
		cursor: pointer;
		cursor: hand;
		padding: 3px 0px;
	}
	.secnav_subtree_normal th {
		padding-left: 15px;
	}
	.secnav_subtree_normal, .secnav_subtree_normal a, .secnav_subtree_roll a, .secnav_subtree_current a {
		text-decoration: none;
		font-size: 11px;
		font-weight: normal;
		color: #333;
		letter-spacing: normal;
	}
	.secnav_subtree_roll a {
		text-decoration: underline;
	}
	.secnav_subtree_current a {
		color: #A31B15;
		font-weight: bold;
		letter-spacing: -1px;
	}

/* LEVEL 3 NAVIGATION STYLES */
	.secnav_2_normal {
		cursor: pointer;
		cursor: hand;
		padding: 3px 0px;
	}
	.secnav_2_normal {
		padding-left: 15px;
	}
	.secnav_2_normal, .secnav_2_normal a, .secnav_2_roll a, .secnav_2_current a {
		text-decoration: none;
		font-size: 11px;
		font-weight: normal;
		color: #666;
		letter-spacing: normal;
	}
	.secnav_2_roll a {
		text-decoration: underline;
	}
	.secnav_2_current a {
		color: #A31B15;
		font-weight: bold;
		letter-spacing: -1px;
	}