/* start for inventory maintenance form only*/ 
.fmt_def{
	color: Black;
}
.fmt_hil{
	background-color: #87CEFA;
	color: Navy;
}
.fmt_err{
	background-color: #87CEFA;
	color: Navy;
}
.stat_req{
	color: Red;
}

FORM {
  font-family : arial;
}

TD {
  font-family : arial;
  font-size : 9pt;
  font-weight : bold;
}

BODY {
	background-color : White;
}

TABLE {
	background-color : White;
}
TD {
	background : White;
	font : Arial, Helvetica, sans-serif;
}

A {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 10px;
	letter-spacing : 2px;
}

A:LINK {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : Blue;
	font-size : 10px;
	letter-spacing : 2px;
}

A:ACTIVE {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : Blue;
}

A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : Black;
	font : italic;
	background : Silver;
}
A:FOCUS {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : Black;
}

A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
    color : Black;
}



