.buttons {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.buttons a {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
}

.buttons a:link {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/buttons.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: auto;
	width: 140px;
	font-weight: normal;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	text-decoration: none;
}
.buttons a:hover {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/buttons_hover.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 12px;
	padding-bottom: 12px;
	text-decoration: underline;
	width: 140px;
}
.buttons a:visited {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 140px;
	height: auto;
	text-decoration: none;
	background-image: url(../images/buttons.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.buttons a:active {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/buttons_hover.gif);
	background-repeat: repeat-x;
	width: 140px;
	padding-top: 12px;
	padding-bottom: 12px;
}
