body {
	font-size: 12px;
	background-color: #E2F0F4;
	padding: 0px;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

body.admin {
	font-size: 12px;
	background-color: #E2F0F4;
	color: #E2F0F4;
	padding: 0px;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

.boxTop {
	color: black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
}

hr {
	margin-right: 10px;
	margin-left: 10px;
}

p {
	background-color: #E2F0F4;
	color: #444444;
	font-size: 10pt;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Arial, sans-serif;
	text-align: justify;
	font-weight: normal;
}

table {
	color: #444444;
	margin-left: 10px;
	font-size: 10pt;
	font-family: Arial, sans-serif;
	font-weight: normal;
}

p.title {
	color: #333333;
	font-size: 20pt;
	font-family: Arial;
	line-height: 1em;
	padding-bottom: 0.5em;
	margin-left: 10px;
	font-style: italic;
}

p.title_compact {
	color: #333333;
	font-size: 20pt;
	font-family: Arial;
	line-height: 1em;
	margin-left: 10px;
	font-style: italic;
}

p.subtitle {
	color: #383838;
	font-size: 14pt;
	font-family: Arial;
	line-height: 1em;
	padding-bottom: 0.1em;
	margin-left: 10px;
	font-style: italic;
}

a:hover {
	background-color: white;
	color: #000000;
	text-decoration: none;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}

a:link {
	color: #552905;
	font-size: 10pt;
	font-family: Arial;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #9b5013;
	font-size: 10pt;
	font-family: Arial;
	text-decoration: none;
	font-style: normal;
}

.diapo {
	border: 1px solid #808EAA;
}

li {
	color: #383838;
	font-size: 10pt;
	font-family: Arial;
	font-weight: normal;
}

#right {
	position: absolute;
	top: 100px;
	left: 750px;
}

