/* CSS Document */

.button a {
	background-color: #99FF66;
	border: 1px solid #333333;
	display: block;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-top: 6px;
	text-decoration: none;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 90%;
	color: #333366;
	width: 90%;
	font-weight: bold;
}


.button a:hover {
	background-color: #006666;
	border: 1px solid #330000;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
