/* general tags */
html { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif }
body { background-color: #FFFFFF; }
p,td,th { font: 0.9em font-family: Verdana, Geneva, Arial, Helvetica, sans-serif }

/* links */
a:link { font: 0.9em; text-decoration: none; color: #93473B; }
a:visited { font: 0.9em; text-decoration: none; color: #62261C; }
a:hover { text-decoration: underline; }

/* header */
table.header { background-color: #B8764C; }
td.darkline { background-color: #141E23; }

/* menu */
table.menu { background-color: #426477; }

/* sidebars */
table.sidebar { background-color: #F1E4DB }
td.sidebar_light { background-color: #F1E4DB; }
td.sidebar_dark { background-color: #E4CCBC; }
td.sidebar_border { background-color: #AD9A8E }
td.sidebar_border2 { background-color: #CDB7A9 }

/* content */
td.content { background-color: #FFFFFF; }
.content a:link { font: 0.9em; text-decoration: underline; color: #93473B; }
.content a:visited { font: 0.9em; text-decoration: underline; color: #62261C; }
.content a:hover { text-decoration: underline; }{ text-decoration: underline; }

/* footer */
table.footer { background-color: #B8764C; }
td.footer { font: 0.6em; color: #DCBBA6; }
td.leftfooter { background-color: #93473B; }


