/* ------------------------------------------ */
/* Global Styles */
/* ------------------------------------------ */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-color: #999999;
}
.HeadlineType {
	font-weight: bold;
	color: #009933;
}
a.headline_link:link {
	color: #009933;
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: #009933;
	text-decoration: underline;
}
a:visited {
	color: #009933;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}
a.headline_link:visited {
	color: #009933;
	text-decoration: underline;
	font-weight: bold;
}
a.headline_link:hover {
	color: #009933;
	text-decoration: underline;
	font-weight: bold;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
select {
	font-size: 10px;
	color: #006600;
}
.ShadedBoxTan {
	background-color: #CCCC99;
	padding: 8px;
}
.TenPixText {
	font-size: 10px;
}

/* ------------------------------------------ */
/* Main Navigation Styles */
/* ------------------------------------------ */
.MainNavigation {
	background-color: #C2C2C2;
}

/* ------------------------------------------ */
/* Secondary Navigation Styles */
/* ------------------------------------------ */
.SecondaryNavigation {
	background-color: #009933;
	font-size: 9px;
	color: #FFFFFF;
	padding-left: 130px;
}
a.sec_nav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.sec_nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.sec_nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ------------------------------------------ */
/* Homepage-Specific Styles */
/* ------------------------------------------ */
.HeadlineReverseType {
	color: #FFFFFF;
	background-color: #009933;
}
.RightColumnHome {
	padding: 0px 10px 0px 0px;
	background-color: #FFFFFF;
}

/* ------------------------------------------ */
/* Left Column Styles */
/* ------------------------------------------ */
.LeftColumn {
	background-color: #FFFFFF;
	padding: 0px;
}

/* ------------------------------------------ */
/* Center Column Styels */
/* ------------------------------------------ */
.CenterColumn {
	padding: 20px 20px 0px 10px;
	background-color: #FFFFFF;
}

/* ------------------------------------------ */
/* Right Column Styles */
/* ------------------------------------------ */
.RightColumn {
	padding: 20px 10px 0px 0px;
	background-color: #FFFFFF;
}

/* ------------------------------------------ */
/* Footer Styles */
/* ------------------------------------------ */
.Footer {
	background-color: #FFFFFF;
	font-size: 9px;
	color: #999999;
	padding-left: 120px;
}
a.footer_link:link {
	color: #999999;
	text-decoration: underline;
}
a.footer_link:visited {
	color: #999999;
	text-decoration: underline;
}
a.footer_link:hover {
	color: #999999;
	text-decoration: underline;
}

