
<STYLE TYPE="text/css">
<!-- 

p {color: #000000; text-align: justify; font-family:arial;  }
 
a:link       { text-decoration: none; color: 663399 }
a:visited    { text-decoration: none; color: darkblue }
a:hover      { text-decoration: underline; color: red }

 
  

.pdf { background: url(../images/pdf.png) no-repeat left top; padding-left: 14px; } 
    

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 1;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px; 
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 75px;
left: 100px; /*position where enlarged image should offset horizontally */

}


.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 1;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px; 
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -400px;
left: 100px; /*position where enlarged image should offset horizontally */

}
 

just {text-align: justify;}

td.one {
	background-color: #ffffff; color: black;BORDER-BOTTOM: #6a778b 1px solid; font-size:11px; font-family:verdana;
}
td.two {
	background-color: #dedede; color: black; BORDER-BOTTOM: #6a778b 1px solid; font-size:11px; font-family:verdana;
}



BODY {background-color: #ffffff;  ;   
 }


//-->

</STYLE>
 