﻿body {
	font-family: verdana, georgia, arial, "trebuchet ms", sans-serif;
	background: url("images/background-bg.gif");
}

h1 {
	font-size: 0.9em;
	padding: 1.0em;
	font-family: "trebuchet ms", "lucida grande", verdana, georgia, arial, "trebuchet ms", sans-serif;
}

h2 {
	font-size: 0.9em;
	font-family: "trebuchet ms", "lucida grande", verdana, georgia, arial, "trebuchet ms", sans-serif;
}

h3 {
	font-size: 0.9em;
	font-family: "trebuchet ms", "lucida grande", verdana, georgia, arial, "trebuchet ms", sans-serif;
}

p {
	font-size: 0.8em;
}

ul {
	font-size: 0.8em;
}

a { color: #000; font-size: 1.0em; }

li {
	list-style: square;
}

.style1 {
	color: #BB1111;
}
.style2 {
	font-size: 1em;
}

address {
	clear: both;
	font-size: .75em;
	margin-top: 0em;
	padding-top: 1em;
	padding-left: 15px;
	vertical-align: top;
}

img {
	border-width: 0px;
}

table {
	border: none;
}

em {
	color: #b11;
	font-style: normal;
}

ul.eachother {
	padding: 0;
	margin: 0;
}

ul.eachother li {
	padding: .5em;
	list-style-type: none;
}

.eachother .each {
	background: #E0F2FB;
}

.eachother .other {
	background: #ffffff;
}

/* The standard HTML dl is just too inflexible most times */
.dl2 .dt {
	color: #b11;
}

.structuredtable {
	border-collapse: collapse;
	width: 20em;
}
.structuredtable td {
	padding: 1em;
}

.structuredtable th {
	color: #b11;
	text-align: left;
}

.structuredtable tr {
	font-size: 0.7em;
	border-top: medium solid #E0F2FB;
	border-bottom: medium solid #E0F2FB;
	border-left: none;
	border-right: none;
}