.button a{
font: bold 14px Arial, sans-serif;
text-decoration: none;
text-indent: 10px;
color: #003399;
background: url( Button.png );
display: block;
width: 140px;
line-height: 24px;
height: 24px;

	border-top: 1px #FFFFFF;
border-right:0px #FFFFFF;
	border-left: 0px #FFFFFF;
	border-bottom: 1px #FFFFFF;
border-style:solid;
}

.button a:hover{
background-position: 0px -24px;
text-decoration: none;
color: #003399;
}
