body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	text-decoration: none;


}
a:link {
	text-decoration: none;
	color: #999999;
	font-weight: normal;

}
a:visited {
	text-decoration: none;
	color: #999999;
	font-weight: normal;


}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
	font-weight: bold;




	
}
a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: ;



}
.SelectedTitle {
	color: #000000;
	font-weight: bold;
	text-decoration: none;

}
.SelectedMenu {
	text-decoration: underline;
	color: #666666;
}
.Title {
	color: #666666;
	font-weight: bold;
	text-decoration: none;


}td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;



}
.TitleCopy {
	color: #000000;
	font-weight: bold;
	text-decoration: none;



}
.Underlined {
	text-decoration: underline;
}


.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;
padding: 5px;
left: -1000px;
border: 0;
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 on hover*/
visibility: visible;
top: 0;
left: 70px; /*position where enlarged image should offset horizontally */

}
