A.primaryNav {
  font-family:Tahoma;
  font-size:.9em;
  text-decoration:none;
  color:black;
  font-weight:bold;
}

A.primaryNav:HOVER {
  font-family:Tahoma;
  font-size:.9em;
  text-decoration:underline;
  color:black;
  font-weight:bold;
}

A.primaryNavSelected {
  font-family:Tahoma;
  font-size:.9em;
  text-decoration:none;
  color:#0C5041;
  font-weight:bold;
}

A.primaryNavSelected:HOVER {
  font-family:Tahoma;
  font-size:.9em;
  text-decoration:underline;
  color:#0C5041;
  font-weight:bold;
}

A.secondaryNav {
  font-family:Tahoma;
  font-weight:bold;
  font-size:.8em;
  text-decoration:none;
  color:#FFFFFF;
}

A.secondaryNav:HOVER {
  font-family:Tahoma;
  font-size:.8em;
  text-decoration:underline;
  color:#FFFFFF;
  font-weight:bold;
}

A.secondaryNavSelected {
  font-family:Tahoma;
  font-size:.8em;
  font-weight:bold;
  text-decoration:none;
  color:#FFFF00;
}



INPUT.btn {
   background:#dcdcdc;
   color:#000000;
   padding:2;
   border:1px outset;
   font-family:Tahoma;
   font-size:11;
   width:60;
}

INPUT.redBtn {
   background:#C60000;
   color:#FFFFFF;
   padding:2;
   border-top:1px #FEC4C4 solid;
   border-left:1px #FEC4C4 solid;
   border-right:1px #800000 solid;
   border-bottom:1px #800000 solid;
   font-family:Tahoma;
   font-size:11;
}

INPUT.addToCartBtn {
   background-color:#C60000;
   background-image:url(images/arrow_white.gif);
   background-repeat: no-repeat;
   background-position: center right;
   color:#FFFFFF;
   padding:2;
   border-top:2px #FD5252 solid;
   border-left:2px #FD5252 solid;
   border-right:2px #800000 solid;
   border-bottom:2px #800000 solid;
   font-family:Tahoma;
   font-size:11;

}

INPUT.blueBtn {
   background:#084DA1;
   color:#FFFFFF;
   padding:2;
   border-top:    2px #4A8DDF solid;
   border-left:   2px #4A8DDF solid;
   border-right:  2px #073874 solid;
   border-bottom: 2px #073874 solid;
   font-family:Tahoma;
   font-size:.8em;
   font-weight:bold;
}

INPUT.signup_btn {
   background:#dcdcdc;
   color:#000000;
   padding:2;
   border:1px outset;
   font-family:Tahoma;
   font-size:12;
   width:90;
}

INPUT.signup_btnRed {
   background:#C60000;
   color:#FFFFFF;
   padding:2;
   border-top:    2px #FD5252 solid;
   border-left:   2px #FD5252 solid;
   border-right:  2px #950000 solid;
   border-bottom: 2px #950000 solid;
   font-family:Tahoma;
   font-size:12;
   width:90;
}

INPUT.readonly {
   font-family:Tahoma;
   font-size:11;
   background:#f5f5f5;
   text-align:center;
   cursor:default;
}

INPUT.admin_btn {
   background:#dcdcdc;
   color:#000000;
   padding:2px;
   border:1px outset;
   font-family:Tahoma;
   font-size:11;
   width:120;
}


.Tahoma {
  font-family:Tahoma;
  font-size:.9em;
}



.TahomaBold {
  font-family:Tahoma;
  font-size:.9em;
  font-weight:bold;
}


.TahomaItalicBold {
  font-family:Tahoma;
  font-size:1.2em;
  font-style:italic;
  font-weight:bold;
}

.TahomaItalicSmall {
  font-family:Tahoma;
  font-size:.9em;
  font-style:italic;
  font-weight:bold;
  color:black;
}

.TahomaItalic {
  font-family:Tahoma;
  font-size:1em;
  font-style:italic;

}

.TahomaHeading {
  font-family:Tahoma;
  font-size:1.5em;
  font-weight:bold;
}

.TahomaDisabled {
  font-family:Tahoma;
  font-size:.9em;
  color:#928C63;
}

.TahomaError {
  font-family:Tahoma;
  font-size:.9em;
  font-weight:bold;
  color:#000000;
}

.TahomaCream {
  font-family:Tahoma;
  font-size:.75em;
  color:#5E2323;
  font-weight:bold;
}

    .printingArea {
      display: none;
    }
  
  @media print {
    
    .hideMe {
      display: none;
    }
	
    .printingArea {
    display: block;
    }