body { 
	font: 11px Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; 
	margin-top: 0;
   padding-top: 0;
	margin-left: 25px; 
   border: 0;
}

td { font-size: 11px; }

a:link { color: #b4001b; text-decoration: none; }
a:visited { color: #b4001b; text-decoration: none; }
a:hover { color: white; text-decoration: none; background-color: #b4001b; }

a.menu:link { color: #617792; text-decoration: none; }
a.menu:visited { color: #617792; text-decoration: none; }
a.menu:hover { color: #414957; text-decoration: none; background-color: white; }

a.selectedMenu:link { color: black; text-decoration: none; }
a.selectedMenu:visited { color: black; text-decoration: none; }
a.selectedMenu:hover { color: black; text-decoration: none; background-color: white; }

a.path:link { color: white; text-decoration: none; }
a.path:visited { color: white; text-decoration: none; }
a.path:hover { color: #414957; text-decoration: none; background-color: #617792; }

.gr { color: #999999; }
a.gr:link { color: #999999; text-decoration: none; }
a.gr:visited { color: #999999; text-decoration: none; }
a.gr:hover { color: #999999; text-decoration: none; background-color: white; }

.grbl { color: #999999; }
a.grbl:link { color: #999999; text-decoration: none; }
a.grbl:visited { color: #999999; text-decoration: none; }
a.grbl:hover { color: black; text-decoration: none; background-color: white; }

.dgr { color: #666666; }

.footer { font-size: 10px; border-top: 1px solid #617792; }
.footerTable { margin-top: 28px; }

ul { margin-left: 15px; }

.sep1 { height: 1px; margin-top: 2px; margin-bottom: 6px; }

input { border: 1px solid #666666; background-color: white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }

.w150 { width: 150px; }

.btn { color: #4B9502; border: none; }
.chk { border: none; align: bottom; }

textarea { border: 1px solid #666666; background-color: white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }

.headline { font-size: 18px; font-weight: bold; }

a.blackBoldLink:link { font-weight: bold; color: black; }
a.blackBoldLink:visited { font-weight: bold; color: black; }
a.blackBoldLink:hover { font-weight: bold; color: black; background-color: white; }

.topMenuFirst { height: 16px; border-top: 1px solid #ebe8e3; border-bottom: 1px solid #ebe8e3; }
.topMenuRest { height: 15px; border-bottom: 1px solid #ebe8e3; }

.note { color: #A4A201; }

.sideMenuFirst { height: 15px; border-bottom: 1px solid #E5E5E5; text-transform: uppercase; }
.sideMenuLast { height: 15px; border-bottom: 1px solid #b4001b; text-transform: uppercase; }

hr.thinLine, hr.narrowThinLine, hr.thickLine { height: 1px; width: 275px; margin: 10px 0; border: 0; color: #617792; background-color: #617792; }
hr.thickLine { height: 4px; }
hr.narrowThinLine { width: 125px; margin-bottom: -10px; }

/* font { color: #b4001b; } */

ul#pullDownMenu,
ul#pullDownMenu li,
ul#pullDownMenu ul {
   width: 170px;
   margin: 0;
   padding: 0;
   list-style: none;
}

ul#pullDownMenu {
   margin-top: 37px;
}

ul#pullDownMenu li {
   float: left; /*For IE 7 lack of compliance*/
   display: block !important; /*For GOOD browsers*/
   display: inline; /*For IE*/
   border-bottom: 1px solid #fff;
}

ul#pullDownMenu li div {
   padding-left: 5px;
}

ul#pullDownMenu li a {
   display: block;
   padding: 0 6px;
   color: #fff;
   background: #617792;
   text-decoration: none;
   font: bold 13px/18px Arial, Helvetica, sans-serif;
}

ul#pullDownMenu li a:hover {
   color: #fff;
   background: #414957;
}

ul#pullDownMenu ul,
ul#pullDownMenu ul li {
   width: 165px;
   border-left: 0;
   border-right: 0;
}

ul#pullDownMenu ul {
   position: absolute;
   margin-left: 0;
   background-color: transparent;
}

ul#pullDownMenu ul li {
   /* border-top: 1px solid #617792; */
   border-color: #617792;
}

ul#pullDownMenu ul li a {
   color: #617792;
   padding-left: 12px;
   background: #ebe8e3;
   font: normal 10px/15px Verdana, Arial, Helvetica, sans-serif;
}

ul#pullDownMenu ul li a:hover {
   background-color: #617792;
}

