#content_a
{
  height: 100%;
  width: 100%;
  text-align: left
}

#ie_fix
{
  height: 100%;
  width: 100%;
  text-align: center;
}

#scroll
{
  position: absolute;
  top: 59px;
  left: 11px;
  margin: 0 auto;
  padding: 10px;
  visibility: hidden;
  background-color: white;
  z-index: 1;    
  width: 190px;
  height: 200px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-collapse: collapse;
  border-bottom-style: solid;
  border-color: #000000;
  border-width: 1px;      
  overflow: auto;
  float: left;
}

#scroll div
{
  margin: 0 auto;
  text-align:left
}

#suggest table
{
  width: 190px;
  font-size: 11px;
  font-weight: normal;
  color: #676767;
  text-decoration: none;
  border: 0px;
  padding: 0px;  
  text-align:left;   
  margin: 0px
}

a.suggest_link 
{
  text-decoration: none;
  margin: 0px;
  padding: 2px 0px;
  color: #173f5f;
  display: block;
}

a:hover.suggest_link 
{
  text-decoration: none;
  margin: 0px;
  color: #ffffff;
  background-color: #0000FF;
  display: block;
} 
