


/* Presentation Stylesheet */ 
h4 {
 margin:0; 
 padding: 5px 0;
 color: #494949;
 }
 


p:first-letter {
 
 }
 
p {
font: 14px Trebuchet,Times,arial;
}

a.link1:link {color: #8F0209; font-weight: bold; text-decoration: none;}
a.link1:visited {text-decoration: none; }
a.link1:hover {color: #595BA1; background-color: #fff; text-decoration: none;}
a.link1:active {text-decoration: none; } 




.imgRight {
	position: relative;
	float: right;
	margin: 2px;
	margin-left: 10px;
	border:0px; border-thickness: 0px; border-color: #000000; border-style: solid;
	}
	




.imgLeft {

	position: relative;
	float: left;
	margin: 2px;
	margin-left: 10px;
	border:0px; border-thickness: 0px; border-color: #000000; border-style: solid;
	}
	
a.endnote{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#000;
    text-decoration:none}

a.endnote:hover{z-index:25; background-color:#D1D3DE}

a.endnote span{display: none}

a.endnote:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:16px; left:0em; width:15em;
    padding:4px;
    border:1px solid #0cf;
    font: bold 10px verdana,arial,helvetica;
    background-color:#D1D3DE; color:#000;
    text-align: left}
    
a.endnote2{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#000;
    text-decoration:none}

a.endnote2:hover{z-index:25; background-color:#D1D3DE}

a.endnote2 span{display: none}

a.endnote2:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:16px; left:-16em; width:25em;
    padding:4px;
    border:1px solid #0cf;
    font: bold 10px verdana,arial,helvetica;
    background-color:#D1D3DE; color:#000;
    text-align: left}