/* CSS Document */
a:link {text-decoration:none;
        color:navy;
	font-weight: bold;}
a:visited {text-decoration:none;
           color:navy;
	   font-weight: bold}
a:hover {color: red;
	 font-weight: bold;}

.textlable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.inventoryHeader {color: #FFFFFF; font-family: "Courier New", Courier, mono; }
.tableheader {font-weight:bold}
