#Editor {
   color: #73431a;
   background-color: #fbe3c2;
}

#Editor, #Editor td {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
}

#dropmenudiv
{
   position:absolute;
   border:1px solid black;
   border-bottom-width: 0;
   font:normal 10px Verdana;
   line-height:22px;
   z-index:100;
   background-color: #b06f37;
}

#dropmenudiv a
{
   width: 100%;
   display: block;
   border-bottom: 1px solid black;
   padding: 1px 0;
   font:normal 10px Verdana;
   text-decoration: none;
   font-weight: bold;
   background-color: #b06f37;
}

A.member { color: black; }

A.member:hover { color: black; }

A.member:active { color: black; }

.TopicTab
{
   margin-bottom: 1px;
   background-color: #b06f37;
   border-top:2px solid #000;
   border-left:1px solid #000;
   border-right:1px solid #000;
   border-bottom:1px solid #000;
   color: white;
   width:80px;
   height:28px;
   font-family:verdana,arial,helvetica,sans-serif;
   font-size:10px;
   font-weight:bold;
   text-decoration: none;
   text-align:center;
   display: block; 
}

.TopicTab:visited { color: white; text-decoration: none; }
.TopicTab:hover {color: black; text-decoration: none;}

.TopicTabOn
{
   background-color: #73431a;
   border-top:2px solid #000;
   border-left:1px solid #000;
   border-right:1px solid #000;
   color: white;
   width:80px;
   height:30px;
   font-family:verdana,arial,helvetica,sans-serif;
   font-size:10px;
   font-weight:bold;
   text-decoration: none;
   text-align:center;
   display: block;
   margin-bottom: -1px;
}

.TopicTabOn:visited { color: white; text-decoration: none; }
.TopicTabOn:hover {text-decoration: none;}

.SubTopic
{
   color: black;
   background-color: #EEEEEE;
   font-family:verdana,arial,helvetica,sans-serif;
   font-size:11px;
   text-decoration: none;
}

.SubTopic:hover
{
   font-family:verdana,arial,helvetica,sans-serif;
   font-size:11px;
   text-decoration: none;
   color: white;
}
   
.SubNav
{ 
   font-size:10px;
   font-family:verdana,arial,helvetica,sans-serif;
   font-weight:normal;
   text-decoration:none;
   color: #FFFFFF;
}
.SubNav:hover { 
color: white;
text-decoration: underline; }
.SubNav:active { color: white; }

.SubNavOn
{ 
   font-size:10px;
   font-family:verdana,arial,helvetica,sans-serif;
   font-weight:normal;
   text-decoration:none;
   color: white;
   font-weight:bold;
}
.SubNavOn:hover { color: gold; }
.SubNavOn:active { color: gold; }
body { margin-top: 0px; }

td.Title
{
   background-color: #73431a;
   color: white;
   font-weight: bold;
   font-size: 12px;
   font-family: verdana,arial,helvetica,sans-serif;
   line-height:20px;
}

a.Title
{
   color: white;
   font-weight: bold;
   text-decoration: none;
   font-size: 12px;
   font-family: verdana,arial,helvetica,sans-serif;
}

.RecentTitle {
   background-color: #F1B928;
   color: black;
   font-weight: bold;
   font-size: 12px;
   font-family: verdana,arial,helvetica,sans-serif;
   line-height: 20px;
}
.RecentBody, .RecentBody a {
   color: white;
}

.bullet a {
   font-weight: bold;
   color: #FFFFFF;
   font-size: 12px;
   text-decoration:none;
}
.bullet a:hover { text-decoration:underline; }
.smallbullet a {
   padding-right:10px;
   font-weight: bold;
   color: #FFFFFF;
   font-size: 11px;
   text-decoration:none;
}
.smallbullet a:hover { text-decoration:underline; }