/* ----- universal settings -----*/
body {background-color: #ffde91; font-family: verdana, san-serif;}
.td1  {background: url(t_bg.jpg) top center repeat-x}
.td2  {background: url(h_bg.jpg) top center no-repeat}
.td3  {background: url(m_bg.gif) top center repeat-y}
.td4  {background: url(main_bg.jpg) top center repeat-x}
.td5  {background: url(m_bg_tp.jpg) top center no-repeat}
.td6  {background: url(f_bg.gif) top center no-repeat}


/* ----- typography ----- */
.content {font-size: 8pt; color: #4d4d4d;}
.footer {font-size: 7pt; color: #4d4d4d;}
.copyright {font-size: 7pt; color: #4d4d4d; text-align:center;}


/* ----- unordered lists ----- */
ul li {margin-left: 16px !important;}


/* ----- links ----- */
.content a:link {text-decoration: none; color: #0a3d89;}
.content a:visited {text-decoration: none; color: #000000;}
.content a:hover {text-decoration: underline; color: #auto;}
.content a:active {text-decoration: none; color: #auto;}
.footer a:link {text-decoration: none; color: #0a3d89;}
.footer a:visited {text-decoration: none; color: #000000;}
.footer a:hover {text-decoration: underline; color: #auto;}
.footer a:active {text-decoration: none; color: #auto;}
.copyright a:link {text-decoration: none; color: #0a3d89;}
.copyright a:visited {text-decoration: none; color: #000000;}
.copyright a:hover {text-decoration: underline; color: #auto;}
.copyright a:active {text-decoration: none; color: #auto;}