.content  {
	font-size : 10pt;
	font-Family : Arial;
	font-Weight : normal;
	color : #000000;
}

.contentbold  {
	font-size : 10pt;
	font-Family : Arial;
	font-Weight : bold;
	color : #000000;
}

.contentitalic  {
	font-size : 10pt;
	font-Family : Arial;
	font-Weight : normal;
	font-Style : italic;
	color : #000000;
}
   

.header  {
	font-size : 12pt;
	font-Family : Arial;
	font-Weight : bold;
	color : #000000;
}

.subheader  {
	font-size : 10pt;
	font-Family : Arial;
	font-Weight : bold;
	color : #000000;

}
 .tableheader  {
     	font-size : 11pt;
     	font-Family : Arial;
     	font-Weight : bold;
     	color : navy;
}
 .tablesubheader  {
     	font-size : 9pt;
     	font-Family : Arial;
     	font-Weight : bold;
     	color : #000000;
}
 .tablecontent  {
     	font-size : 10pt;
     	font-Family : Arial;
     	font-Weight : normal;
     	color : #000000;

}