A { 
  color: #003366; 
  text-decoration: underline; 
}

A:hover { 
  color: #AABBDD; 
  text-decoration: none; 
}

A.footer {
  color: #FFFFFF;
  text-decoration: none;
}

A.footer:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

TD {
  background: url(images2/background.jpg);
  vertical-align: top;
  font-family: Times, Verdana, Arial, Tahoma;
  font-size: 14px;
  color: #333333;
}

TD.sizechart {
  background: #FFFFFF;
  vertical-align: top;
  font-family: Times, Verdana, Arial, Tahoma;
  font-size: 14px;
  color: #333333;
}

TD.rightText {
  background: url(images2/background.jpg);
  vertical-align: top;
  font-family: Verdana, Arial, Tahoma;
  font-size: 11px;
  text-align: right;
  color: #333333;
}

TD.footer {
  text-align: center;
  background: #FF9999;
  background-image: url(images2/background_mutedpink.jpg);
  color: #FFFFFF;
  font-size: 10px;
}

TD.blueBoxBorder {
  background: #6699CC;
}

TD.rightTitle {
  background: url(images/bkgnd_right_title.jpg);
}

TD.mainColor {
  background: #336699;
  color:#CCCCCC;
}

TD.secondaryColor {
  background: #666666;
}

TD.whiteBar {
  background: #FFFFFF;
}

TD.top {
  background-image: url(images/bkgnd_top.gif);
  text-align: right;
}

TD.pageBorder1 {
  background-image: url(images/bkgnd_pageborder1.jpg);
}

TD.pageBorder2 {
  background-image: url(images/bkgnd_pageborder2.jpg);
}

TD.menu {
  background-image: url(images/bkgnd_menu.gif);
}

TD.rightSide {
  background-image: url(images/bkgnd_right.gif);
}

TD.headerNavigation {
  background: #66CC66;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight : bold;
  vertical-align: bottom;
  text-align: right;
}

INPUT {
background-color: #FFFFFF;
border-bottom-width: 1px;
border-color: #000000;
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 1px;
color: #000000;
font-family: Tahoma, Verdana, sans-serif;
font-size: 9px;
font-weight: normal;
text-indent: 2px;
}