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

body { 
	font-family: Verdana, Geneva, sans-serif; 
	color:#333; margin: 0px; 
	background-image: url(); 
	background-repeat: repeat; 
	background-color: #E6E6E6; }
a:link {
	text-decoration: none;
	color:#333;
}
a:visited {
	text-decoration: none;
	color:#333;
}
a:hover {
	text-decoration: underline;
	color:#b11222;
}
a:active {
	text-decoration: none;
	color:#b11222;
}
.bodyCopy { 
	font-size: 11px; 
	line-height: 20px; 
}
.subHead { 
	font-size: 12px; 
	font-style: italic;
	font-weight:bold;
	line-height: 22px; 
	color:#b11222; 
}
.subHeadSm { 
	font-size: 9px; 
	font-style: italic;
	font-weight:bold;
	line-height: 22px; 
	color:#b11222; 
}
.FDG_quotes { 
	font-style: italic; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; color: #999999; 
	font-size: 11px; 
	line-height: 18px;
}