/* =================================== 
GENERAL STYLING 
-------------------------------------- */ 

body        { background:#4C73AC; }

A			{ color: #003366; text-decoration: underline; }
A:link		{ color: #003366; text-decoration: underline; }
A:visited	{ color: #003366; text-decoration: underline; }
A:active	{ color: #999999;  }
A:hover	{ color: #999999;  }

#masthead  { background: #000000; }
#content   { background: #FFFFFF; }
#footer    { background: #000000; }

#gadslice  { background: #333333; }

#footer A			{ color: #FFCC00; text-decoration: underline; }
#footer A:link		{ color: #FFCC00; text-decoration: underline; }
#footer A:active	{ color: #666666;  }
#footer A:hover	{ color: #666666;  }


.newsheadline {
	font-size: 16px;
	font-weight: bold;
}