#contact_sheet {
	margin: 0;
	text-align: center;
}
.index-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #336666;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

#contact_sheet table {
	width: 100%;
	cellspacing: 0;
	cellpadding: 10;
	border: 0;
	align: center;
}

#contact_sheet td img {
	margin: 0;
	padding: 0;
}

#contact_sheet td p {
    font-size: 14px;
    line-height: 1.3;
    color: #336666;
}

td.preview {
	margin: 0;
	text-align: center;
	padding: 0px;
}
#EditRegion #contact_sheet .preview img {
	border: 8px solid #e5e5e5;
}
#EditRegion #contact_sheet .preview img:hover {
	border: 8px solid #FFFFFF;
}
.font-georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
}
.transparent-gif {
	display: block;
	height: 713px;
	width: 800px;
	position: absolute;
	left: -3px;
	top: 51px;
	z-index: 200;
	visibility: visible;
}
#page     a {
	color: #336666;
	text-decoration: underline;
}
#page a:hover {
	background-color: #FFFFFF;
}

