/* test.css */

td, tr, li, .txt  {
	color : #000000;
	font-size : 9pt;
	line-height : 140%;
	font-weight :normal;
	font-family : veranda,arial;
	text-decoration : none;
}
.title {
    		color: #006699;
    		font-family : veranda,arial;
    		font-size : 12pt;
    		font-weight : normal;
    	}
.footer {
    		color: #000000;
    		font-family : veranda,arial;
    		font-size : 8pt;
    		font-weight : normal;
    	}
.footerSm {
    		color: #000000;
    		font-family : veranda,arial;
    		font-size : 7pt;
    		font-weight : normal;
    	}

    	.black {
	color : #000000;
	font-size : 9pt;
	line-height : 140%;
	font-weight :normal;
	font-family : veranda,arial;
	text-decoration : none;
    	}