body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #575757; 
}
.bodyAzul{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #005fc3; 
}
.bodyMaior{
	font-size: 16px;
	color: #575757; 
	font-family:Tahoma;
	
}
.bodyMaiorAzul{
	font-size: 16px;
	color: #005fc3; 
	font-family:Tahoma;
	
}
.TituloMyriadazul{
	font-size: 22px;
	color: #005da3; 
	font-family:Gautami, Geneva, sans-serif;
}
.Fone18{
	font-size: 18px;
	color: #575757; 
	font-family:Tahoma, Geneva, sans-serif;
}
.Fone12{
	font-size: 12px;
	color: #575757; 
	font-family:Tahoma, Geneva, sans-serif;
}
.TituloGautamiVerde{
	font-size: 30px;
	color: #3c746b; 
	font-family:Gautami, Geneva, sans-serif;
	
}
.TituloGautamiAzulPequeno{
	font-size: 20px;
	color: #005ec4; 
	font-family:Gautami;
}
.TextoTahoma12verde{
	font-size: 12px;
	color: #3c746b; 
	font-family:Tahoma, Geneva, sans-serif;
}
.TextoTahoma16verde{
	font-family:Tahoma, Geneva, sans-serif;
	color:#3c746b;
	font-size:16px;
	text-decoration:none;
}
.TextoTahoma11verde{
	font-family:verdana;
	color:#3c746b;
	font-size:11px;
	text-decoration:none;
}
.TextoArial14bverde{
	font-family:Tahoma, Geneva, sans-serif;
	color:#3c746b;
	font-size:14px;
	text-decoration:none;
}
.TextoArial14bverde2{
	font-family:Tahoma, Geneva, sans-serif;
	color:#47706c;
	font-size:14px;
	text-decoration:none;
}
.VerdanaRoxo{
	font-family:Verdana, Geneva, sans-serif;
	color:#b73d70;
	font-size:12px;
	text-decoration:none;
}
.LinkBarrinha{
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	text-decoration:none;
}
.LinkRodape2{
	color:#a5a5a5;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;	
	text-decoration:none;
}
.topo{
	color:#2e2370;
	font-family:Tahoma;
	font-size:11px;	
	text-decoration:none;
}
.btn{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #575757;
	border:solid;
	text-align:center;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	background-color:#fcfcfc;
	border-bottom-color: #b3b3b3;
	border-bottom-style: solid;
	border-right-color: #b3b3b3;
	border-right-style: solid;
	border-left-color: #b3b3b3;
	border-left-style:solid;
	border-top-color: #b3b3b3;
	border-top-style:solid;
	border-width:1px;
	height:18px;
	width:91px;
	background-image:url(../img/Fundo.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
.btn2{
	 font-family: Tahoma, Geneva, sans-serif;
	 font-size: 14px;
	 font-style: normal;
	 text-decoration: none;
     font-weight: bolder;
   	 border-width:1px;
	 border-style:solid;
	 border-color:#b3b3b3;
	 background-image:url(../Ima_pg/BotaoPreto.png);
	 height:18px;
	 width:140;
}
.campoCadastro {
font-size: 12px;
color: #5d5b5b; 
font-family:Tahoma;
border-width:1px;
border-style:solid;
border-color:#b3b3b3;
background-image:url(../img/Campo.png);
background-position:left top;
}

.11pxPetro{
	font-size: 11px;
	color: #5d5b5b; 
	font-family:Tahoma;
	
}
.RodapeBranco{
	font-size: 11px;
	color: #ffffff; 
	font-family:Tahoma;
	
}
.RodapeBranco2{
	font-size: 11px;
	color: #ffffff; 
	font-family:Tahoma;
	
}
.RodapeBranco3{
	font-size: 20px;
	color: #ffffff; 
	font-family:Tahoma;
}

#pages {
padding: 3px;
font-size: 14px;

}
#pages Table {
list-style-type: none;
font-size: 14px;
}
#pages td {
float: left;
display: inline;
margin: 0 5px 0 0;
display: block;
font-size: 14px;
}
#pages td a {
color: #0191c6;
padding: 4px;
border: 1px solid #ddd;
text-decoration: none;
float: left;
font-size: 14px;
}
#pages td a:hover {
color: #0191c6;
background: #dcf5ff;
border: 1px solid #0191c6;
font-size: 14px;
}
#pages td.nolink {
color: #CCC;
border: 1px solid #F3F3F3;
padding: 4px;
font-size: 14px;
}
#pages td.current {
color: #FFF;
border: 1px solid #0191c6;
padding: 4px;
background: #b2e05d;
font-size: 14px;
}
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}
.efeito1 { border:3px solid #ccc; background:#000000; padding:12px; } 
.efeito1:mouseover { border:3px solid #000000; background:#000000; padding:12px; } 
.bordaimg {
	border-left-color:#898c95;
	border-left-style:solid;
	border-bottom-color:#898c95;
	border-bottom-style:solid;
	border-right-color:#898c95;
	border-right-style:solid;
	border-top-color:#898c95;
	border-top-style:solid;
	border-width:1px;
}

