.redfont	{ color: red; }

div.bodytext {font-size: 13pt; font-family: Helvetica, Arial, "sans-serif";}
div.bodytext10 {font-size: 10pt; font-family: Helvetica, Arial, "sans-serif";}
div.bodytextfoot {font-size: 10pt; font-family: Helvetica, Arial, "sans-serif";}
div.alignright {text-align: right;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnailph{
position: relative;
z-index: 0;
}

.thumbnailph:hover{
background-color: transparent;
z-index: 51;
}

.thumbnailph span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnailph span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnailph:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top:-220;
left: -30px; /*position where enlarged image should offset horizontally */

}


/* Removed Dotted Border around Links when selected */
	a:active
	{
	outline: none;
	}

	a:focus
	{
	-moz-outline-style: none;
	}




