/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	background: #EEEEEE;
	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: 0em;
	margin-bottom: 0.5em;
	text-align : justify;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
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;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
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;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
dl {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	color: black;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
dt {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: blue;
	margin-top: 0.0em;
	margin-bottom: 0.0em;
}
dd {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	margin-top: 0.0em;
	margin-bottom: 0.5em;
	text-align : justify;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
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;
/*
	list-style-position: outside;
	position:relative;
	left:-15px;
*/
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
h1 {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #004080;
	margin-top: 0em;
	margin-bottom: 0em;
	text-align : left;
}
h2 {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #004080;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align : left;
}
h3 {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #004080;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align : left;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
