﻿ 
body 
{
	SCROLLBAR-FACE-COLOR: #FFFFFF; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-SHADOW-COLOR: #456b7e; 
	SCROLLBAR-3DLIGHT-COLOR: #456b7e; 
	SCROLLBAR-ARROW-COLOR: #456b7e; 
	SCROLLBAR-TRACK-COLOR: #FFFFFF; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF
}
.TitISO
{
	color:#3876b1;
	font-weight:bold;
	font-size:16px;
}
.Conteiner
{
	width:180px; 
	height:195px; 
	overflow: auto;
	SCROLLBAR-FACE-COLOR: #FFFFFF; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-SHADOW-COLOR: #456b7e; 
	SCROLLBAR-3DLIGHT-COLOR: #456b7e; 
	SCROLLBAR-ARROW-COLOR: #456b7e; 
	SCROLLBAR-TRACK-COLOR: #FFFFFF; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
	
}
.link2
{
font-size:14px;
 font-family: Arial;
  font-weight:bold;
   color:#545454;
   text-decoration:none
}
.link
{
	color:#545454;
	font-family:Tahoma;
	font-size:12px;
	text-decoration:none;
	cursor:hand
}
.link:hover
{
	color:#545454;
	font-family:Tahoma;
	text-decoration:underline;
	font-size:12px;
	cursor:hand
}
.texto
{
	color:#545454;
	font-family:Tahoma;
	font-size:12px;
	text-decoration:underline;
	cursor:hand
}
.texto:hover
{
	color:#545454;
	font-family:Tahoma;
	text-decoration:none;
	font-size:12px;
	cursor:hand
}
.linkClientes{
	color:#2B2D5D;
	font-family:Tahoma;
	font-size:12px;
	text-decoration: underline;
	cursor:hand;
}
.linkClientes:hover{
	color:#2B2D5D;
	font-family:Tahoma;
	font-size:12px;
	text-decoration:underline;
	cursor:hand;
}
.link3
{
	color:#545454;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
	cursor:hand;
	font-weight: bold;
}
.link3:hover
{
	color:#545454;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:underline;
	cursor:hand;
	font-weight: bold; 
}
.txtRodape1
{
font-family:Verdana;
font-size:10px;
color:#545454;
font-weight:bold;
text-decoration:none

}
.txtNews
{
	font-family:Tahoma;
	font-size:11px;
	color:#545454;
	text-decoration:none
}

.topo
{
color:#545454;
font-family:Tahoma;
	font-size:10px;
	
	text-decoration:none
}
.txtMenu
{
	font-family:Tahoma;
	font-size:11px;
	color:white;
	text-decoration:none
}
.txtText
{
	font-family:Tahoma;
	font-size:11px;
	color:#545454;
	text-decoration:none
}

.txtRodape
{
	font-family:Verdana;
	font-size:10px;
	color:#333333;
	text-decoration:none
}
.inputText
{
 border: solid 1px black;	
 font-size:10px;
 font-family:Verdana;
 
}
.imputbutton
{
	background-color: #696969;
	border-right: white thin outset;
	border-top: white thin outset;
	border-left: white thin outset;
	width: 45px;
	color: white;
	border-bottom: white thin outset;
	height: 20px;
	font-size: 10px	
}
.menuon
{
	background-image:  url('images/topo_int_fundo.jpg');
	border: 1px solid #ccc;
	font-family:Verdana;
	font-size:10px;
	color:Black;
	text-decoration:none;
	cursor:hand;
	height:15px;
	width:200px;
	margin-bottom:-4px
	
}
.menuoff
{
	background-image:  url('images/topo_int.jpg');
	border: 1px solid #ccc;
	font-family:Verdana;
	font-size:10px;
	color:White;
	text-decoration:none;
	cursor:hand;
	height:15px;
	margin-bottom:-4px;
	width:200px
	
	
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	
	}

ul li {
	position:relative;
	}

ul li a {
	display: block;
	text-decoration: none;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: White  } /* Hover Styles */

ul ul {
	position:relative;
	display:none;
	left: 0; /* Set 1px less than menu width */
	top: 0;
}

li ul li a { padding: 2px 5px; } /* Sub Menu Styles */

li:hover ul ul, li.over ul ul { display:none; }

li:hover ul, li li:hover ul, li.over ul, li li.over ul { display: block; } /* The magic */

