html {
	background: #dddddd;
	padding: 0;
}

body {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: auto;
	margin-top: 0;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0em;
	padding-bottom: 2em;
	width: 880px;
	background: url(/img/bg.gif);
	background-repeat: repeat-y;
	position: relative;
}

.negative {
	color: white;
}

.baseelement {
	width: 790px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	padding: 0;
}

div.base {
	clear: both;
	width: 780px;
	margin-top: 0;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

h1 {
	font-size: 14px;
	background: #00177d;
	color: white;
	padding: 0.25em;
	padding-left: 1em;
	margin-bottom: 0.67em;
}

h2 { 
	font-size: 14px;
	margin-top: 2em; 
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 11px;
	text-align: center;
}

a,
a:active,
a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.negative a,
.negative a:active,
.negative a:visited {
	color: white;
	text-decoration: none;
}


sup {
	vertical-align: top;
}

ul {
	list-style: disc;
}

li {
	margin-bottom: 1em;
}

ul.list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.list li {
	display: inline;
	margin: 1em;
}

ul.compact li,
ol.compact li,
li li {
	margin: auto;
}


table th {
	text-align: right;
	padding-right: 1em;
}

img.floatr,
img.floatl {
	display: block;
	margin-bottom: 1em;
}

img.floatr {
	float: right;
	margin-left: 1em;
}

img.floatl {
	float: left;
	margin-right: 1em;
}
