@charset "utf-8";
/* CSS Document */

/* Website */
.centres {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;
}

.centres a:link{
	color: #666666;
	text-decoration: none;
}
.centres a:visited{
	color: #aaaaaa;
	text-decoration: none;
}
.centres a:hover{
	color: #CC0066;
	text-decoration: none;
}

.centres .heading {
	color: #996699;
	font-size: 22pt;
	line-height: 22pt;
}

.centres .heading a:link {
	color: #996699;
	text-decoration: none;
}
	
.centres .heading a:visited{
	color: #aaaaaa;
	text-decoration: none;
}
.centres .heading a:hover{
	color: #CC0066;
	text-decoration: none;
}
		
.centres .body {
	font-size: 9pt;
	line-height: 12pt;
}

.centres .small {
	font-size: 7pt;
}

.centres .flag {
	width: 50px;
}

/* Report */
.centres_report {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #666666;
}

.centres_report .heading {
	font-size: 18pt;
}
	
.centres_report .body {
	font-size: 9pt;
}

.centres_report .small {
	font-size: 8pt;
}
