

<!--
body {
scrollbar-face-color: #1E0E0E;
scrollbar-shadow-color: #4B2321;
scrollbar-highlight-color: #E2D0D0;
scrollbar-3dlight-color: #4B2321;
scrollbar-darkshadow-color: #1E0E0E;
scrollbar-track-color: #E2D0D0;
scrollbar-arrow-color: #E2D0D0;
} 



TD {
	font-family: verdana, sans-serif;
	font-size: x-small;
	color: #1E0E0E;
	
}
td:1 { 
font-size: xx-small;
text-decoration: none;
color : #1E0E0E; 
 
 }
P {

   font-style : normal; 

   font-weight : normal; 

   font-size : x-small; 

   line-height : normal; 

   font-family : verdana, Helvetica, sans-serif; 

   color : #1E0E0E; 

   text-decoration : none; 

}

LI {

   font-style : normal; 

   font-weight : normal; 

   font-size : x-small; 

   line-height : normal; 

   font-family : verdana, Helvetica, sans-serif; 

   color : #1E0E0E; 

   text-decoration : none; 

}

H1 {		font-family: arial, verdana, sans-serif; 
font-size: 20px; 
font-weight: bold; 
color: #1E0E0E;	}		

H2 {	font-family: arial, verdana, sans-serif;
 font-size:16px; 
 font-weight:bold; 
 color: #1E0E0E;		
 }

A:visited {

   font-style : bold; 

   font-size : x-small; 

   font-family : verdana, sans-serif; 

   color : #003300; 

   text-decoration : none; 

}





A:link {
	font-weight : bold;
	font-size : x-small;
	font-family : verdana, sans-serif;
	color : #003366;
	text-decoration : none;
}





A:hover {
	font-style : bold;
	font-size : x-small;
	font-family : verdana, sans-serif;
	color : #660033;
	text-decoration : none;
}





A:active {
	font-style : bold;
	font-size : 90%;
	font-family : verdana, sans-serif;
	color : #00cc00;
	text-decoration : none;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: FBFAF8;
padding: 5px;
left: -1000px;
border: no;
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: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}





-->

