body {
	font-family:verdana, arial, sans-serif;
	font-size:10px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#main {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:100%;
	width:100%;
}

#navbar {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	position: fixed;
	top: 0;
	width: 100%;
	height: 24px;
	line-height: 24px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #ddd;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
#leftbar {
	float: left;
	height:auto;
	padding: 2em 0 0 0;
}

#page {
	margin: 20px 0px 0px 100px;
	padding: 1em 0em 1em 1em;
	background:url(/lbr/gfx/bar.png) no-repeat top left;
	color:#222;
	font-size:16px;
	min-height: 600px;
}
#page a {
	color:blue;
	text-decoration:none;
}
#page a:hover {
	color:blue;
	text-decoration:none;
}
#page a:visited {
	color:blue;
	text-decoration:none;
}
#page p {
	margin: 0 0 1em 0;
	padding-right: 1em;
	text-align: justify;
}
#page span.source {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}
#page p em {
	color: black;
//	font-style: italic;
	font-weight: bold;
	padding-right: 1em;
}
#page span.superscript {
	vertical-align: super;
	font-size: 60%;
	font-weight: bold;
	font-style: italic;
}
#page span.subscript {
	vertical-align: sub;
	font-size: 60%;
	font-weight: bold;
	font-style: italic;
}

#page h1 {
	font-size: 16px;
	color: #222;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;

	margin: 0px 0px 0px 0px;
	padding-right: 1em;
	padding-bottom: 1em;
}
#page h2 {
	font-size: 16px;
	font-face: Verdana, sans-serif;
	color: #333;
	font-style: normal;
	font-weight: bold;

	margin: 0px 0px 0px 0px;
	padding-right: 1em;
	padding-bottom: 0.5em;
}
#page h3 {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	padding-left: 1em;
	padding-right: 1em;
	text-align: justify;
}

#statusbar {
	width:100%;
	height:20px;
	line-height:20px;
	font-family:arial, verdana, sans-serif;
	font-size:10px;
	border-top:1px solid black;
	text-align:right;
}

#navbar h1 {
	color:#0000aa;
	display:inline;
	padding: 0.25em 0.75em 0.25em 0;
	font-size:10px;
}

#navbar ul {
	display:inline;
}
#navbar li {
	display:inline;
	padding:0em 0.5em 0em 0.5em;
}

#navbar span.languagebr {
}

#navbar li span.languageus {
	padding-right: 1em;
}
#navbar a {
	text-decoration:none;
	color:black;
}
#navbar a:visited {
	text-decoration:none;
	color:black;
}
#navbar a:hover {
	text-decoration:none;
	color:red;
}
#statusbar a {
	text-decoration:none;
	color:blue;
}
#statusbar a:hover {
	color:red;
}
#statusbar a:visited {
	color:blue;
}
#statusbar span.copyright {
	padding-right:5em;
}
#statusbar span.status {
	text-align:right;
	padding-right:1em;
}
