html, body { 
  height: 100%;
  width: 100% ;
  margin: 10; 
  padding: 10; 
  background-color:#FCF8D3; 
} 

A.primaryNav {
  font-family:Tahoma;
  font-size:1em;
  text-decoration:none;
  color:#0b2a58;
  font-weight:bold;
}

A.primaryNav:HOVER {
  font-family:Tahoma;
  font-size:1em;
  text-decoration:underline;
  color:#0b2a58;
  font-weight:bold;
}

A.primaryNavSelected {
  font-family:Tahoma;
  font-size:1em;
  text-decoration:none;
  color:#5e8dd3;
  font-weight:bold;
}

A.primaryNavSelected:HOVER {
  font-family:Tahoma;
  font-size:1em;
  text-decoration:underline;
  color:#5e8dd3;
  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;
}

.Tahoma {
  font-family:Tahoma;
  font-size:.8em;
}

.TahomaWhite {
  font-family:Tahoma;
  font-size:.9em;
  color:#FFFFFF;
}

.TahomaCream {
  font-family:Tahoma;
  font-size:.9em;
  color:#FFFFF5;
}

.TahomaBold {
  font-family:Tahoma;
  font-size:.9em;
  font-weight:bold;
}


.TahomaBoldWhite {
  font-family:Tahoma;
  font-size:.9em;
  font-weight:bold;
  color:#FFFFFF;
}

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;
}

.heading
{
  font-family:Tahoma;
  font-size:16;
  color:#000000;
  font-weight: bold;
}

.standard
{
  font-family:Tahoma;
  font-size:.9em;
  color:#000000;
}

.TahomaItalic {
  font-family:Tahoma;
  font-size:.9em;
  font-style:italic;
}


.TahomaHeading {
  font-family:Tahoma;
  font-size:14px;
  font-weight:bold;
}

.TahomaDisabled {
  font-family:Tahoma;
  font-size:.9em;
  color:#928C63;
}

.TahomaError {
  font-family:Tahoma;
  font-size:.9em;
  font-weight:bold;
  color:#FF0000;
}

    .printingArea {
      display: none;
    }
  
  @media print {
    
    .hideMe {
      display: none;
    }
	
    .printingArea {
    display: block;
    }