tTT/* Main Link CSS */
a:link {
	color:#B33630;
	text-decoration: none;
}
a:visited {
	color:#B33630;
	text-decoration: none;
}
a:hover {
	color:#666666;
	text-decoration: none;
}



.default{
	font-size:11px; 
	color: #666666; 
	line-height:15px; 
	text-align: justify; 
	padding: 8px 8px 0px 8px;
}


.defaultCopy { font-size:6px; color: #FFFFFF; line-height:8px; text-align: justify; padding: 8px 8px 0px 8px; }

<style type="text/css">

/*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: white;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: #797876;
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: 100px;
left: -250px; /*position where enlarged image should offset horizontally */

}

</style>
.defaultCopy2 { font-size:12px; color: #666666; line-height:15px; text-align: justify; padding: 8px 8px 0px 8px; }
.defaultCopy2 { font-size:12px; color: #666666; line-height:15px; text-align: justify; padding: 8px 8px 0px 8px; }
