body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.fort {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #21696b;
}

.title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #FFFFFF;
}

.petit {
	font-size: 8pt;
}	

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;

}

ul {
	text-align: justify;
	list-style-type: circle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 25px;
}

.selected {
  	color: #C23419;
  	font-weight: bold;
}

img {
	border: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #222222;
}

a.gran {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}

a:link {
	color: #00997A;
	text-decoration: none;
}

a:visited {
	color: #00997A;
	text-decoration: none;
}

a:hover {
	color: #003399;
	text-decoration: underline;

}
a:active {
	color: #acc4bf;
}

.page_header {
	background-color: #00997A;
	color: #FFFFFF;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
}

a .button {
	font-size: 12px;
	color: #008000;
	padding: 1px;
	text-decoration: none;
  	border: 1px solid #008000;
  	background-color: #DBF3D3;
	cursor: hand;
  	cursor: pointer;
}