/* ---------------- OVERRIDE BROWSER DEFAULT TYPOGRAPHY ---------------- */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}
div#holder {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 67%; /* */ /*64%; /* 10px */
/* 10px - 1em */
/* 11px - 1.1em */
/* 12px = 1.2em */
/* 13px = 1.3em */
/* 14px = 1.4em */
/* 15px = 1.5em */
/* 16px = 1.6em */
/* 17px = 1.7em */
/* 18px = 1.8em */
 text-align: justify;
}



h1 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
}
h2 {
	font-size: 1.8em;
	margin: 0;
	font-weight: normal;
}
h3 {
	font-size: 1em;
	margin: 1.2em 0em 0em;
	font-weight: normal;
}
h4 {
	font-size: 0.9em;
	margin: 1.2em 0em 0em;
	font-weight: bold;
}
h5 {
	font-size: 0.9em;
	margin: 1.2em 0em 1.2em;
	font-weight: normal;
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em;
	font-weight: bold;
}
p,
li {
	line-height: 1.2;
}
p {
	font-size: 1em;
	margin: 0.9em 0em 1.2em;
}
li > p {
	margin-top: 0.2em;
}
ol, ul {
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	margin-left: 0;
	padding-left: 1.8em; /* 1.8em is flush left in IE6; 1.55em in Firefox2 */
	list-style-type: square;
}
img {
	border: 0 none;
}
th {
	font-weight: normal;
	text-align: right;
	padding-right: 0.5em;
}
td {
	text-align: center;
}
form,
button,
input,
select,
textarea {
	margin: 0;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
sup {
	font-size: 0.74em;
	/* avoid increased line-box height */
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
sup.ordinal {
	text-transform: lowercase;
}
.temperature {
	white-space: nowrap; /* prevent IE from word-breaking after degreee symbol */
}

/* stuff needed for jsslideshow */
.hidden {display: none}
.on_top {z-index: 1}
.jsslideshow {position: absolute; top: 0; left: 0}
