  h4 { font-family: Tahoma; font-size: 12pt; }
  
             a {
             	font-family : Tahoma; font-size : 10pt; 
             }

             a:link  {
             	color : "Blue";
             	text-decoration : none ;
             	font-family : Tahoma; font-size : 10pt; 
             	}
             a:visited  {
             	color : "Red";
             	text-decoration : none ;
             	font-family : Tahoma; font-size : 10pt; 
             }
             a:hover  {
             	color : "#00CCFF";
             	text-decoration : none;
             	font-family : Tahoma; font-size : 10pt; 
             }
             a:active  {
             	color : "Black";
             	text-decoration : none ;
             	font-family : Tahoma; font-size : 10pt; 
             }
             .b:link  {
             	color : "black";
             	text-decoration : underline ;
             	font-family : Tahoma; font-size : 10pt; font-weight : bold;
             }
             .b:hover  {
             	color : "blue";
             	text-decoration : none;
             	font-family : Tahoma; font-size : 10pt; font-weight : bold;
             }
              .b:active  {
             	color : "blue";
             	text-decoration : none ;
             	font-family : Tahoma; font-size : 10pt; font-weight : bold;
             }
             .b:visited  {
             	color : "red";
             	text-decoration : none ;
             	font-family : Tahoma; font-size : 10pt; font-weight : bold;
             }
             
             .h:link  {
             	color : "white";
             	font-family : Tahoma; font-size : 10pt; font-weight : bold;
             }
             .h:visited  {
             	color : "white";
             	text-decoration : none ;
             	font-family : Tahoma; font-size : 10pt; font-weight : bold;
             	}
             .h:hover  {
             	color : "blue";
             	text-decoration : none;
             	font-family : Tahoma; font-size : 10pt; font-weight : bold;
             }
             .h:active  {
             	color : "blue";
             	text-decoration : none ;
             	font-family : Tahoma; font-size : 10pt; font-weight : bold;
             }

			body { font-family: Tahoma; font-size: 10pt; 
			     }

			TD { font-family: Tahoma; font-size: 10pt; 
			     }
			     
			p { font-family: Tahoma; font-size: 10pt; 
			     }

			li { font-family: Tahoma; font-size: 10pt; list-style-type:square; 
			     }
			     
            .header  {
             	font-family : Tahoma; 
             	font-size : 12pt; 
             	font-weight : bold;
             	background-color: "#3D3DB1";
             	color: white;
             	width: 800;
             }			     

.indent5 { 
    position:relative;
    left:5;
    }
    
.indent10 {
    position:relative;
    left:10;
  }
  