/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #0099FF;
}
a:visited {
	color: #9CBDD1;
}
a:hover {
	color: #F90;
}
a:active {
	color: #F60;
}
body{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}
.normalFonts{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}

.Footnote {
	font-size: 11px;
	color: #666;
}
.TitleBold {
	font-size: 16px;
	color: #3B95C9;
	font-weight: bold;
	}
.TitleNormal {
	font-size: 13px;
	color: #3B95C9;
	text-decoration: underline;
	}
.TitleBlueBold {
	color: #3B95C9;
	font-weight: bold;
	}

hr {
	border: 0;
	width: 100%;
	color: #CCC;
	background-color: #CCC;
	height: 1px
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid #FFFFFF;
margin: 2px 2px 0px 2px;
}

.thumbnail:hover{
background-color: transparent;

}

.thumbnail:hover img{
	border: 1px solid #666;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 2px;
	visibility: hidden;
	color: #666;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 4px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 5px;
left: 5px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
