body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

#bCrumb {
	font-size: small;
}

#phone {
	font-size: small;
}

#flashRedir {
	font-size: small;
}

#copyright {
	font-size: x-small;
}

a:link {
	color:#FF0000;
	text-decoration: none;
}      /* unvisited link */
a:visited {
	color:#F00;
	text-decoration: none;
}  /* visited link */
a:hover {
	color:#F60;
	text-decoration: none;
}  /* mouse over link */
a:active {
	color:#F00;
	text-decoration: none;
}  /* selected link */

.ff {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	color: #FFF;
	background-color: #333;
}
.summary {
	font-size: smaller;
	color: #999;
}
.nav {
	color: #CCC;
}
