@charset "utf-8";
#quick_links {
	margin-top: 8px;
}
#quick_links h1 {
	color: #323F1F;
	line-height: 25px;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#quick_links p {
	margin: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EFDBA8;
	border-bottom-color: #EFDBA8;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
#quick_links a {
	color: #323F1F;
	text-decoration: none;
}
#quick_links a:hover {
	color: #dfab48;
	text-decoration: none;
}
