div#center_col h6 {
	font-size: 100%;
	font-style: italic;
}
div#center_col p {
	text-indent: 1em;
}
div#center_col div.pdf {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding: 1em 3em;
	margin: 1em;
}
div#center_col div.pdf p {
    background: url(../images/pdficon.gif) no-repeat left top;
    line-height: 35px;
    padding-left: 35px;
	font-size: 85%;
}
div#center_col ol li {
	margin-bottom: 1em;
}
div#center_col ul li {
	text-indent: -1em;
	margin-bottom: 1em;
	list-style: none;
}
div#center_col dl.paper {
}
div#center_col dl.paper dt {
	margin-top: 0.5em;
}
div#center_col dl.paper dd {
	margin-left: 4em;
	text-indent: -3em;
}
div#center_col em {
	font-weight: bold;
	font-style: normal;
}
div#center_col table.table_list {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
div#center_col table.table_list td, div#center_col table.table_list th {
	border: 1px #666666 solid;
	padding: 0.2em 0.5em;
}
div#center_col dl.inline_dl {
	margin-left: 1em;
}
div#center_col dl.inline_dl dt {
	float: left;
	clear: both;
	width: 10em;
}
div#center_col dl.inline_dl dd {
	padding-left: 10em;
}
div#center_col dl.normal_dl {
	margin-left: 1em;
}
div#center_col dl.normal_dl dd {
	padding-left: 3em;
}
