body {
  margin:0 0 0 0;
}

A.primaryNav {
  font-family:Tahoma;
  font-size:12px;
  text-decoration:none;
  color:#FFFFFF;
  font-weight:bold;
}

A.primaryNav:HOVER {
	font-family:Tahoma;
	 font-size:12px;
	text-decoration:underline;
	color: Yellow;
	font-weight:bold;
}

A.primaryNavSelected {
	font-family:Tahoma;
	  font-size:12px;
	text-decoration:none;
	color: Yellow;
	font-weight:bold;
}

A.primaryNavSelected:HOVER {
	font-family:Tahoma;
  font-size:12px;
	text-decoration:underline;
	color: Yellow;
	font-weight:bold;
}

A.secondaryNav {
  font-family:Tahoma;
  font-weight:bold;
  font-size:12px;
  text-decoration:none;
  color:#FFFFFF;
}

A.secondaryNav:HOVER {
  font-family:Tahoma;
  font-size:12px;
  text-decoration:underline;
  color:#FFFFFF;
  font-weight:bold;
}

A.secondaryNavSelected {
  font-family:Tahoma;
  font-size:12px;
  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:12px;
   width:90;
}

INPUT.readonly {
   font-family:Tahoma;
   font-size:11px;
   background:#f5f5f5;
   text-align:center;
   cursor:default;
}

INPUT.admin_btn {
   background:#dcdcdc;
   color:#000000;
   padding:2px;
   border:1px outset;
   font-family:Tahoma;
   font-size:11px;
   width:120;
}

.heading
{
font-family : "Times New Roman";
  font-size:14px;
  color:#000000;
  font-weight: bold;
}

.standard
{
 font-family : "Times New Roman";
  font-size:12px;
  color:#000000;
}

.italic {
font-family : Tahoma;
  font-size:12px;
  font-style:italic;
}

.bold {
	font-family : Tahoma;
	  font-size:12px;
	font-weight : bold;
}

.boldfooter {
	font-family : Tahoma;
	  font-size:12px;
	font-weight : bold;
	color:#FFFFFF;
}

.BioProdex {
	font-family : Tahoma;
  font-size:12px;
	font-weight : bold;
	font-style : italic;
	color:#34A64F;
}



.TahomaDisabled {
  font-family:Tahoma;
  font-size:12px;
  color:#928C63;
}

Error {
  font-family:Times New Roman;
  font-size:12px;
  font-weight:bold;
  color:#FF0000;
}

    .printingArea {
      display: none;
    }
  
  @media print {
    
    .hideMe {
      display: none;
    }
	
    .printingArea {
    display: block;
    }