/* CSS Document */

#leftCol, .noPrint { display:none !important; background:none !important; border: none !important; }
#rightCol { float:right; width: 190px; }

.blackOutline { border:#000000 1px solid; }
.clearLeft { clear: left; }
.clearRight { clear: right; }
.clearBoth { clear:both; }
.floatLeft { float: left; margin: 0px 10px 5px 0px; }
.floatRight { float: right; margin: 0px 0px 5px 10px; }
.floatLeftgrayOutline { float: left; margin: 0px 10px 5px 0px; border:#999999 1px solid; }
.floatRightgrayOutline { float: right; margin: 0px 0px 5px 10px; border:#999999 1px solid; }
.grayOutline { border:#999999 1px solid; }
.quote { font-size: 12px; font-style:italic; }