.none_decoration {
	text-decoration: none;
	color: black;
}

.date {
	font-weight: bold;
	font-family: monospace;
	font-size: 7pt;
}

.title {
	text-indent: 50px;
	text-decoration: none;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: white;
}

.title_black {
	text-indent: 1px;
	text-decoration: none;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: black;
}

.title_black_bigger {
	text-indent: 1px;
	text-decoration: none;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
}

.content {
	text-align: justify;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #c0c0c0;
	background-color: White;
}

.content_tooltip {
	text-align: justify;
	text-indent: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.content_comment {
	text-align: justify;
	text-indent: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #c0c0c0;
	background-color: White;
	font-size: 8pt;
}

table.CommentTable tr th {
	background-color: #f1f1f1;
	font: bold;
	font-size: 10px;
	font-family:  Verdana, sans-serif;
	color: #000000;
	white-space: nowrap;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	border: 1px;
	border-color: gray;
	border-style: solid;
}

table.CommentTable tr td {
	color: #000000;
	background-color: #f1f1f1;
	font-size: 9px;
	font-family: Verdana, sans-serif;
	white-space: nowrap;
	padding: 3px;
	border: 0px;
	border-color: gray;
	border-style: solid;
}

.presentation {
	text-align: justify;
	border: 1px solid #c0c0c0;
	background-color: White;
	font-size: 8px;
}
