
/* misc. tags */
body {
	background-color: #474747;
}

body, div, td, p, th, ol, ul, li {
	color: #333333;
}

a, a:link {
	color: #333333;
}

a:active, a:hover, a:visited {
	color: #878787;
}

/* header links */
.header a, .header a:link, .header a:visited {
	color: #F0F0F0;
}

.header a:active, .header a:hover {
	color: #999999;
}

.search, .search:link, .search:visited {
	color: #333333 !important;
}

/* footer & links */
.footer, .footer td {
	color: #CCCCCC;
}

.footer a, .footer a:link, .footer a:visited {
	color: #CCCCCC;
}

.footer a:active, .footer a:hover {
	color: #ffffff;
}

/* form elements */
.formElement {
	color: #333333;
}

.formButton {
	color: #333333;
	background: #CCCCCC;
/* hide the following from Netscape 4 */
/*/*/
	border-color: #333333;
/* end hide */
}

.formButtonLight {
	color: #333333;
	background: #cccccc;
/* hide the following from Netscape 4 */
/*/*/
	border-color: #333333;
/* end hide */
}

/* "In This Section" nav items */

/* level 3 navigation */
.l3NavItemActive {
	color: #666666;
}

/* breadcrumbs */
.breadcrumbs a:visited {
	color: #333333;
}

.breadcrumbs a:active, .breadcrumbs a:hover {
	color: #999999;
}

.breadcrumbs .active {
	color: #999999;
}

/* page nav */
.pageNav .active {
	color: #999999;
}

/* page content */
.subHeading {
	background-color: #dbdbdb;
}

.subHeadingKeyline {
	background-color: #B1B1B1;
}




.sectionHeader {
	background: #878787;
}

.sectionHeaderKeyline {
	background: #333333;
}

.hpDivHeader {
	background: #a3a3a3;
}

.hpDivHeaderKeyline {
	background: #878787;
}

.hpContentHeader {
	background: #B1B1B1;
}

.hpContentHeaderKeyline {
	background: #878787;
}

.rPanelHeader {
	background: #B1B1B1;
}

.rPanelHeaderKeyline {
	background: #878787;
}

.rightColumn {
	background: #F0F0F0;
}

.caption, .caption a, .caption a:link, .caption a:visited {
	color: #333333;
}





/* testin
.subHeading {
	background-color: #0c0;
}

.subHeadingKeyline {
	background-color: #c00;
}

.sectionHeader {
	background: #0c0;
}

.sectionHeaderKeyline {
	background: #c00;
}

.hpDivHeader {
	background: #0c0;
}

.hpDivHeaderKeyline {
	background: #c00;
}

.hpContentHeader {
	background: #0c0;
}

.hpContentHeaderKeyline {
	background: #c00;
}

.rPanelHeader {
	background: #0c0;
}

.rPanelHeaderKeyline {
	background: #c00;
}

.rightColumn {
	background: #c9c;
} */