/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:link {
	color: brown;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
a:visited {
	color: brown;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
a:hover {
	color: red;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
a:active {
	color: red;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a.finelink:link {
	color: brown;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
a.finelink:visited {
	color: brown;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
a.finelink:hover {
	color: red;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
a.finelink:active {
	color: red;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	background: #B2B2B2;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: black;
}
p {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align : justify;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
table, tr, td, ul, ol {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	color: black;
}
th {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: black;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
ul, ol {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	color: black;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
li {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	list-style-type : square;
	margin-top: 0.0em;
	margin-bottom: 0.0em;
	}
ol.li {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	list-style-type : square;
	margin-top: 0.0em;
	margin-bottom: 0.0em;
	list-style-type:decimal;
/*
	list-style-position: outside;
	position:relative;
	left:-15px;
*/
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
h1 {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: blue;
	margin-top: 0em;
	margin-bottom: 0em;
	text-align : left;
}
h2 {
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: blue;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align : left;
}
h3 {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: blue;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align : left;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.pright {
	margin-top: 0em;
	margin-bottom: 0em;
	text-align:right;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
