.content, body {
  font-size: 10pt;
  font-family: arial;
  color: #FFFFFF;
  scrollbar-base-color: #8C9CBD;
  scrollbar-track-color: #404040;
  scrollbar-face-color: #202020;
  scrollbar-highlight-color: #555555;
  scrollbar-3dlight-color: #444444;
  scrollbar-darkshadow-color: #222222;
  scrollbar-shadow-color: #333333;
  scrollbar-arrow-color: #FFFFFF;
}

select, input, textarea {
  color: #000040;
  background-color: #FFFFFF;
}

A {
  color: #FFDE9C;
}



.verticalMenu {
  font-size: 10pt;
  text-decoration: none;
  font-weight: Bold;
}

.homeLink, .myAccountLink, .verticalMenu A, .verticalMenu A:visited {
  color: #EF4200;
  text-decoration: none;
}

A:hover, .verticalMenu A:hover {
  color: #FFFFFF;
  font-weight: Bold;
  text-decoration: Underline;
}

.selectedMenuItem A,.selectedMenuItem A:visited {
  color: #CCCEF6;
}

.loginBox {
  font-size: 10pt;
}

H1 {
  font-family: verdana, arial, helvetica;
  font-size: 17px;
  font-weight: bold;  
  color: #dddddd;
  font-variant: small-caps;
}

.searchBox {
  font-size: 10pt;
}

.pagination {
  font-family: arial;
  font-size: 8pt;
  text-align: center;
}

.adminBar {
        background-color: #EF4200;
        font-size: 8pt;
        font-family: arial;
        color: #CCD6DF;
}

.formDescription {
  font-size: 10pt;
  font-weight: bold;  
  font-family: arial;
  color: #FFFFFF;
}

.formSubtext {
  font-family: helvetica, arial;
  font-size: 8pt;
}

.highlight {
  background-color: #EF4200;
}

.tableMenu {
  background-color: #202020;
  font-size: 8pt;
  font-family: Helvetica, Arial;
}

.tableMenu a {
  text-decoration: none;
}

.tableHeader {
  background-color: #202020;
  font-size: 10pt;
  font-weight: bold; 
  font-family: arial;
  color: #FFFFFF;
}

.tableData {
  font-size: 10pt;
  font-weight: none;  
  font-family: arial;
  color: #FFFFFF;
  
}

.pollAnswer {
  font-family: Helvetica, Arial;
  font-size: 8pt;
}

.pollColor {
  background-color: #EF4200;
}

.pollQuestion {
  font-face: Helvetica, Arial;
  font-size: 10pt;
  text-decoration: none;
  font-weight: Bold;
}

.crumbtrail {
  font-family: arial;
  color: #FFFFFF;
  
}

.tab {
  border: 1px solid #EF4200;
   background-color: #333333;
}
.tabBody {
   border: 1px solid #EF4200;
   border-top: 1px solid #EF4200;
   border-left: 1px solid #EF4200;
   background-color: #444444; 
}
div.tabs {
    line-height: 15px;
    font-size: 14px;
}
.tabHover {
   background-color: #555555;
}
.tabActive { 
   background-color: #444444; 
}

