body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #156091;
padding: 5px;
left: 50px;
border: #004080;
visibility: hidden;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;

}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -30px;
left: 50px; /*position where enlarged image should offset horizontally */

}


.text {
	font-family: Verdana;
	font-size: 11px;
	line-height: normal;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #00000;
}
.textinner {
	font-family: Verdana;
	font-size: 11px;
	line-height: normal;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}


.heading {
	font-family: Perpetua;
	font-size: 15px;
	font-weight:bold;
	color: #055083;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
	
.links {
	font-family: Verdana;
	font-size: 11px;
	font-style: bold;
	color: #156090;
	line-height: normal;
	text-transform: none;
	text-decoration:none;
}
a.links:link, a.links:active, a.links:visited

	a.links:active
	{
	font-size: 11px;
	font-family: Verdana;
	color: #156090;
	text-transform: none;
	text-decoration:none;
	}
	a.links:hover
	{
	
	font-size: 11px;
	font-family: Verdana;
	color: #000000;	
	text-transform: none;
	text-decoration: underline;
	}

.Tablinks {
	font-family: "Helvetica Condensed";
	font-size: 18px;
	color: #135e90;
	line-height: normal;
	font-weight: bold;
	text-decoration:none;
}
a.Tablinks:link, a.Tablinks:active, a.Tablinks:visited

	a.Tablinks:active
	{
	font-size: 15px;
	font-family: "Helvetica Condensed"
	font-weight: bold;
	font-style: bold;
	color: #135e90;
	text-transform: none;
	text-decoration:none;
	}
	a.Tablinks:hover
	{
	
	font-size: 15px;
	font-family: "Helvetica Condensed";
	font-weight:bold;
	color: #000000;	
	text-transform: none;
	text-decoration: underline;
	}

.headlinks {
	font-family: Perpetua;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #FF6633;
	line-height: normal;
	font-variant:normal;
	text-decoration:none;
		
}
a.headlinks:link, a.headlinks:active, a.headlinks:visited

	a.headlinks:active
	{
	font-size: 16px;
	font-family: Perpetua;
	font-weight: bold;
	font-style: italic;
	color: #CC6633;
	text-transform: none;
	text-decoration:none;
	}
	a.headlinks:hover
	{
	
	font-size: 16px;
	font-family: Perpetua;
	font-weight:bold;
	color: #A7DEFC;	
	text-transform: none;
	text-decoration: underline;
	}

a.menutext:link, a.menutext:active, a.menutext:visited
{
	
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: #ffeaa4;
	text-transform: none;
	text-decoration:none;
}
a.menutext:hover
{
	
	font-size: 11px;
	font-family: Verdana;
	font-weight:bold;
	color: #A7DEFC;	
	text-transform: none;
}
