body {
	margin: 50px 0px;
	padding:0px;
	text-align: center;
	background-color: #eee
}
div.Content {
	width: 45em;
	margin: 0px auto;
	text-align: left;
	padding: 15px;
	border: 1px dashed #333;
	background-color: #fff;
}
a {
	color:#2970A6 !important;
	text-decoration:none !important;
}
a.anchor {
	color: #000  !important;
	text-decoration:none !important;
}
.header .links {
	font-size:small;
	text-align:right;
	border-bottom:1px dotted;
	display:block;
}
.header .links .homepagelink, .header .links .publicationlist {
	padding:0 8px 4px 18px;
	height:16px;
	line-height:16px;
}
.header .links .homepagelink {
	background:url(img/home-icon.gif) no-repeat;
}
.header .links .publicationlist {
	background:url(img/publication-icon.gif) no-repeat;
}
.header .reference {
	font-size:small;
	text-indent: -2em;
	padding-left: 2em;
	margin-left: 0;
	margin-bottom: 0;
	border-bottom:1px dotted;
	display:block;
}
.header .reference .ref-pdf, .header .reference .ref-html, .header .reference .ref-bibtex, .header .reference .ref-endnote {
	padding:0 4px 4px 18px;
	height:16px;
	line-height:16px;
}
.header .reference .ref-pdf {
	background:url(img/pdf-icon.gif) no-repeat;
}
.header .reference .ref-html {
	background:url(img/html-icon.gif) no-repeat;
}
.header .reference .ref-bibtex {
	background:url(img/bib-icon.gif) no-repeat;
}
.header .reference .ref-endnote {
	background:url(img/enl-icon.gif) no-repeat;
}
.footer .links {
	font-size:small;
	text-align:right;
	border-top:1px dotted;
	display:block;
}
.footer .links .homepagelink, .footer .links .publicationlist, .footer .links .backtotop {
	padding:0 8px 4px 18px;
	height:16px;
	line-height:16px;
}
.footer .links .homepagelink {
	background:url(img/home-icon.gif) no-repeat;
}
.footer .links .publicationlist {
	background:url(img/publication-icon.gif) no-repeat;
}
.footer .links .backtotop {
	background:url(img/up.gif) no-repeat;
}

