body{ 
	font-family: Verdana; 
	font-size: 13px; 
	margin: 20px; 
	background-color: #777777; 
	text-align: center;
}

body{
	text-align: -moz-center;
}

h1{ 
	color: #000000; 
	background-color: #00ff00; 
	font-weight: bold; 
	font-size: 16px; 
	text-align: center; 
	margin: 20 0 40 0; 
	padding: 10px; 
	border: 1px outset;
}

h3{
	color: #000000; 
	font-weight: bold; 
	text-align: center; 
	padding-top: 250px; 
	padding-bottom: 250px; 
}

pre{ 
	margin: 10px; 
	padding: 20px; 
	border: 2px outset; 
	background-color: #f0f0f0; 
	font-size: 12px;
}

ol{ 
	list-style-type: disc;
}

a{ 
	color: #000066; 
	text-decoration: none;
}

a:visited{
	color: #000066; 
	text-decoration: none;
}

a:hover{
	background-color: #00ff00; 
	text-decoration: none; 
}

img{
	border: 0;
	vertical-align:middle;
}

.imagem{ 
	text-align:center;
}

#tabPagina{ 
	font-size:13px;
}

#menu{
	width: 150px;
	font-size: 12px; 
	padding: 0px 0px 0px 0px; 
	background-color: #c0c0c0; 
	border: 2px outset #555555;
	vertical-align:top;
}

#menu h2{
	font: bold 14px/25px Georgia, Times New Roman, Times, serif;
	font-size:15px;
	text-align:center;
	margin:0px;
	padding:5px;
	background-color: #00ff00;
	color: #000000;
	border-bottom: 1px solid #000000;
}

#menu ul{
   padding:0px;
   margin:0px;
   width: 100%;
   list-style:none;
   text-align: left;
   text-decoration: none;
   color: #000000;
   font-weight:bold;
}


#menu ul li a{
   padding: 2px 4px;
   text-align: left;
   width:100%;
   border-bottom: 1px solid #b0b0b0;
   border-left:3px solid #c0c0c0;
   border-right:3px solid #c0c0c0;
}

#menu ul li a:hover{
   background-color:#D6D6D6;
   border-left:3px solid #00ff00;
   border-right:3px solid #00f000;
}

#conteudo{ 
	display: inline;
	float:left;
	clear:left;
	margin: 0 20 0 20; 
	width: 670; 
	padding: 10px 40px 10px 40px; 
	background-color: #ffffff; 
	border: 2px outset #555555;
}

.voltar{ 
	text-align: right; 
	padding: 15px;
}

.versao{
	padding-top:0px;
	padding-bottom:20px;
	text-align: right;
	font-size: 10px;
}

.n0{ color:#000000; font-weight:bold }
.n1{ color:#0000e0; font-weight:bold }
.n2{ color:#00c070; font-weight:bold }
.n3{ color:#e00070; font-weight:bold }
.n4{ color:#f00000; font-weight:bold }
.n5{ color:#000080; font-weight:bold }
.n6{ color:#008080; font-weight:bold }
.n7{ color:#8080f0; font-weight:bold }
.comentario{ color: #ff5050 }