body
{
font-family: "times" , "sans-serif";
color: white;
}

A.faq {
text-decoration : none;
color : white;
font-size : 12pt;
}
A.faq:visited {
text-decoration : none;
color : white;
font-size : 12pt;
}
A.faq:active {
text-decoration : none;
color : white;
font-size : 12pt;
}
A.faq:hover {
text-decoration : underline;
color : gray;
font-size : 12pt;
}

.thumbnail {
position : relative;
z-index : 0;
}
.thumbnail:hover {
background-color : transparent;
z-index : 50;
cursor : default;
text-decoration : none;
}
.thumbnail span {
position : absolute;
background-color : purple;
padding : 1;
left : -1000px;











border : purple;
visibility : hidden;
color : white;
text-decoration : none;
width : 225px;
text-align : center;
font-size : 10pt;
}
.thumbnail span img {
border-width : 2;
padding : 2;
}
.thumbnail:hover span {
visibility : visible;
top : -220px;
left : 10px;
text-decoration : none;
}

.thumbnailb {
position : relative;
z-index : 0;
}
.thumbnailb:hover {
background-color : transparent;
z-index : 50;
cursor : default;
text-decoration : none;
}
.thumbnailb span {
position : absolute;
background-color : purple;
padding : 1;
left : -1000px;
border : purple;
visibility : hidden;
color : white;
text-decoration : none;
width : 325px;
text-align : center;
font-size : 10pt;
}
.thumbnailb span img {
border-width : 2;
padding : 2;
}
.thumbnailb:hover span {
visibility : visible;
top : -220px;
left : -320px;
text-decoration : none;
}


.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 0.5;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 1;
}

.toggleopacity img{
border: 0px solid #ccc;
}


a
{


font-size: 12pt;
text-decoration: none;
color: white;
font-family: 'Trebuchet MS', Helvetica, sans-serif;

}

a:hover
{
font-size: 12pt;
text-decoration: underline;
color: silver;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
}













