@charset "UTF-8";
/* CSS Document */

.headerTable {
	background-image: url(../gfx/BG_Black.png);
	background-repeat: repeat-x;
}
.projectTitle {
	font-family: Minion, Times New Roman; 
	font-size: 18pt; 
	font-weight: 100;
}
.projectText {
	font-family: Minion, Times New Roman;
	font-size: 10pt;
	font-weight: 100;
	line-height: 1.15;
}
.heroImage {
	max-height: 325px;
	max-width: 350px;
}
.heroBox {
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 1;
	width: 350px;
	max-width: 350px;
}
.thumbBox {
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 1;
	width: 710px;
	left: 0px;
	top: 450px;
}
.projectTextHide {
	font-family: Minion, Times New Roman;
	font-size: 10pt;
	font-weight: 100;
	line-height: 1.15;
	color: #FFF;
}
