TD {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
BODY {
	SCROLLBAR-FACE-COLOR: #669966; FONT-SIZE: 12px; SCROLLBAR-HIGHLIGHT-COLOR: #ccffcc; SCROLLBAR-SHADOW-COLOR: #ccffcc; SCROLLBAR-ARROW-COLOR: #ccffcc; FONT-FAMILY: Arial, Helvetica, sans-serif; SCROLLBAR-BASE-COLOR: #669966; scrollbar-3d-light-color: #ccffcc; scrollbar-dark-shadow-color: #ccffcc
}
.menu A:link {
	COLOR: #ffff99; TEXT-DECORATION: none
}
.menu A:visited {
	COLOR: #ffff99; TEXT-DECORATION: none 
}
.menu A:hover {
	COLOR: #000000; TEXT-DECORATION: none 
}
.content A:link {
	COLOR: #669966; TEXT-DECORATION: none
}
.content A:visited {
	COLOR: #669966; TEXT-DECORATION: none 
}
.content A:hover {
	COLOR: #000000; TEXT-DECORATION: none 
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.gallerycontainer A:link {
	COLOR: #000099; TEXT-DECORATION: none
}
.gallerycontainer A:visited {
	COLOR: #000099; TEXT-DECORATION: none 
}
.gallerycontainer A:hover {
	COLOR: #ff9900; TEXT-DECORATION: none 
}

.thumbnail img{
border: 0px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px solid orange;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: 669966;
padding: 5px;
left: -1000px;
border: 1px solid 000000;
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*/
visibility: visible;
top: -425;
left: -1px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.thumbnail2 img{
border: 0px solid white;
margin: 0 5px 5px 0;
}

.thumbnail2:hover{
background-color: transparent;
}

.thumbnail2:hover img{
border: 0px solid orange;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: 669966;
padding: 5px;
left: -1000px;
border: 1px solid 000000;
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*/
visibility: visible;
top: -175;
left: -1px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
