@charset "UTF-8";
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
}
.footer a:link  {
	color: #FF6600;
	text-decoration:underline
}
.footer a:visited {
	color:#FF6600;
	text-decoration:underline
}
.footer a:hover {
	color: #FF6600;
	text-decoration:underline;
	cursor:hand;
}
.footer a:active {
	color:#FF6600;
	text-decoration:underline
}
.smallOrg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663300;
}
.copyCallOut {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF6600;
	font-weight: normal;
	line-height: 22px;
}
.copy a:link  {
	color: #663300;
	text-decoration:underline
}
.copy a:visited {
	color:#663300;
	text-decoration:underline
}
.copy a:hover {
	color: #FF6600;
	text-decoration:underline;
	cursor:hand;
}
.copy a:active {
	color:#663300;
	text-decoration:underline
}
.copyCallOutBrown {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #723D09;
	font-weight: normal;
	line-height: 22px;
}
