body, html {
	margin:0;
	font-family:arial, sans-serif;
	font-size:100%;
	line-height:1.0625em;
	color:#000;
	background-color:#f0f0f0;
	}

.page {
	margin-left:20px;
	padding:10px 20px;
	width:626px;
	background-color:#fff;
	}

hr {display:none}

a:link,
a:active,
a:visited {
	color:#a80520;
	text-decoration:none;
	}

a:hover {text-decoration:underline;}

h1 {
	padding-top:1em;
	font-size:1.25em;
	line-height:1.25em;
	color:#000;
	border-top:1px solid #e5e5e5;
	}
	
	.frontpage h1 {border-top:0;}

h2 {
	font-size:1em;
	line-height:1.25em;
	font-weight:bold;
	}

h3 {
	margin-top:1.8em;
	font-size:1em;
	}

h3 a:hover {text-decoration:none;}

h4 {
	margin-bottom:0;
	font-size:0.8125em;
	}
	
	.frontpage h4 {margin-bottom:1.2em;}
	
	ul h4, ol h4 {font-size:1em;}

p, ul, ol {
	margin-top:0;
	margin-bottom:1.2em;
	font-size:0.8125em;
	}
	
	p.red {color:#a80520;}

ul ul {
	list-style-type:disc;
	font-size:1em;
	}

ul.toc {
	margin-left:0;
	padding-left:0;
	padding-bottom:1.8em;
	list-style:none;
	border-bottom:1px solid #e5e5e5;
	}

#top {
	height:102px;
	text-align:center;
	background:#fff url(../images/topfrise_eogs.gif) no-repeat top left
	}

.navigation {
	margin-top:2em;
	text-align:center;
	color:#a80520;
	}
	
	.frontpage .navigation {
		margin-top:1em;
		text-align:left;
		}
		
.publication {
	padding:1em 0;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	}
	
	.publication img {
		display:block;
		border:1px solid #e5e5e5;
		}

.footer {
	margin-top:2em;
	font-size:0.8461em;
	line-height:1.1em;
	color:#999;
	text-align:center;
	}
	
	.footer p.address {
		padding:0.5em 0;
		background-color:#f0f0f0;
		}
table {
	border: 1px solid black;
}
th {
	text-align: left;
	font-weight: bold;
}
td, th{
border: 1px solid black;
font-size: 12px;
}
td ol li{
font-size: 14px;
padding: 3px 0 3px 0;
}

thead th {
	background-color: #bbbbbb;
}
caption {
	font-weight: bold;
	margin-bottom: 1.2em;
}
