/**********************************************
************* Main News Story Page ************
**********************************************/

/* styles for the news title on the main page */
#content a.news_title:link  {
	color: #5C5C5C;
	font-size: 15px;
	font-weight:bold;
}
#content a.news_title:hover, #content a.news_title:active  { text-decoration: none; }
#content a.news_title:visited  {
	color: #5C5C5C;
	font-size: 15px;
	font-weight:bold;
}

/* styles for the date of the story on the main page */
#content .news_date {
	color: #042C54;
	font-size: 10px;
}

/* styles for the "More" hyperlink on the main page */
#content a.news_more:link, #content a.news_more:visited { font-size: 10px; }
#content a.news_more:hover { text-decoration: none; }
#content a.news_more:active { font-size: 10px; }


/**********************************************
******** Interior News Story Pages ************
**********************************************/
/* news story title <h3> */
h3 {
	margin: 20px 57px 0 30px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

/* date on news story */
.date { 
	color: #042C54;
	font-size: 10px;
	margin: 0;
}

/* style used on the T.E.R.R.I.F.I.C. news story written 12-2004 */
.terrific_blue { color: #042C54; }

/* style used for image's captions in news stories */
.image_caption { font-size: 10px; line-height: 14px; }
