h1 {
	font-family: Verdana, "Helvetica Neue", HelveticaNeue, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

h2 {
	font-family: Verdana, "Helvetica Neue", HelveticaNeue, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

hr {
	border-width: 0px;
	border-top: 1px solid #ccc;
	height: 1px;
}

img.previewLink {
	margin-top: 1em;
	border: 1px solid black;
}

img.previewLink:hover {
	border: 1px solid #3399cc;
}

.caption {
	font-size: 90%;
	text-align: center;
	vertical-align: top;
}

.tableCell {
	width: 120px;
	text-align: center;
	vertical-align: top;
	padding: 0.5em 2em 0.5em 0em;
}

#shadePane {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(img/shade.png) repeat;
	z-index: 10;
	display: none;
}

#overlayPane {
	position: fixed;
	left: 50%;
	top: 46px;
	margin-left: -320px;
	background-color: white;
	border: 1px solid black;
	padding: 16px;
	z-index: 11;
	display: none;
}

#bottomLine {
	margin-left: 24px;
	width: 982px;
	height: 73px;
	overflow: hidden;
}

