body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 160%;
	font-weight: bold;
}

h2 {
	font-size: 140%;
	font-weight: normal;
}

.english {
	color: #003366;
	text-align: center;
}

.french {
	color: #AE3737;
}

.portuguese {
	color: #006602
}

h3 {
	font-size: 120%;
	font-weight: normal;
}

.legend {
	font-size: 80%;
	text-align: center;
}


/*--------------------------------------------------------------------------------------------*/

/* Put a border on all generated images */
#index .image {
	border-width: 0;
	margin: 5;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: center;
	font-size: 14px;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}

/* Custom link styles */
#index a:active {
	text-decoration: none;
}

#index a:visited {
	text-decoration: none;
}

#index a:hover {
	text-decoration: underline;
}

#index a:link {
	text-decoration: none;
}

#imageinfo {
	visibility: hidden;
}

