body, td  {
   font-family: Verdana, Arial, Sans-Serif;
   font-size: 11px;
   line-height: 18px;
}
a {
   color: black;
}
a:hover {
   text-decoration: none;
}
.TopNav {
   background: url(/Images/NavBg.jpg) no-repeat;
   height: 35px;
   padding-left: 70px;
}
.TopNav a {
   font-family: verdana;
   display: block;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   padding: 10px 15px;
   background: url(/Images/NavShadow.png) no-repeat;
   text-transform: uppercase;
   text-decoration: none;
   float: left;
   color: white;
   font-weight: bold;
}
.TopNav a:hover {
   color: #333333;
}
/* Used to edit CMS editor area
#FCKEditor, #FCKEditor td { }*/
