@charset "utf-8";
/* CSS Document */
<!--
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #DDD;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #999;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3a4053;
	font-weight: bold;
}
.buttons:link {
	text-decoration: none;
	color: #3a4053;
	font-weight: bold;
}
.buttons:visited {
	text-decoration: none;
	color: #3a4053;
	font-weight: bold;
}
.buttons:hover {
	text-decoration: none;
	color: #0270DB;
	font-weight: bold;
}
.buttons:active {
	text-decoration: none;
}
.buttonsna {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #657192;
	font-weight: bold;
}
.buttonsa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3a4053;
	font-weight: bold;
}
.vote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	background-color: #657192
}
.vote:link {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
.vote:visited {
	text-decoration: none;
	color: #DDD;
	font-weight: bold;
}
.vote:hover {
	text-decoration: none;
	color: #0270DB;
	font-weight: bold;
}
.vote:active {
	text-decoration: none;
}

-->


