﻿/* CSS Document */
a.button:link, a.button:visited
{
  float: left;
/*  margin: 2px 5px 2px 5px; */
  padding: 2px;
  width: 140px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid black;
  border-left: 1px solid #cccccc;
  border-right: 1px solid black;
  background: #848484;	
  text-align: center;
  text-decoration: none;
  font: normal 12px Verdana;
  color: black;
  font-weight: bold;
}
a.button2:link, a.button2:visited
{
/*  margin: 2px 5px 2px 5px; */
	float:left;
  padding: 2px;
  width: 120px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid black;
  border-left: 1px solid #cccccc;
  border-right: 1px solid black;
  background: #848484;	
  text-align: center;
  text-decoration: none;
  font: normal 12px Verdana;
  color: black;
  font-weight: bold;
}

a.button:hover
{
  background: #eeeeee;
}

a.button:active
{
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid black;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid black;
}
a.button2:hover
{
  background: #eeeeee;
}

a.button2:active
{
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid black;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid black;
}
