#lang, #menu, #totop { display:none; }
body {
	color:black;
	background:white;
	font-family:serif;
	
}
a {
	text-decoration:none;
	color:black;
	font-style:italic;
}

p, img, table, ul, h1, h2, h3, h4, h5, h6, h7, h8 {
	margin:0;
	padding:0;
}

h1 {
	font-family:"Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size:190%;
}
h1 a { font-style:normal; }

#content { margin:0 0 1em; }
#content h2 {
	font-family:"Trebuchet MS", "Geneva CE", lucida, sans-serif;
	padding:22px 0 16px;
	font-size:160%;
	font-weight:normal;
}
#content p {
	padding:0 0 0.3em;
}
#content table {
	margin:5px 0 8px;
	border-collapse:collapse;
	border:0;
	font-size:100%;
	width:100%;
	}
	#content table td, #content table th {
		border:1px solid #4f2209;
		padding:0.1em 0.3em 0;
	}
	#content table th { text-align:center; }
	#content table .thcapt { width:42%; }
	#content table .themail { width:28%; }
	#content table .thweb { width:30%; }
#content ul { list-style:square inside; }
#content #mapimg {
	margin:7px 0 12px;
	width:100%;
}
	

#foot p {
	text-align:center;
	font-size:80%;
}
