
body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: verdana;
	background-color: #96B7C2;
}

table
{
  width: 172px;
}

.row
{
	background-image: url('images/menubutton.gif');
	background-repeat: no-repeat;
	height: 32px;
}

.button
{
  align: center;
  text-align: center;
	vertical-align: top;
	padding-top: 8px;
}

.button a
{
	font-size: 12px;
	font-family: verdana;
  color: #FFFFFF;
  text-decoration:none;	

}

.button a:visited
{
	font-size: 12px;
	font-family: verdana;
  color: #FFFFFF;
  text-decoration:none;	

}

.button a:hover
{
	font-size: 12px;
	font-family: verdana;
  color: #FFFFFF;
  text-decoration:none;	
  font-weight: bold;
}

