body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, Univers, sans-serif;
	font-size: 12pt;
	text-align: center;
}

.contact {
	text-align: center;
}

.title {
	font-size: 14pt;
	font-weight: bold;
}

.credits {
	text-align: center;
	font-size: 10pt;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}


.center {
	text-align: center;
}

.left {
	text-align: left;
}

.data {
	background-color: #E4E4E4;	
}

.data .column {
	background-color: #C9C9E4;	
	text-align: center;
}

.data .string {
	text-align: left;
}

.data .number {
	text-align: right;
}
