html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	font-family: Garamond Premr Pro;
	background-color: rgb(255,255,230);
	color: #000000;
}
img {
	border: 0px;
}
td {
	text-align: left;
}
.b {
	font-weight: bold;
}
#header, #content, #footer {
	margin: auto;
	width: 999px;
	text-align: center;
}
#header {
	height: 3em;
}
#content {
	padding-bottom: 2.5em;
}
#footer {
	height: 2.5em;
	position: absolute;
	bottom: 0;
	width: 100%;
}
a:link, a:visited {
	margin: 5px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:hover, a:active {
	text-decoration: underline;
	color: #000000;
}
#header a:link, #header a:visited, #header a:hover, #header a:active {
	margin: 20px;
	font-size: 24px;
}
h1 {
	margin: 20px;
	font-size: 28px;
}
#preview {
	text-align: center;
}

.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
}
.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}

tr.dot td {
	border-bottom: 1px dashed #000;
	vertical-align: middle;
}
