/* --------------------------------- MAIN ---------------------------------- */

/* index */

dl.index {

	}
dl.index dt {
	width: 449px;
	float: right;
	font-weight: bold;
	background: url(../images/news_release/index_date_back.gif) 0 5px no-repeat;
	text-align: left;
	padding: 0 0 5px 8px;
	}
dl.index dd {
	border-bottom: dotted 1px #666666;
	padding: 0 12px 10px 0px;
	margin-bottom: 10px;
	}

dl.index dd p.headline {
	width: 445px;
	float: right;
	text-align: left;
	margin-top: -33px;
	}
/* hack for IE7 */
*:first-child+html dl.index dd p.headline {
	margin-top: -30px;
	}
dl.index dd p.photo {
	}

dl.index dt.nophoto {
	width: auto;
	float: none;
	}
dl.index dd.nophoto p.headline {
	width: auto;
	float: none;
	margin-top: 0;
	}
/* hack for IE7 */
*:first-child+html dl.index dd.nophoto p.headline {
	margin-top: 0;
	}


