body, td { font-family: Arial; font-size:12px; color: #000000 }

.td_on  { background-image: url(img/menu_bg.gif); background-color: #000000; cursor: pointer; color: #E77817; }
.td_off { background-image: url(img/menu_bg.gif); background-color: #000000; cursor: pointer; color: #FFFFFF; }
.title { font-size: 14px; font-weight: bold; color: 969696; }
.text { font-size: 12px; color: 000000; }

p.title { font-size: 14px; font-weight: bold; color: 969696; }
p.text { font-size: 12px; color: 000000; }

a.Link:link    { text-decoration: none; font-size:10px; color: #969696; }
a.Link:active  { text-decoration: none; font-size:10px; color: #969696; }
a.Link:visited { text-decoration: none; font-size:10px; color: #969696; }
a.Link:hover   { text-decoration: none; font-size:10px; font-weight: bold; color: #969696; }

a.TopMenuItem:link    { text-decoration: none; font-weight: bold; color: #FFFFFF}
a.TopMenuItem:active  { text-decoration: none; font-weight: bold; color: #FFFFFF}
a.TopMenuItem:visited { text-decoration: none; font-weight: bold; color: #FFFFFF}
a.TopMenuItem:hover   { text-decoration: none; font-weight: bold; color: #FFFFFF}

a.MenuItem:link    { text-decoration: none; font-size:9px; font-weight: bold; color: #969696; }
a.MenuItem:active  { text-decoration: none; font-size:9px; font-weight: bold; color: #969696; }
a.MenuItem:visited { text-decoration: none; font-size:9px; font-weight: bold; color: #969696; }
a.MenuItem:hover   { text-decoration: none; font-size:9px; font-weight: bold; color: #E77817; }

a.Title:link    { text-decoration: none; font-size:12px; font-weight: bold; color: #969696; }
a.Title:active  { text-decoration: none; font-size:12px; font-weight: bold; color: #969696; }
a.Title:visited { text-decoration: none; font-size:12px; font-weight: bold; color: #969696; }
a.Title:hover   { text-decoration: none; font-size:12px; font-weight: bold; color: #969696; }

a.Text:link    { text-decoration: none; font-size:12px; color: #000000; }
a.Text:active  { text-decoration: none; font-size:12px; color: #000000; }
a.Text:visited { text-decoration: none; font-size:12px; color: #000000; }
a.Text:hover   { text-decoration: none; font-size:12px; color: #E77817; }

.borderAll {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.borderAllGrey {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

.borderTopBottom {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.borderBottom {
  border-bottom: 1px solid #000000;
}