A:link, A:visited {
  color: #2B5EAA;
  text-decoration: none;
}

A:link:hover, A:visited:hover {
  text-decoration: underline;
}

BODY {
  background-image: url(images/sidebar.png);
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-color: white;
  padding-left: 0px;
  padding-right: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.8em;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.MainTable {
  width: 100%;
}

.HeaderBar {
  height: 120px;
  background-image: url(images/headerbar.png);
  background-repeat: repeat;
  background-attachment: scroll;
}

.ToolStrip {
  height: 66px;
  background-image: url(images/toolstrip.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.ToolbarLink, .ToolbarLink:link, .ToolbarLink:visited {
  font-size: 11px;
  color: red;
  text-decoration: none;
}

.ToolbarLink:link:hover, .ToolbarLink:visited:hover {
  font-weight: bold;
  text-decoration: none;
}

.SideBar {
  width: 67px;
}

.Porthole {
  background-image: url(images/content_bg.gif);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-color: white;
  height: 400px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.8em;
}

.Footer {
  background-color: white;
  height: 100px;
}

.PhotoThumbnail {
  margin-left: 2mm;
  margin-right: 2mm;
  margin-top: 2mm;
  margin-bottom: 2mm;
  padding-top: 2px;
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 2px;
  border-top: 1px gray solid;
  border-right: 1px gray solid;
  border-bottom: 1px gray solid;
  border-left: 1px gray solid;
  vertical-align: middle;
}

H1 {
  font-family: "Arial";
  font-size: 24px;
  font-weight: bold;
  color: #5C5C5C;
  text-align: center;
}

P {
  margin-top: 1em;
  margin-bottom: 1em;
}

.Copyright {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #C4D0E6;
  text-align: right;
  margin-right: 10px;
}

.SupplierImage {
  margin-left: 4mm;
  margin-right: 4mm;
  margin-top: 5mm;
  margin-bottom: 5mm;
}
