.contents_title {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 19px;*/
	font-style: normal;
	font-weight: bold;
}
.contents_section_name {
	font-size: larger;
	font-style: italic;
	font-weight: bold;
}
.contents_item_name {
	/*font-size: small;*/
	font-weight: bold;
}
.contents_item_authors {
	/*font-size: small;*/
	font-style: italic;
	font-weight: normal;
}
.contents_abstract {
	/*font-size: x-small;*/
	font-weight: normal;
}

ul { margin: 0.0em 0; padding: 0 0 0 2em; }

ul.simple li {
        padding: 0 0 0 20px;
        list-style-type: none;
    }
	
ul.dash li {
        padding: 0 0 0 20px;
        list-style-type: none;
        behavior: expression( !this.before
            ? this.before = this.innerHTML = '&mdash;&nbsp;' + this.innerHTML : '' );
        text-indent: -1.24em;
    }
ul.simple li:before { content: ; }
ul.dash li:before { content: '\2014\a0'; }	

