  .heading  {
     	font-size : 14pt;
     	font-family : Arial;
     	font-weight : normal;
     	font-style : normal;
     	color : Black;
     }
     .subheading  {
     	font-size : 13pt;
     	font-family : Arial;
     	font-weight : bold;
     	font-style : normal;
     	color : Black;
     }
	  .blueheading  {
     	font-size : 18pt;
     	font-family : Arial;
     	font-weight : normal;
     	font-style : normal;
     	color : #6B95D8;
     } 
	  .body  {
     	font-size : 12pt;
     	font-family : Arial;
     	font-weight : normal;
     	font-style : normal;
     	color : Black;
     }
	     .body20  {
     	font-size : 11pt;
     	font-family : Arial;
     	font-weight : normal;
     	font-style : normal;
     	color : Black;
		line-height : 20px;
     }
	     .body10pt  {
     	font-size : 11pt;
     	font-family : Arial;
     	font-weight : normal;
     	font-style : normal;
     	color : Black;
		line-height : 22px;
     }
     .smallbody  {
	font-size : 11pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
	line-height : 18px;
	
}     .smallbody2  {
	font-size : 9pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	line-height : 18px;
}
     .silver  {
	color : Silver;
}
td.bodypadding {
	padding: 15px 10px 10px 10px;
	}

     .smallest  {
     	font-size : 9pt;
     	font-family : Arial;
     	font-weight : normal;
     	font-style : normal;
     	color : Black;
		line-height : 15px;
     }

     .bold  {
     	font-weight : bold;
     }
     .italic  {
     	font-style : italic;
     }
     .bolditalic  {
     	font-weight : bold;
     	font-style : italic;
     }
     .ul  {
     	text-decoration : underline;
     }
