body {
  margin: 0px;
  padding: 0px;
}
.footer {
  font-family: Tahoma;
  font-size: 10px;
}
.border {
   border: 1px solid #0B2687;
}
table.navbar td {
  vertical-align: middle;
  height: 25px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #FE801B;
}
.navbar a { 
  font-family: Tahoma;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
  text-decoration: none;
}
.navbar a:hover {
  font-family: Tahoma;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
  text-decoration: underline;
}
.maintext, th, td { 
  font-family: Tahoma;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}
.heading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #0E2987;
  text-decoration: none;
  font-weight: bold;
}
a {
  color: #0E2987;
  text-decoration: none;
}
a:hover {
  color: #0E2987;
  text-decoration: underline;
}
table.cartBar td {
  text-align: right;
  color: #336699;
  font-weight: bold;
  padding: 10px 5px 0px 0px;
  border-bottom: 1px solid #336699;
}
.cartBar a {
  color: inherit;
  text-decoration: none;
  padding: 0px 5px 0px 5px;
}
.cartBar a:hover {
  color: #FFFFFF;
  background-color: #FE801B;
}
.btnSubmit {
  border: 1px solid #000000;
  font-size: 10px;
}
tr.evenRow td {
  background-color: #f6f6f6;
}
form {
  padding: 0px;
  margin: 0px;
}
tr.prodListHeader th {
  background-color: #333333;
  color: white;
}
a.note {
  color: grey;
  font-weight: normal;
  text-decoration: none;
}
a.note:hover {
  color: red;
}
a.infoBtn {
	color: white;
	background-color: grey;
	font-weight: bold;
	padding: 1px 5px;
}
a.infoBtn:hover {
	background-color: #003399;
}
