body, #viewport {
	background: white;
	color: #4c4c4c;
}

a:link,a:visited,a:active { 
	color: #4c4c4c;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: none;
}

.h2Title h2 {
	color: black;
}

#grayHeader, .grayHeader {
	background: url(../gfx/common/grayHeader.gif);
	color: black;
}

#breadCrubmleContainer {
	background: url(../gfx/common/breadCrumbBg.gif);
}
.crumble {
	color: black;
}

.crumble a {
	color: black;
}

.breadCrumbLink {
	color: black;
}

.breadCrumbLink:hover {
	color: #4c4c4c;
}

#searchFormDiv {
	background: url(../gfx/common/searchBg.gif);
}

#whiteOn {
	color: black;
}
#blackOn {
	color: black;
}
#blackOff {
	color: #b2b2b2;
}
#topBanner {
	background: url( ../gfx/white/bannerTop.png);
/*	background: url( ../gfx/white/bannerTopSnow.gif); */
}

#skyScraperBanner{
	background-color: white;
}

#footer {
	background: url(../gfx/white/footer.gif);
}
#contentContainer,#navContainer {
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}

.selected a{
	color: black;
}
.grayBar {
	background: #eef1e2;
}
.whiteBar {
	background: white;
}

#tutorialContentContainer h1, 
#tutorialContentContainer h2, 
#tutorialContentContainer h3,
#tutorialContentContainer h4,
#tutorialContentContainer h5,
#tutorialContentContainer h6 {
	color: black;
}

.formField2 {
	border: solid 1px #dbddd0;
	background: white;
	color: black;
	font-size: 12px;
}

.formField3 {
	border: solid 1px #dbddd0;
	background: white;
	color: black;
	font-size: 12px;
}

.catchContent {
	background: url(../gfx/white/pitchEntryBackgroundBorder.gif);
}


