/* ----- universal settings -----*/
body {margin:0px; padding:0px; background:url('bg.gif') center top repeat-y #323232; font-family:verdana, san-serif}
td {font-size: 8pt; color: #000;}
p {padding:0px; margin:0px;}


/* ----- typography ----- */
.content {font-size: 8pt; color: #000; padding:0px 20px 0px 30px;}
.footer {font-size: 8pt; color: #fff; background-color:#005575;}
.copyright {font-size: 8pt; color: #fff;}


/* ----- links ----- */
.content a:link {text-decoration: none; color: #005575;}
.content a:visited {text-decoration: none; color: #005575;}
.content a:hover {text-decoration: underline; color: #005575;}
.content a:active {text-decoration: none; color: #005575;}

.footer a:link {text-decoration: none; color: #fff;}
.footer a:visited {text-decoration: none; color: #fff;}
.footer a:hover {text-decoration: underline; color: #fff;}
.footer a:active {text-decoration: none; color: #fff;}
.copyright a:link {text-decoration: none; color: #fff;}
.copyright a:visited {text-decoration: none; color: #fff;}
.copyright a:hover {text-decoration: underline; color: #fff;}
.copyright a:active {text-decoration: none; color: #fff;}


/* ----- backgrounds ----- */
.bg_cont {background: url('bg_cont.gif') center top repeat-y;}


/* ----- other stuff ----- */
ul {list-style-image: url('bullet.gif');}
ul li {margin-left: -16px;}