/* © 2006 www.zeballos.com.br */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#pagina {
	width: 760px;
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto 0 auto;
}
#os {
	border: 1px solid #000000;
	background: #FFFFCC;
	padding: 5px;
	margin: auto;
}

#cabecalho {
	background: #FF9900;
}
#navegacao {
	width: 164px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#conteudo {
	margin: 0 0 0 165px;
	padding: 15px;
	border-left: 1px solid #877D6C;
}
#rodape {
	padding: 5px;
	border-top: 1px solid #877D6C;
	font-size: 80%;
	color: #736B5E;
}
.destaque {
	font: bold 130% Georgia, "Times New Roman", Times, serif;
	color: #0000FF;
	margin: 0;
	padding: 20px 10px;
}
.quebra-linha { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
p {
	font-size: 80%;
}
.letra-media {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}

#conteudo p {
	line-height: 130%;
}


fieldset {
	height: auto;
	width: auto;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	padding: 0px;
	margin: 5px;
}
.campo_texto {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* navegação em listas */
#navlist
{
	font: 11px verdana, sans-serif;
	color: gray;
	margin-left: 0;
	position: relative;
	padding: 1px;
}

#navlist li
{
	list-style: none;
	margin: 0px;
	border-left: #DCCBAC;
	border-bottom: 1px solid #DCCBAC;
	text-align: left;
	border-right: #DCCBAC;
}

#navlist li a
{
	display: block;
	padding: 0.7em 0.5em 0.7em 0.9em;
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}
#navlist li a:hover
{
	color: #FFFF00;
	background: #FF9900;
	border-right: 5px solid #00FF00;
	border-left: 5px solid #00FF00;
	border-top: none;
	border-bottom: none;
}
.botao {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 40px;
	width: 200px;
	color: #0000FF;
	text-align: left;
}
.dest_vermelho {
	font-weight: bold;
	color: #FF0000;
	border: 1px dotted #FF0000;
	text-align: center;
}
.riscado {
	text-decoration: line-through;
}
