html {
	font-family: "Droid Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, sans-serif;
	line-height: 1.4;
}
body {
	margin: 0;
	padding: 0;
	font-size: 80%;
}

h1 {
	background: #196281;
	/*border-left: 1px solid #7e9caf;*/
	border: 0;
	/*border-bottom: 1px solid #0c3140;*/
	margin: 0;
	color: #289bcc;
	padding: 0.875ex 0.25ex 0.25ex 0.25ex;
	line-height: 1.1;
	font-size: 400%;
	font-family: "Avant Garde", "URW Gothic L", "Century Gothic", "Droid Sans", sans-serif;
	text-shadow: #000000 1px 1px 1px;
	font-weight: normal;
	text-align: right;
}
h1 strong {
	color: white;
}
h1 strong span {
	color: #31c2ff;
}

h2 {
	font-size: 100%;
}

p, ul, address, pre, h2, dt, dd {
	margin-left: 1em;
	margin-right: 1em;
}
pre {
	padding: 1ex;
	border: 1px solid silver;
}

dt {
	margin-top: 1ex;
	margin-bottom: 1ex;
	font-weight: bold;
}
dd {
	margin-top: 1ex;
	margin-bottom: 1em;
	margin-left: 2em;
}

#split1, #split2, #split3, #split23 {
	overflow: hidden;
	float: left;
}
#split1 {
	width: 45%;
}
#split2 {
	width: 20%;
}
#split3 {
	width: 35%;
}
#split23 {
	width: 55%;
}

table {
	margin: 1em auto;
	border-collapse: collapse;
}

table th {
	background: #196281;
	color: white;
}

table th, table td {
	border-bottom: 1px solid #196281;
	padding: 0.5ex 1ex 0.5ex 1ex;
}

address {
	display: none;
}

