/* ================================
    CSS STYLES FOR Module newSiteMap
   ================================
*/
#sitemap  { color: gray; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
#sitemap a:link  { color: gray; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
#sitemap a:visited  { color: gray; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
#sitemap a:hover   { color: #dc241f; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }
#sitemap a:active  { color: gray; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }

td#content a:link      { color: #dc241f; font-weight: bold; font-size: 12px; font-family: Verdana; text-decoration: none }
td#content a:visited     { color: #dc241f; font-weight: bold; font-size: 12px; font-family: Verdana; text-decoration: none }
td#content a:hover     { color: #dc241f; font-weight: bold; font-size: 12px; font-family: Verdana; text-decoration: underline }
td#content a:active     { color: #5c6166; font-weight: bold; font-size: 12px; font-family: Verdana; text-decoration: none }
