<!--
			BODY {	
				background-color: #ccffcc;
				font-family: "Arial", "Helvetica";
				margin-left     : 6px;
				margin-right    : 0px;
				margin-top      : 0px;
				margin-bottom   : 2px;
				font-size: 10pt;
			     }
			P	{
				color: #000000;
				font-family: "Arial", "Helvetica";
				font-size: 10pt;
				}
			td	{
				color: #000000;
				font-family: "Arial", "Helvetica";
				font-size: 10pt;
				}
			.text {
				font-family: "Papyrus","Monotype Corsiva";
				font-size: 10pt;
			 	}
			.navbar {
				font-family: "Papyrus","Monotype Corsiva";
				font-size: 11pt;
				color: #000000 ;
				padding:5;
				font-weight: 500;
			 	}	
			.nonLinkText {
				font-family: "Papyrus","Monotype Corsiva";
				font-size: 9pt;
			 	}
				
			.header1 {
				font-family: "Papyrus","Monotype Corsiva"	;
				color: #000000 ;
				font-weight: 600 ;
				font-size: 26pt ;
				text-align: center;
			 	}
			.header2 {
				font-family: "Papyrus","Monotype Corsiva"	;
				color: #000000 ;
				font-weight: 300 ;
				font-size: 18pt ;
				text-align: center;
				}
			.maincontent {
				width: 800 ;
				color: #000000;
				font-family: "Arial", "Helvetica";
				font-size: 10pt
				}
				
			.footer {
				bottom: 0px ;
				left: 0px ;
				}
				
			.footertext {
				font-family: "Arial", "Helvetica";
				color: #111111 ;
				font-size: 8pt ;
				text-align: center;
				}
				
			.repLinks {
				font-family: "Papyrus","Monotype Corsiva";
				font-size: 8pt ;
				}

			.tdBlue {
				background-color:cyan; 
                                }

			.tdGreen {
				background-color :lightgreen; 
                                }

			.tdRed {
				background-color:pink; 
                                }

			A:link {
				color: 000000;
				text-decoration: underline;
				font-family: "Papyrus","Monotype Corsiva";
				font-size:11pt;
				}
			A:visited {
				color: 000000;
				text-decoration: underline;
				font-family: "Papyrus","Monotype Corsiva";
				font-size:11pt;
				}
			A:hover {
				color: 9999ff; 
				text-decoration: underline;
				font-family: "Papyrus","Monotype Corsiva";
				font-size:11pt;
				}
-->