
.headline {
	font-weight: bold;
	font-size: 14pt;
	color: #336;
	text-decoration: none;
}

.subheading {
	font-weight: bold;
	color: #336;
}

.photocaption {
	font-size: 8pt;
	font-style: italic;
}

.byline {
	font-style: italic;
}

/* 
	custom styles from UserGlobalStyle.css shifted here
	so customizations will no longer prevent upgrades
*/

A:link 		{ color: blue; text-decoration: none; font-weight: bold; }
A:visited	{ color: #D20047; text-decoration: none; font-weight: bold; }
A:active	{ color: #59A0D6; text-decoration: underline; font-weight: bold; }
A:hover 	{ color: #59A0D6;  text-decoration: underline; font-weight: bold; }

P, LI, OL, UL, TABLE, TR, TH, TD, .Explicit {
	font-family: Arial, Helvetica, sans-serif;
}

BODY	{
	font-family: Arial, Helvetica, sans-serif;
}

/* added to correct padding below banner, case 21450 */
#action-alert #description {
	padding: 0px 10px;
}
