@charset "utf-8";
#escortLink a {
	color: #333333;
	text-decoration: none;
	display: block;
	margin: 5px;
	padding: 3px;
	border-top-width: .5px;
	border-bottom-width: .5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	letter-spacing: normal;
	border-right-style: none;
	border-left-style: none;
}
#escortLink a:hover {
	color: #FFFFFF;
	background-color: #C1C2A3;
}
