body {
    font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

table {
	font-size: inherit;
	font: 100%;
	margin: 0px;
	padding: 0px;
}

img {
	border-style: none;
}

img.icon {
	vertical-align: middle;
}

a {
	text-decoration: none;
}

a:hover {
	color: #FF4444;
}

a.pointer {
    color: #000066;
    text-decoration: underline;
}

h2.marker {
    font-size: 120%;
    margin: 4px 0px 8px 0px;
    padding: 0px 0px 4px 0px;
    border-style: none none solid none;
    border-width: 1px;
    border-color: #888888;
}

address {
	font-style: normal;
	font-size: 85%;
	text-align: left;
}

#center {
	width: 100%;
	height: 100%;
}

#map {
    width: 100%;
    height: 100%;
}

#animation2 {
    width: 100%;
    height: 100%;
}

div.header-line {
	border-style: none none solid none;
	border-width: 2px;
	border-color: #066ACE;
}

div.footer {
	padding: 4px 8px;
	border-style: dashed none none none;
	border-width: 1px;
	border-color: #AAAAAA;
}

.even {
	font-size: 90%;
	padding: 4px 8px;
	background-color: #EEEEFF;
}

.odd {
	font-size: 90%;
	padding: 4px 8px;
}

#date-display {
	padding-left: 4px;
	font-weight: bold;
}

#query {
	background-color: #EEEEFF;
	border: solid 1px #666666;
}

#search-result {
}

#span-result-header, #search-result-header {
	font-size: 120%;
	font-weight: bold;
	padding: 4px 4px 4px 8px;
	margin: 4px;
    border-style: none none solid none;
    border-width: 2px;
    border-color: #666666;
}

.normal {
	color: #444444;
	font-size: 85%;
	font-weight: normal:
}

.tooltip {
	color: #666666;
	font-size: 90%;
	margin: 4px 8px;
}

div.content {
	margin: 4px 16px;
	font-size: 95%;
	width: 60%;
}

div.content h1 {
	font-size: 130%;
	color: #003366;
	padding: 4px;
    border-style: none none dotted none;
    border-width: 1px;
    border-color: #003366;
}

div.more {
	font-size: 90%;
	padding: 4px 8px;
	text-align: right;
}

dt {
	font-weight: bold;
	font-size: 110%;
	margin: 8px 4px;
}

dd {
	margin-left: 24px;
}