
body, td, p, a {
  font-family:arial;
  font-size:10pt;
  color:white;
}
body {
  background-color:#080E1A;
  margin-top:0px;
}
a {
  font-weight:bold;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
.menu {
  background-color:#202020;
  height:68px;
}
.white_bg {
  background-color:white;
}
.white_bg td {
  font-family:arial;
  font-size:10pt;
  color:black;
}
.white_bg td a {
  font-family:arial;
  font-size:10pt;
  color:black;
  font-weight:bold;
  text-decoration:none;
}
.white_bg td a:hover {
  font-family:arial;
  font-size:10pt;
  color:black;
  font-weight:bold;
  text-decoration:underline;
}
.grey_bg td{
  font-family:arial;
  font-size:10pt;
  background-color:#c0c0c0;
  color:#000000;
}

.grey_bg td a{
  font-family:arial;
  font-size:10pt;
  color:black;
  font-weight:bold;
  text-decoration:none;
}

.grey_bg td a:hover{
  font-family:arial;
  font-size:10pt;
  color:black;
  font-weight:bold;
  text-decoration:underline;;
}
.slide_show {
  width:50%;
}
.images {
  width:50%;
}
.header {
  font-weight:bold;
  font-size:12pt;
}
.sidebar-inventory {
 padding-top:25px;
}
.sidebar-links {
 padding-top:25px;
}