﻿body, table, th, td { font-family: tahoma, arial, sans-serif; font-size: 12px; line-height: 1.5em;}

/* Text Font Only */
.white { font-size: 11px; color: #FFFFFF; }                               /* White Font                */
.brown { font-size: 14px; font-weight: bold; color: #AB7345; }            /* Large Brown               */
.titl3 { font-size: 11px; font-weight: bold; color: #000000; }            /* Small Black               */
.small { font-size: 11px; color: #000000; }                               /* Tahoma Black              */

/* Links Only */
a         { color: #0000FF; text-decoration: none; }
a:visited { color: #0000FF; text-decoration: none; }
a:hover   { color: #0000FF; text-decoration: underline; }

/* Navigation Links Only */
a.navi          { color: #A0522D; font-weight: bold; }
a.navi:visited  { color: #A0522D; font-weight: bold; }
a.navi:hover    { color: #A51030; text-decoration: underline; }

/* Tab Links Only */
a.tabs          { color: #FFFFFF; text-decoration: none; }
a.tabs:visited  { color: #FFFFFF; text-decoration: none; }
a.tabs:hover    { color: #FFFFFF; text-decoration: none; }

/* Admin Link Only */
a.admin          { color: #000000; text-decoration: none; }
a.admin:visited  { color: #000000; text-decoration: none; }
a.admin:hover    { color: #000000; text-decoration: none; }

