body
{
margin: 0px;
font-family:verdana, arial;
}

.menu
{
	font-size:0.8em;	
}

h1
{
	font-size:1.4em;
}

h2
{
	font-size:1.2em;
	font-weight:400;
}

h3
{
	font-size:1.1em;
	font-weight:400;
}

#figuratopo
{
text-align:center;	
}

#maintable
{
	background-color: #ffbe32;
	width:90%;
height:	100%;
	left: 5%;
	border: 0px none;
	position: absolute;
	padding: 5px;
	z-index: 10;
}

#leftindex
{
	background-color: #ffd780;
	width: 20%;
	left: 2%;
	top:25%;
	border: 0px none;
	position: absolute;
	padding: 5px;
	z-index: 20;
}

#contents
{
	background-color: #ffd780;
	width: 72%;
	height: 73%;
	right: 2%;
	top:25%;
	border: 0px none;
	position: absolute;
	padding: 5px;
	z-index: 20;
overflow: auto;
}
/* Teste com o "a)"
ol.alpha
{
list-style-type: lower-alpha;
}

ol.alpha li:before
{
content: ")";
}
Fim de teste com o "a)"*/

/* Aqui começa a base feita no layout 

#headline {
background-color: #4a88be;
height: auto;
position: absolute;
right: 0px;
top: 0px;
width: 100%;
z-index: 1
}

#leftmenu {
background-color: #c3d8ea;
height: 100%;
left: 0px;
position: absolute;
top: 0px;
width: 17%;
z-index: 2
}

#contentsa {
background-color: #ffffff;
border: 1px #000000 solid;
height: 83%;
left: 20%;
overflow: auto;
position: absolute;
top: 56px;
width: 70%;
z-index: 3
}

Fim da base do layout */
