@charset "utf-8";
/* CSS Document */
/*  ****** CSS AND DESIGN BY DREAM CATCHER - www.dreamcc.com  ****** */

/*  ****** TAGS ****** */
a { outline: none; }
img { border: none; }
body { background: #FFFFFF; }
body, td, th { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: .9em; }


/*  ****** IDS ****** */
#navbar, #headerMenu, #dreamcc { display:none !important; }
#header, #background, #footer,  { width:99% !important; margin:0 !important; padding:0 !important; }

/*  ****** CLASSES ****** */
.clearBoth { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear:right; }
.divider { border-right: #FFFFFF 1px solid; }
.floatLeft { float:left; }
.floatRight { float:right; }
.floatLeftPadded { float:left; margin: 0px 10px 10px 0px; }
.floatRightPadded { float:right; margin: 0px 0px 10px 10px; }
.smallText { font-size: .8em; }
