a:link {text-decoration: none; color: #FF9933}
a:visited {text-decoration: none; color: #FF9933}
a:active {text-decoration: none; color: #FF9933}
a:hover {text-decoration: underline; color: #005000;}

#cabecalhoPagina{
  margin: auto;
  width: 998px;
  height: 73px;
}

#divLogo{
  float: left;
  
  font-family: tahoma;
  font-weight: bold;
  font-size: 80%;  
  color: #005000;
}

#divBlur{
  float: right;
}

#barraHorizontal{
  	margin: 2px auto;
  	background-color: #FFEAC1;
  	
  	height: 10px;
  	width: 999px;
}

#areaPrincipal{
  margin: 8px auto;

  width: 999px;
  height: 468px;
}

#rodapePagina{
  margin: 15px auto;
  background-color: #FFEAC1;
  
  width: 999px;
  height: 33px;
  
  line-height: 15px;
  
  text-align: center;
  font-family: tahoma;
  font-size: 65%;
  color: #005000;
}

#barraVertical{
  	margin: auto 1px;
  
	background-color: #FFEAC1;
	
	width: 10px;
	height: 468px;  
	
	float: left;
}

#conteudo{
  margin: 10px 1px 1px 3px;

  width: 755px;
  height: 468px;
  overflow: auto;
}

#titulo{
  	margin: 10px 1px 20px 1px;
  	padding: 1px 1px 1px 5px;

  	border-bottom: 1px #005000 solid;

  	width: 745;
  	height: 17;

  	line-height: 13px;

    font-family: tahoma;
  	font-size: 70%;
  	font-weight: bold;
  	color: #005000
}

#areaTexto{
    margin: 1px 1px 20px 1px;
  	padding: 1px 1px 1px 5px;

  	width: 745;

  	line-height: 15px;

    font-family: tahoma;
  	font-size: 70%;
}

#txtField{
    border: #696969 1px solid;

    background-color: #F5F5F5;

    font-family:garamond;
    font-weight: bold;
    font-size: 100%;
}

#buttons{
    color:#050;
    font-family:'trebuchet ms',helvetica,sans-serif;
    font-size: 70%;
    font-weight:bold;
}

#tableLog{
  text-align: justify;
  font-family: tahoma;
  font-size: 70%;
  color: #005000;
}


/************************************************************/
#menu{
  margin: auto;
  padding: 30px 0px 0px 0px;
  
  width: 218;
  height: 436;
  
  float: left;
  
  text-align: center;
  font-family: tahoma;
  font-size: 65%;
  font-weight: bold;
}

#menuLinhaCabecalho{
  margin: 30px 0px 2px 0px;
  background-color: #FF9933;
  
  height: 14px;
  
  color: white;
}

#menuLinha{
  margin: 0px 0px 2px 0px;
  background-color: #FFEAC1;
  
  height: 14px;
  
  color: #FF9933;
}

#menuLinhaActual{
  margin: 0px 0px 2px 0px;
  background-color: #005000;

  height: 14px;

  color: #FF9933;
}
