a.menu
{ 
  color: #555555; 
  background-color: #FFFFFF; 
  font-family: "Arial, Helvetica"; 
  font-size: 10px; 
  font-weight: bold; 
  text-decoration: none; 
}

a.menu:hover
{ 
  color: #000000; 
  background-color: #FFFFFF; 
  text-decoration: underline; 
}

a.menu:link
{ 
  color: #808080; 
  background-color: #FFFFFF; 
}

a.menu:visited
{ 
  color: #808080; 
  background-color: #FFFFFF;
}

body
{ 
  background-color: #FFFFFF; 
  color: #000000; 
  background-image: url(../images/background-gradient.jpg); 
  background-repeat: repeat-x; 
}

h1, h2
{ 
  margin: 0; 
  font-weight: normal; 
}

h1
{ 
  font-family: "Arial, Helvetica"; 
  font-size: 14pt; 
  font-weight: bold; 
}

h2
{ 
  font-family: "Arial, Helvetica"; 
  font-size: 12pt; 
  font-style: italic; 
}

p
{ 
  text-align: justify; 
}

td.retailers
{
  font-family: "Arial, Helvetica";
  font-size: 10pt;
}

.font
{ 
  font-family: "Arial, Helvetica"; 
  font-size: 10pt; 
}

.smallfont
{ 
  font-family: "Arial, Helvetica"; 
  font-size: 8pt; 
}  