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

.centres a:link{
	color: #cc3300;
	text-decoration: none;
}
.centres a:visited{
	color: #886600;
	text-decoration: none;
}
.centres a:hover{
	color: #FF3300;
	text-decoration: underline;
}

.centres {
	font-family: Verdana,Arial,Helvetica,Geneva,Swiss;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #4b0082;
}

.centres .heading {
	font-size: 11pt;
}
	
.centres .body {
	font-size: 9pt;
	line-height: 11pt;
}

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

.centres .flag {
	width: 40px;
}

.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;
}


