@charset "utf-8";
.bravo {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Garamond;
}
.link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #446996;
	font-style: normal;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:link {
	text-decoration: none;
	color: #446996;
}
a:visited {
	text-decoration: none;
	color: #446996;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #446996;
}

