.branch a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	width: 150px;
	border: thin outset #999999;
	background-color: #666666;
	float: right;
	text-align: center;
}
.branch a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	width: 150px;
	border: thin outset #999999;
	background-color: #666666;
	float: right;
	text-align: center;
}
.branch a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	height: 20px;
	width: 150px;
	border: thin outset #999999;
	background-color: #99FFFF;
	float: right;
	text-align: center;
}
.branch a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	width: 150px;
	border: thin outset #999999;
	background-color: #666666;
	float: right;
	text-align: center;
}
