body {
	margin: 0px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#E4F1CD;
}
#topbar,#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
td {
	vertical-align: top;
}
#lnk td {
	filter: progid:DXImageTransform.Microsoft.Glow(color=#000000,strength=1), progid:DXImageTransform.Microsoft.dropShadow( Color=000000,offX=1,offY=1,positive=true);
}

#lnk a {
	text-decoration:none;
	font-weight: bold;
	color:#ffffff;
}
#lnk a:hover {
	text-decoration:underline;
}
.inputtext { width: 100%; }
.littleText { font-size: 70%; }
.buttonSpace{
	width: 200px;
	height: 100%;
	padding-right: 6px;
	padding-left: 6px;
	background-color: #BFDD88;
}
#texto,#indice {
	overflow: auto;
	height: 100%;
}
#indice {
	border: 2px solid #666666;
	background-color: #E1EFC9;
}
#indice a{
	text-decoration:none;
	color:#666666;
	display:block;
	font-size: 80%;
	padding-right: 6px;
	padding-left: 6px;
	text-overflow : ellipsis;
	overflow: hidden;
	white-space:nowrap;
	width: 180px;
}
#indice a:hover{
	text-decoration:underline;
}
#texto {
	padding-right: 5px;
	padding-left: 10px;
}
.nowrap {
	white-space: nowrap;
}
#imgpoesia {
	float: right;
}

#txtPoesia {
	font-family: Verdana;
}
h1,h2,h3,h4,h5,h6 { margin: 0px; font-weight: bold; }
h1,h2,h3 { text-align: right; }
h1 { color: #800000; font-size: 160%; }
h2 { font-size: 120%; font-style: italic; }
h3 { font-size: 80%; font-style: italic; }
h4 { border-bottom:1px solid #D8CEA9; }
h6 { margin-top: 7px; font-size: 100%; }
#indicelivro div {
	cursor: pointer;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 12px;
	text-decoration: underline;
}
#indicelivro.dn div {
	background-image: url(imgs/dn.gif);
}
#indicelivro.rg div {
	background-image: url(imgs/rg.gif);
}
#indicelivro.dn table {
	display: block;
}
#indicelivro.rg table {
	display: none;
}
#indicelivro li {
	font-size: 80%;
}
.active {
	border: 1px solid #000000;
	background-color:#F3FFCE;
}

ul,ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
