html,
body {
	background-color: #646567;
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #646567;
}

* {
	font-size: 1em;
}

#container {
	margin: 0 30px;
	background: #fff;
	position: relative;
}

#header {
	background: #646567;
	padding: 30px 0 0 0;
}

#main {
	min-height: 300px;
	padding: 30px 30px 100px 30px;
}

#navigation {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #646567;
	width: 100%;
	height: 70px;
	padding: 0;
}

#navi {
	padding: 20px 0 0 30px;
}

p,
li {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
}

sup {
	font-size: 0.7em;
	line-height: 0;
}

p.small {
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.3em;
}

p.smallhighlight {
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.3em;
	color: #DAC60E;
}

table.text {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
}

h1 {
	font-size: 1.5em;
	margin-top: 0;
}

.highlight {
	color: #DAC60E;
}

u {
	border-bottom: 1px #646567 solid;
	text-decoration: none;
}

.pics {
	padding: 0;
	margin: 0;
}

.pics img {
	top: 0;
	left: 0
}

a {
	text-decoration: none;
}

a.textlink {
	border-bottom: 1px #646567 solid;
	color: #646567;
	text-decoration: none;
}

a:hover.textlink {
	border-bottom: 1px #DAC60E solid;
	color: #DAC60E;
	text-decoration: none;
}

a:active,
a:focus {
	outline: none;
}

hr {
	border-top: 1px solid #b6b6b6;
	border-bottom: none;
	margin: 25px 0;
}