.a12_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 003C70;
	text-decoration: none
}
.t11_grey {  font-family: tahoma; font-size: 11px; color: 6e6e6e}
.bg {  background-attachment: fixed; background-color: #FFFFFF; background-image: url(images/index_26.gif); background-repeat: no-repeat; background-position: left top}
.t11_greyCopy { font-family: tahoma; font-size: 11px; color: #7a7a7a}
.t11_white { font-family: tahoma; font-size: 11px; color: #FFFFFF; text-decoration: none; text-transform: uppercase}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bolder;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #FF3300;
}

#overlappopup{ /*don't change id name */
	position:absolute; /*don't change position property */
	z-index: 200;
	background: white;
	border: 5px solid black;
	padding: 10px;
	left: 0px;
	top: 500px;
	visibility: hidden;
	clip: rect(auto,auto,auto,auto);
}
.hig_img {
	border: 1px solid #91B1CC;
	padding: 5px;
	margin: 10px;
}
.hig_img_metr {
	border: 1px solid #91B1CC;
	padding: 5px;
	margin: 10px;
	width:100px;
	height:89px;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;

padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 1;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}.buttonsub {
	background-color: #FFFFFF;
	background-image: url(images/icon_feedback.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 105px;
	height: 35px;
	border: 1px solid #CCCCCC;
}
