  A:link {
	font-family : "Arial";
    font-size : 10pt;
    color : #000000;
	text-decoration: none;
    }

  A:visited {
	font-family : "Arial";
    font-size : 10pt;
    color : #000000;
	text-decoration: none;
    }

  A:hover { 
	font-family : "Arial"; 
    font-size : 10pt;
    color : #000000;
   	text-decoration: underline;          
	}
	
  BODY { 
    font-family : "Arial";
    font-size : 10pt;
    color : #000000;
	}
	
  TD { 
    font-family : "Arial";
    font-size : 10pt;
    color : #000000;
	}

.rowStyleLight {
    background-color: whitesmoke;
    color: black;
    border-color: lightgray;
}

    .rowStyleLight a {
        color: black;
        font-weight: normal;
    }

.altRowStyleLight {
    background-color: white;
    color: black;
    border-color: lightgray;
}

    .altRowStyleLight a {
        color: black;
        font-weight: normal;
    }

