@charset "utf-8";
/* CSS Document */


div#branchlist a:link,
div#branchlist a:visited
{
	text-decoration:none;
}

div#branchlist a:hover,
div#branchlist a:active
{
	text-decoration:underline;
	color:#CCC;
}

p#footer_links a
{
	color:#999;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}



