A {
	text-decoration: none;
	color: #0000FF;
}

A:Hover {
	text-decoration: underline;
	color: #0000FF;
}

BODY {
  background: #FFFFFF;
  color: #000000;
  font-family: Verdana;
  font-size: smaller;
}

.TOPBAR {
  background-image: url('gfx/topbar.png');
  width: 1024px;
  /* max-width: 1024px; */
  height: 68px;
  cursor: pointer;
}

.PRODUCTCONTENTSEPERATOR {
  background-image: url('gfx/columnseperator.png');
  background-position: right;
  background-repeat: repeat-y;
}

.PRODUCTHEADER {
  background-image: url('gfx/productheader.png');
  background-repeat: no-repeat;
  padding-left: 5px;
  padding-top: 2px;
  height: 25px;
}

.PRODUCTHEADER2 {
  background-image: url('gfx/productheader2.png');
  background-repeat: no-repeat;
  padding-left: 5px;
  padding-top: 2px;
  height: 25px;
}

.PRODUCTHEADER3 {
  background-image: url('gfx/productheader3.png');
  background-repeat: no-repeat;
  padding-left: 5px;
  padding-top: 2px;
  height: 25px;
}

.PRODUCT {
  margin-left: 10px;
  margin-bottom: 5px;
  font-size: 11px;
}

.CHANGELOG {
  margin-left: 25px;
  font-size: 13px;;
}

.HEADER {
  background-color: #CCCCFF;
  font-weight: bold;
  border-color: #000000;
  border-style: solid;
  border-width: thin;
}

.LISTING {
   background-color: #EEEEFF;
   border-left-color: #000000;
   border-left-style: solid;
   border-left-width: thin;
   border-right-color: #000000;
   border-right-style: solid;
   border-right-width: thin;
}

.LISTINGBOTTOM {
   background-color: #EEEEFF;
   border-left-color: #000000;
   border-left-style: solid;
   border-left-width: thin;
   border-right-color: #000000;
   border-right-style: solid;
   border-right-width: thin;
}

.TOTALPRODUCTS {
  background-color: #FFEEFF;
  text-align: right;
  font-size: x-small;
  font-weight: bold;
  border-color: #000000;
  border-style: solid;
  border-width: thin;
}

.PRODUCTINTERNALVERSION {
  font-size: smaller;
  font-style: italic;
}

.SUPPORTFORMLABELS {
  font-size: 10px;
  font-weight: bold;
  padding-right: 10px;
  text-align: right;
}

.PURCHASE {
  color: #339933;
  font-weight: bold;
}

.NOTICE {
  color: #FF0000;
  font-style: italic;
}

