
.body {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.errormessage {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FF0000;
}

.intro {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.copyright {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
}

.footnote {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	font-style : italic;
}
.pagetitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.sectionhead {
	background-color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}

.resultbg {
	background-color: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;	
;
}

.resultname {
	background-color: #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;	
}

.resultvalue {
	background-color: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;	
}

.namevaluebg {
	background-color: #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;	
}

.namevaluename {
	background-color: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;	
}

.namevaluevalue {
	background-color: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;	
}

.tabularbg {
	background-color: #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;	
}

.tabularname {
	background-color: #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;	
}

.tabularvalue {
	background-color: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;	
}

