
/* css used to style headlines with 'keyhole' graphic */
h1.special
{
	background-image: url(../images/headline_bkgd.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding: 8px 0 0 15px;
	margin: 20px 0 0 -15px;
}

