a {
  text-decoration: none;
  color: #1F47AA;
}

a:hover {
  text-decoration: underline;
  color: #1F47AA;
}

a:active {
  text-decoration: none;
  color: #999999;
}

a:visited {
  text-decoration: none;
  color: #444444;
}


h1 {
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 100;
  margin-bottom: 0px;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #6699cc;
}

.smalltext {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 7pt;
  color: #FFF;
  text-align: center;
}

.menutext {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10pt;
}

.content 
{
  padding-left: 2px;	
  padding-right: 7px;  
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10pt;
}
#content_wrapper {
  width: 590px;
}

#featured {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 8pt;
  text-align: center;
}
#featured a {
  text-decoration: none;
  color: #000000;
}
#featured a:hover {
  text-decoration: underline;
  color:#1F47AA;
}
#featured td {
  padding-left: 3px;
  padding-right: 3px;
}

#header {
  background-image: url('images/yellow_back.gif');
  height: 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

#products {
  font-family: Arial;
  width: 580px;
}

#products td { 
  background-color: #EBEBEB;
  font-size: 10px;
}

#products th {
  background-color: #000000; 
  color: #FFFFFF; 
  font-size: 10px; 
  text-align: left; 
  font-weight: 700; 
}

.left_border {
  background-image: url('images/yellow-left.gif');
  width: 20px;
}

.right_border {
  background-image: url('images/yellow-right.gif');
  width: 20px;
}

.banner {
  margin-bottom: 5px;
}