/* ----- universal settings -----*/
body {background-color: #ffffff; font-family: arial, san-serif;}
.td1  {background: url(t_bg.gif) top right repeat-x}
.td2  {background: url(m_bg.gif) top right repeat-x}
.td3  {background: url(bt_bg.gif) top right repeat-x}


/* ----- typography ----- */
.content {font-size: 10pt; color: #6d6d6d;}
.footer {font-size: 10pt; color: #ffffff;}
.copyright {font-size: 8pt; color: ffffff; text-align:center;}


/* ----- unordered lists ----- */
ul li {margin-left: 16px !important;}


/* ----- links ----- */
.content a:link {text-decoration: none; color: #981b1e;}
.content a:visited {text-decoration: none; color: 79393C;}
.content a:hover {text-decoration: underline; color: #auto;}
.content a:active {text-decoration: none; color: #auto;}
.footer a:link {text-decoration: none; color: #981b1e;}
.footer a:visited {text-decoration: none; color: 79393C;}
.footer a:hover {text-decoration: underline; color: #auto;}
.footer a:active {text-decoration: none; color: #auto;}
.copyright a:link {text-decoration: none; color: #981b1e;}
.copyright a:visited {text-decoration: none; color: 79393C;}
.copyright a:hover {text-decoration: underline; color: #auto;}
.copyright a:active {text-decoration: none; color: #auto;}