@charset "UTF-8";
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009933;
	background-color: #EEEEEE;
	word-spacing: 3em;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009933;
	background-color: #EEEEEE;
	word-spacing: 2em;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00CC33;
	background-color: #EEEEEE;
	word-spacing: 2em;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009933;
	background-color: #EEEEEE;
	word-spacing: 2em;
	text-decoration: none;
}

