.topheading
{
	color: ffffff; 
	text-decoration: none; 
	font-family: courier new, arial;
	font-size: 25pt;
	font-weight: bold; 
}

.menu
{
	color: 444444; 
	text-decoration: none;
	font-family: arial black, arial;
	font-size: 7.5pt;
}

.menu:hover
{
	color: white; 
	text-decoration: none;
	font-family: arial black, arial;
	font-size: 7.5pt;
}

.heading
{
	color: 444444; 
	text-decoration: none;
	font-family: Courier New, arial;
	font-size: 12pt;
}

.text
{
	color: silver; 
	text-decoration: none; 
	font-family: verdana, arial;
	font-size: 10pt;
}

.calendartext
{
	color: 444444; 
	text-decoration: none; 
	font-family: verdana, arial;
	font-size: 8pt;
}

.link
{
	color: lightblue; 
	text-decoration: none; 
	font-family: verdana, arial;
	font-size: 10pt;
}

.link:hover
{
	color: white; 
	text-decoration: none; 
	font-family: verdana, arial;
	font-size: 10pt;
}

.bottomtext
{
	color: 444444;
	text-decoration: none; 
	font-family: verdana, arial;
	font-size: 7pt;
}

.bottommenu
{
	color: silver; 
	text-decoration: none;
	font-family: arial;
	font-size: 7.5pt;
}

.bottommenu:hover
{
	color: white; 
	text-decoration: none;
	font-family: arial;
	font-size: 7.5pt;
}





.thumbnail{
position: relative;
color: black;
text-decoration: none;
font-family: verdana, arial;
font-size: 8pt;
}

.thumbnail:hover{
background-color: transparent;
color: black;
text-decoration: none;
font-family: verdana, arial;
font-size: 8pt;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: silver;
padding: 5px;
left: 0px;
border: 1px;
visibility: hidden;
color: black;
text-decoration: none;
font-family: verdana, arial;
font-size: 8pt;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 1;
border-color: black;
padding: 0px;
color: black;
text-decoration: none;
font-family: verdana, arial;
font-size: 8pt;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -8;
left: 64; /*position where enlarged image should offset horizontally */
color: black;
text-decoration: none;
font-family: verdana, arial;
font-size: 8pt;

}

</style>

