a.button:link, a.button:visited
{
  float: left;
  margin: 2px 5px 2px 8px;
  padding: 2px;
  width: 104px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid black;
  border-left: 1px solid #cccccc;
  border-right: 1px solid black;
  background: #1E4A91;
  text-align: center;
  text-decoration: none;  
  font: normal 11px Verdana;
  color: #fff;
}

a.button:hover
{  float: left;background: #eeeeee;color:#1E4A91;font-weight:bold;}

a.button:active
{float: left;border-bottom: 1px solid #eeeeee; border-top: 1px solid black; border-right: 1px solid #eeeeee; border-left: 1px solid black;}




a.button_l:link, a.button_l:visited
{
  float: left;
  margin: 2px 5px 2px 0px;
  padding: 2px;
  width: 105px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid black;
  border-left: 1px solid #cccccc;
  border-right: 1px solid black;
  background: #1E4A91;
  text-align: center;
  text-decoration: none;  
  font: normal 11px Verdana;
  color: #fff;
}

a.button_l:hover
{  float: left;background: #eeeeee;color:#1E4A91;font-weight:bold;}

a.button_l:active
{float: left;border-bottom: 1px solid #eeeeee; border-top: 1px solid black; border-right: 1px solid #eeeeee; border-left: 1px solid black;}



