/* ----- universal settings -----*/
* {padding: 0px; margin: 0px;}
body {background-color: #fff; font-family: verdana, san-serif; background-image: url('bg.gif');}
#content {font-size: 8pt; padding: 3px 3px}


/* ----- typography ----- */
.content {font-size: 8pt;}
.content2 {font-size: 8pt;}
.subcontent {font-size: 8pt;}
.footer {font-size: 8pt;}
.copyright {font-size: 8pt;}


/* ----- padding/margins ----- */
.content {padding: 0px 39px 0px 13px !important;}
.content2 {padding: 0px 39px 0px 38px !important;}
.subcontent {padding: 0px 13px 0px 37px !important;}
.footer {padding: 0px 30px 0px 9px !important; text-align:left;}
.copyright {padding: 0px 30px 0px 7px !important; text-align:left;}


/* ----- links ----- */
.content a:link {text-decoration: none; color: #700;}
.content a:visited {text-decoration: none; color: #700;}
.content a:hover {text-decoration: underline; color: #700;}
.content a:active {text-decoration: none; color: #700;}

.content2 a:link {text-decoration: none; color: #700;}
.content2 a:visited {text-decoration: none; color: #700;}
.content2 a:hover {text-decoration: underline; color: #700;}
.content2 a:active {text-decoration: none; color: #700;}

.subcontent a:link {text-decoration: none; color: #000;}
.subcontent a:visited {text-decoration: none; color: #000;}
.subcontent a:hover {text-decoration: underline; color: #000;}
.subcontent a:active {text-decoration: none; color: #000;}

.footer a:link {text-decoration: none; color: #000;}
.footer a:visited {text-decoration: none; color: #000;}
.footer a:hover {text-decoration: underline; color: #000;}
.footer a:active {text-decoration: none; color: #000;}

.copyright a:link {text-decoration: none; color: #000;}
.copyright a:visited {text-decoration: none; color: #000;}
.copyright a:hover {text-decoration: underline; color: #000;}
.copyright a:active {text-decoration: none; color: #000;}


/* ----- backgrounds ----- */
.mainbg {background-image: url('table_bg.gif');}
.fader {background-image: url('fader1.jpg');}
.fader2 {background-image: url('fader2.jpg');}
.fader3 {background-image: url('fader3.jpg');}
.container {background-image: url('contentbg.gif');}
.container2 {background-image: url('content.gif');}
.bottom {background-image: url('bottom.gif');}