@charset "UTF-8";

.buttons, .buttons a:link, .buttons a:visited {
	background: #447FA1;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	height: 45px;
	width: 118px;
}
.buttons a:hover, .buttons a:active {
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #78A1BD;
}