@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#404040;
}
h4 {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#b40000;
	padding:2px;
	padding-left:4px;
	margin:0px;
	letter-spacing:-1px;
}
a:link, a:active, a:visited {
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
	color:#b40000;
	text-decoration:underline;
}
#agencies {
	width:400px;
	border-top:dashed #eecfd3 2px;
	border-botom:dashed #eecfd3 2px;
	background-color:#f9e2e6;
	margin-bottom:5px;
}
#agencies p {
	margin:0px;
	padding:3px;
}