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

/*Everything in here should only apply to the News div*/

#news span {font-size:inherit; margin: inherit} /*This was the main issue. The reset sets a font size on all span tags*/

#news strong {font-size: inherit; margin: inherit;} /*Fark! IE7 doesn't support inherit */

#news h1, #news h2, #news h3, #news h4, #news h5, #news h6, #news p, #news li{
	font-family:Verdana, Arial,  Helvetica, sans-serif;
	color:#000;
}

#news h1, #news h1 span, #news h1 strong{ font-size:28px; font-weight: bold; line-height: normal; margin:0 0 .4em 0}
#news h2, #news h2 span, #news h2 strong{ font-size:24px; font-weight: bold; line-height:normal; margin:0 0 .4em 0}
#news h3, #news h3 span, #news h3 strong{ font-size:20px; font-weight: bold; line-height: normal; margin:0 0 .4em 0}
#news h4, #news h4 span, #news h4 strong{ font-size:18px; font-weight: bold; line-height: normal; margin:0 0 .4em 0}
#news h5, #news h5 span, #news h5 strong{ font-size:16px; font-weight: bold; line-height: 1.17em; margin:0 0 .4em 0}
#news h6, #news h6 span, #news h6 strong{ font-size:14px; font-weight: bold; line-height: normal; margin:0 0 .4em 0}

#news p, #news p span, #news p strong{ font-size:13px; margin: 1.33em 0; padding: 0;}

#news a, #news a span, #news a strong {color: #F16F21;}

#news li{
	font-size:13px;
	padding:0px;
	margin:0px;
	list-style-position:outside;
}
#news .orange{
	color:#F26F21;
}
#news .grey{
	color:#666;
}
#news .light-grey{
	color:#999;
}
#news strong{
	font-weight:bold;
}
#news em{
	font-style:italic;
}

#news ol, #news ul { margin: 1.33em 0 1.33em 40px }
