/* CSS Document */
Body
{
background-color:#FFFFFF;
}

.Head1
{
font-family:"Times New Roman", Times, serif;
font-size:25px;
font-weight:bold;
color:#000000;
}

.Head2
{
font-family:"Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
color:#000000;
}
.GreenText
{
font-family:"Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
color:#006600;
}
.BlackText
{
font-family:"Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
color:#000000;
}

.WhiteTextBigger
{
font-family:"Times New Roman", Times, serif;
font-size:20px;
font-weight:bold;
color:#FFFFFF;
}
.BlackTextBigger
{
font-family:"Times New Roman", Times, serif;
font-size:20px;
font-weight:bold;
color:#000000;
}

.GreenTextBigger, .GreenTextBigger a
{
font-family:"Times New Roman", Times, serif;
font-size:20px;
font-weight:bold;
color:#006600;
}

A
{
color:#006600;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:#FFFFFF;
left: -1000px;
visibility: hidden;
color:#000000;
text-decoration: none;
font-size:18px;
}

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
.thumbnailF{
position: relative;
z-index: 0;
color:#000000;
}

.thumbnailF:hover{
background-color: transparent;
z-index: 50;
}

.thumbnailF span{ /*CSS for enlarged image*/
position: absolute;
background-color:#FFFFFF;
left: -1000px;
visibility: hidden;
color:#000000;
text-decoration: none;
font-size:18px;
}

.thumbnailF span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnailF:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}

.whitelink{
color: #FFFFFF;
font-family:"Times New Roman", Times, serif;
font-size:20px;
font-weight:bold;
text-decoration: underline;
}

