body#fastBody {
	/* no blue bar in print friendly */
	background-image: none;
}
/* dont show the left or top nav */
div#fastLeftMenu, div#fastTopNav, div#fastTopNavRight {
  display: none;
}
/* just display the div as normal */
div#fastMainContent {
  top: 0px;
	left: 0px;
	padding-top: 0px;
}
div#fastPagefooter {
	margin-top: 5px;
	text-align: center;
}

.redButton, .greenButton,
.fastMenuWhiteButton, .fastMenuYellowButton, .fastMenuSmallWhiteButton, 
.fastMenuSmallYellowButton, .fastBlueButton, 
 .fastBlueNonMainButton, 
.fastRedButton, .fastGrayButton, .fastGreenButton, .fastBlueSmallButton,
.fastWhitelinkButton, .fastWidelinkButton,  .fastWideButton,
.fastYellowlinkButton {
    text-decoration: underline;
    color: #011F5b;
    font-weight: normal;
    white-space: nowrap;
	  background-color: #ffffff;
		border: 1px solid black;
}
