
a {
	font-family: Verdana,Arial,Helvetica,Geneva;
}

a:hover {
	color: #0C6E60;
	background: transparent;
        font-size: 10pt;	
        text-decoration: overline! important; underline! important;
}

a:link {
	color: #676666;
	background: transparent;
        font-size: 10pt;
        text-decoration: underline;
}

a:visited {
	color: #676666;
	background: transparent;
        font-size: 10pt;	
        text-decoration: underline;
}

H1 {
        color: #ffffff;
	font-family: Verdana,Arial,Helvetica,Geneva;
        text-decoration: underline;
	font-size: 150%;
}

H2 {
      color: #ffffff;
      font-family: Verdana,Arial,Helvetica,Geneva;
      font-size: 130%;

}

H3 {
        color: #ffffff;
	font-family: Verdana,Arial,Helvetica,Geneva;
	font-size: 120%;
}

H4 {
	font-family: Verdana,Arial,Helvetica,Geneva;
	font-size: 110%;
	color: Red! important; 
}

P {
	font-family: Verdana,Arial,Helvetica,Geneva;
}

TD {
	font-family: Verdana,Arial,Helvetica,Geneva;
	font-size: 8pt;
}

ul {
	font-family: Verdana,Arial,Helvetica,Geneva;
	color: Red! important;
}

ol {
	font-family: Verdana,Arial,Helvetica,Geneva;
}

input {
	border : 1px solid Gray;
}

textarea {
	border : 1px solid Gray;
}


.gallerycontainer{
position: absolute;
top: 225px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 2px solid #605F5F;
margin: 0px 2px -8px 0px;
padding: 2px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:Transparent;
padding: 0px;
Right: -500px;
visibility: hidden;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -160;
Right: 135px; /*position where enlarged image should offset horizontally */
z-index: 50;
}



