A:link {
COLOR: #000000;FONT-SIZE: 11px; TEXT-DECORATION: none
}
A:visited {
COLOR: #000000;FONT-SIZE: 11px; TEXT-DECORATION: none
}
A:active {
COLOR: #000000;FONT-SIZE: 11px; TEXT-DECORATION: none
}
A:hover {
COLOR: #660000;FONT-SIZE: 11px; TEXT-DECORATION: underline
}
TD {
COLOR: #333333; FONT-FAMILY: Verdana, Arial; FONT-SIZE: 13px; LINE-HEIGHT: 150%; padding-left: 0;
}INPUT {
COLOR: #333333; FONT-FAMILY: Verdana, Arial; FONT-SIZE: 11px; padding-left: 0;}
TEXTAREA {
COLOR: #333333; FONT-FAMILY: Verdana, Arial; FONT-SIZE: 11px; LINE-HEIGHT: 120%; padding-left: 0;border-width:1;
}
A.white:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.white:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.white:active {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.white:hover {
	COLOR: #ffffff; TEXT-DECORATION: none
}
HR{
COLOR:height:1px;
}
small{
COLOR: #333333; FONT-FAMILY: Verdana, Arial; FONT-SIZE: 10px; LINE-HEIGHT: 1;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;


left: -1000px;

visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;

}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -225px;
left: 0; /*position where enlarged image should offset horizontally */
z-index: 0;
}

