
BODY {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
}
TABLE {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
}
H3 {
	font-weight : bold;
	font-size : medium;
	color : #2d3670;
	padding-left : 10px;
}
H2 {
font-weight : bold;
font-size : large;
color : #2d3670;
padding-left : 10px;
}
H1 {
	font-weight : bold;
	font-size : x-large;
	color : #2d3670;
	padding-left : 10px;
	line-height : 125%;
}
A {
text-decoration : none;
}
A:hover {
background-color : white;
text-decoration : none;
}
.gallerycontainer {
position : relative;
}
.thumbnail img {
	  padding:2px;
  border:1px solid #ddd;
}
.thumbnail:hover {
background-color : transparent;
}
.thumbnail:hover img {
	border : 1px solid Gray;
}
.thumbnail span {
	position : absolute;
	background-color : #DCDCDC;
	padding : 1px;
	left : 150px;
	border : 1px solid gray;
	visibility : hidden;
	color : black;
	text-decoration : none;
}
.thumbnail span img {
border-width : 0;
padding : 2px;
}
.thumbnail:hover span {
	visibility : visible;
	top: 1px;
	left : 130px;
	z-index : 50;
}
.listline {
	background-color : #ffffcc;
	border : 1px solid;
	padding-left : 2px;
	padding-right : 2px;
	margin-left : 5px;
	margin-right : 5px;
}
.band {
	background-color : #EBEBEB;
	padding-left : 3px;
	width : 100%;
	border-bottom : 1px solid #D3D3D3;
	border-top : 1px solid #D3D3D3;
	padding-right : 3px;
}