body {
  background: white;
  margin: 0px;
  color: black;
  text-align: center;
  font-family: sans-serif;
}

table { font-family: sans-serif; font-size: 12px; }

a.invtMenu { font-family: Arial; font-size: 11px; color: black; }
a.invtMenu:hover { color: red; text-decoration:none; }

a.footerlinks { font-family: Arial; font-size: 11px; color: black; }
a.footerlinks:hover { color: red; text-decoration:none; }
div.footerlinksText { font-family: Arial; font-size: 10px; color: black; text-align: center; }

a.footernav { font-family: sans-serif; font-size: 12px; color: black; font-weight: 700; text-decoration:none;}
a.footernav:hover { color: red; text-decoration:underline; }

a.inventorylinks { font-family: Arial; font-size: 12px; color: black; }
a.inventorylinks:hover { color: red; text-decoration:none; }

input,textarea,select { border: black 1px solid; background: #FFFFDD; font-size: 11px; font-family: Tahoma, Verdana, Arial; color: black; }
.button { border: black 1px solid; background: #EBF1CC; font-size: 11px; font-family: Tahoma, Verdana, Arial; color: black; }

.error { color: red; font-variant: small-caps; font-family: Courier; }
.success { color: green; font-variant: small-caps; font-family: Courier; }


.smtext { font-size: 7pt; font-family: Tahoma, Arial, Verdana; }

td.name { background: #D4D4F6; }
td.value { background: #E6E9F2; }
td.altvalue { background: #E9E9E9; }
td.bold { font-weight:600; text-align: center; background: #E9E9E9; }


td.mname { background: #D4D4F6; font-size: 9px; }
td.mvalue { background: #E6E9F2; font-size: 9px; }
td.maltvalue { background: #E9E9E9; font-size: 9px; }


/* Rounded Corners */
.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:black; margin:0 5px;}
.b2f {height:1px; background:black; margin:0 3px;}
.b3f {height:1px; background:black; margin:0 2px;}
.b4f {height:2px; background:black; margin:0 1px;}
.contentf {background: black;}
.contentf div {margin-left: 5px;}


.ob1f, .ob2f, .ob3f, .ob4f{font-size:1px; overflow:hidden; display:block;}
.ob1f {height:1px; background:#E8B37D; margin:0 5px;}
.ob2f {height:1px; background:#E8B37D; margin:0 3px;}
.ob3f {height:1px; background:#E8B37D; margin:0 2px;}
.ob4f {height:2px; background:#E8B37D; margin:0 1px;}
.ocontentf {background: #E8B37D;}

