/* CSS Document */
body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }

/*Show*/
#container, #contentContainer, #mainColBG, #mainCol  { width:99% !important; margin: 0px !important; padding: 0px !important; background:none !important;  border: none !important;}


/*Hide*/

#navbar, #leftCol, #mainColFooter, .noPrint { display:none !important; background:none !important; border: none !important; } 

#header h1 { display: none; }
#printFooter { clear:both; }

.clearRight { clear:right; }
.clearLeft { clear:left; }
.clearBoth { clear:both; }
.floatRight { float:right; margin: 10px; }
.floatLeft { float:left; margin: 10px; }
.floatRightGrayOutline { float:right; margin-left: 40px; border:#999999 1px solid; }
.floatLeftGrayOutline { float:left; margin-right: 10px; border:#999999 1px solid; }
.grayOutline { border:#999999 1px solid; }
.quoteText { font-size: 0.9em; font-style:italic; }
.red { color:#CC0000; }
.smalltext { font-size: 0.8em }
.smallertext { font-size: 0.7em }
.noDisplay { display:none; }