body {
	font: 80% Verdana, Arial; 
	width: 755px;
	margin: 0;
	padding: 0;
}

div#top {
	border-top: 4px solid #cce1e4;
	border-bottom: 2px solid #00687a;
	height: 64px;
	margin-bottom: 1em;
}

div#top h1, div#content, div#footer {
	margin-left: 195px;
}

div#flags {
	float: right;
	margin-top: 1em;
}

div#flags img {
	border: none;
}

div#flags a {
	margin-left: 1em;
}

h1 {
	font-size: 2em;
	margin-top: 28px;
	margin-bottom: 0em;
}

img#logo {
	position: absolute;
}

div#toc {
	position: fixed;
	width: 165px;
	left: 0;
	top: 74px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p.contact {
	margin-left: 1em;
}

div#footer {
	margin-top: 3em;
	font-size: smaller;
}

ul.categories {
	list-style-type: none;
	padding-left: 1em;
}

ul.categories li {
}

dl.toc {
	margin: 10px;
}

dl.toc dt {
	border-top: 1px dashed #00687a;
	font-weight: bold;
}

dt {
	margin-top: 1em;
}

dt.use, dd.remark, dd.uf {
	font-style: italic;
}


dt.use, dt.ref {
	background-color: #e5f0f1;
	background-color: #cee;
	padding: 0 0.2em;
}

dt.ref span.term {
	font-weight: bold;
}

dd {
	margin-left: 1em;
}

dd.use a {
	font-weight: bold;
}

span.term {
	font-size: 1em;
}

span.cat {
	float: right;
}

span.translation {
	margin-left: 1em;
}

span.translation a {
	padding: 0px 2px;
	font-style: normal;
	font-weight: normal;
	font-size: 75%;	
	border: 1px outset #99f;
}

span.translation a:hover {
	border: 1px inset #99f;
	text-decoration: none;
}

span.prefix {
	float: left;
	width: 2em;
	margin-right: 0.2em;
}

dd.bt2, dd.nt2 { margin-left: 2em; }
dd.bt3, dd.nt3 { margin-left: 3em; }
dd.bt4, dd.nt4 { margin-left: 4em; }
dd.bt5, dd.nt5 { margin-left: 5em; }
dd.bt6, dd.nt6 { margin-left: 6em; }
dd.bt7, dd.nt7 { margin-left: 7em; }

@media print
{
	body {
		font-family: Georgia, "Times New Roman", Times, Serif;
		width: 100%;
	}

	div#content, div#footer {
		margin-left: 0px;
	}
	
	
	a {
		color: #000;
		text-decoration: none;
	}
	
	dl.toc, .noprint, #flags {
		display: none;
	}

	.pb {
		page-break-before: always;
	}
}
