/* CSS Document */

p {
	text-align: justify;
	text-justify: distribute;
	text-indent: 1em;
	font-size: 90%;
	margin: 5px 0px;
}

p.note {
    text-align: right;
	text-justify: distribute;
	text-indent: 1em;
	font-size: 90%;
	margin: 5px 0px;
}


p.opsubtitle {
	text-align: left;
	text-indent: 0em;
	font-weight: bold;
	font-size: 90%;
}

div.optitle {
	margin: 5px;
	font-size: 125%;
	font-weight: bold;
}

div.opauthor {
	margin-bottom: 10px;
	text-align: right;
	font-size: 90%;
}

div.optrans {
	text-align: right;
	font-size: 85%;
}

div.opbr {
	height: 0px;
}

div.opauthorlist {
	border-left: 10px solid #ABC6E7;
	border-bottom: 1px dotted #ABC6E7;
	margin: 10px 3px 5px 8px;
	padding: 4px 6px 2px;
	font-weight: bold;
	font-size: 90%;
	color: #003366;
}

ul.optitle {
	/*margin: 10px 0px 10px -10px !important;*/
	/*margin: 10px 0px 10px 10px;*/
	list-style-image: url(../../image/square.gif);
}

li.optitle {
	margin: 0px 0px 10px 0px !important;
	/*margin: 0px 0px 10px 20px;*/
	padding-left: 0px;
	font-size: 80%;
}

li.list {
    font-size: 85%;
	}
	
td.year {
	margin: 0px;
	padding: 5px;
	text-align: center;
}

td.year a:link {
	text-decoration: none;
}

td.year a:visited {
	text-decoration: none;
}

td.year a:hover {
	text-decoration: underline;
}

td.thisyear {
	margin: 0px;
	background-color: #2F80BB;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
}
