/* CSS Document */

.buttonlines a {
	font-family: Arial, Helvetica, Futura, Frutiger, Swis, Myriad;
	font-size: 11px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 15px;
	background-color: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px 2px;
	border-top-style: solid;
	border-bottom-style: solid;
		border-top-color: #2E3C90;
		border-bottom-color: #2E3C90;
	border-bottom-width: 9px;
	border-top-width: 5px;
}
.buttonlines a:link {
	font-family: Arial, Helvetica, Futura, Frutiger, Swis, Myriad;
	letter-spacing: .02em;
	color: #FFFFFF;
}
.buttonlines a:hover{
	background-color: #D9131D;
	font-family: Arial, Helvetica, Futura, Frutiger, Swis, Myriad;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D9131D;
	border-bottom-color: #D9131D;
	border-bottom-width: 9px;
	border-top-width: 5px;

}
.buttonlines a:visited {
background-position: 0 -70px;
}

