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

.orangefooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ad3615;
}
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	color: #FFFFFF;
}
a.white:hover {
	color: #AF350F;
}
hr {
  border: none;
  background-color: #ad3615;
  color: #ad3615;
  height: 1px;
}