﻿.overDivStyle {
	visibility: hidden;
	z-index: 1;
	position: absolute;
}
* {
    /*  no padding setting here as it upset overlib */
    border-width: 0px;
	margin: 0px;
	border: 0px;
	border-spacing: 0px;
}
body {
	/*  padding setting here as it upsets overlib if it is in *   */
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
    /* no padding here, it upsets overlib */
	margin: 0px;
	border-spacing: 0px;
}
h2 {
	font-size: small;
	font-weight: bold;
	margin-bottom: 2pt;
}
.notesCell {
	font-size: small;
	text-align: left;
	width: 70%;
}
.ciaPara {
	text-align: center;
	font-size: small;
	font-weight: bold;
}
.copyrightPara {
	text-align: center;
	font-size: small;
	font-weight: normal;
}
h1 {
	font-size: 42pt;
	font-weight: bold;
}
.mapStyle {
	padding: 0px;
	border-style: 0;
	margin: 0px;
	border-width: 0px;
	vertical-align: middle;
}
.topTitleCell {
	width: 40%;
	text-align: center;
}
.topLinkCell {
    text-align: center;
    width: 30%;
	font-size: small;
	font-weight: bold;
}
.topMarginCell {
	width: 30%;
	border-spacing: 0;
	text-align: center;
	font-size: small;
	font-weight: bold;
}
.notesMarginCell {
	width: 12%;
}
table {
    /*  do not set anything here as it upsets overlib  */
}
a {
	font-size: small;
	font-weight: bold;
}
.anchorLarger {
	font-size: medium;
	font-weight: bold;
}

