tr,td,div,b,table {
   font-family: Verdana, Tahoma, Arial;
   font-size: 11px;
}

.header {
   background-color: #DDDDDD;
   font-size: 18px;
   font-weight: 600;
   font-style: italic;
   color: #CC0000;
   padding: 2px;
}

.headerInfo {
   font-size: 11px;
   font-weight: normal;
   font-style: normal;
   color: #CC0000;
}

.headerInfo2 {
   font-size: 11px;
   font-weight: normal;
   font-style: normal;
   color: #000000;
}

.content {
   background-color: #F7F7F7;
   font-size: 11px;
   padding: 15px;
}

.section {
   font-size: 11px;
   font-weight: bold;
   color: #000000;
}

.pagetitle {
   font-size: 14px;
   font-weight: bold;
   color: #CC0000;
   border-bottom: 1px solid #CC0000;
}

.bottom {
   border-top: 1px solid #AAAAAA;
   color: #AAAAAA;
   text-align: right;
}

.bottom a:link, .bottom a:visited, .bottom a:hover {
  color: #000000;
  text-decoration: none;
  text-weight: bold;
}

.navItem {
   background-color: #EEEEEE;
   width: 120px;
   font-weight: bold;
   font-size: 12px;
   text-align: center;
}

input.stdFrm, textarea.stdFrm, select {
   background-color: #FFFFFF;
   font-size: 11px;
   border-top: none;
   border-left: none;
   border-right: none;
   border-bottom: 1px solid #DDDDDD;
}

input.stdSubmit {
   background-color: #FFFFFF;
   font-size: 11px;
   font-weight: bold;
   border: 1px solid #DDDDDD;
}

.navItem a:link, .navItem a:visited {
   font-weight: bold;
   font-size: 12px;
   color: #000000;
   text-decoration: none;
}

.navItem a:active {
   font-weight: bold;
   font-size: 12px;
   color: #CC0000;
   text-decoration: none;
}

.navItem a:hover {
   font-weight: bold;
   font-size: 12px;
   color: #CC0000;
   text-decoration: none;
}

.content a:link, .content a:visited, .content a:hover {
  font-weight: normal;
  font-size: 11px;
  color: #0000FF;
}