<STYLE type=text/css>
A {
	text-decoration: none;
}
A:link {
	color: #274343; 
	text-decoration: none;
}
A:visited {
	color: #274343; 
	text-decoration: none;
}
A:hover {
	background: none transparent scroll repeat 0% 0%; 
	color: #274343; 
	text-decoration: underline; 
	font-face: verdana; 
	cursor: hand;
}
.cursor {  cursor: hand
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
#frameset {
	background: #103c04 url(../../img/fundo.jpg) bottom left repeat-x;
}
.botao
{
	width:auto;
	height:auto;
	padding:8px 16px 8px 16px;
	background:#006699;
	outline:none;
	border:none;
	cursor:pointer;
	cursor:hand;
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	transition: background 0.3s ease-in;
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
	-o-transition: background 0.3s ease-in;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.botao:hover
{
	background:#003366;
	color:#ffffff;
	transition: background 0.3s ease-in;
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
	-o-transition: background 0.3s ease-in;
}
.botaox {
	background-image:  url(degrade1.jpg);
	border-color: #999;
	border-style: ridge;
	border-width: 1;
	color: #666;
	font-size: 7pt;
	font-family: verdana;
	font-weight: bold;
	padding: 1px;
}
.combox {
	background-color:#fff; 
	font-family: verdana; 
	font-size: 8pt;
	font-weight: bold;
	color: #274343;
	border: #FF6633 1pt solid; 
	background: #FFCC66;
}
.combo {
	background-color:#f7f8f2;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#000000;
	min-height:25px;
	height:33px;	
	border:solid 1px #99BBBC;
	padding-left:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline:none;
}

}
.destaques {
	width:;
	font: 8px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img/degrade4.jpg); 
	padding:3px;
	text-align:center;
}
.texto1 {
	font-size: 11px; 
	color: #000; 
	font-family: verdana;
}
.texto2 {
	font-size: 11px; 
	color: #fff; 
	font-family: verdana;
}
.texto3 {
	font-family:verdana;
	font-size: 11px;
	color: #fff;
	line-height:150%;
}
.texto4 {
	font-family:verdana;
	font-size: 11px;
	color: #fff;
	padding:3px;
}
.texto5 {
	font-family:verdana;
	font-size: 12px;
	font-weight:bold;
	color: #CC0000;
	text-align:center;
	padding:5px;
}
div.scroll {	
	height: 200px;	
	width: 270px;	
	overflow: auto;	
	border: 0px solid #666;	
	background-color: #FFF;	
	padding: 5px;
	font-family:verdana;
	font-size: 9px;
	color: #000;
	padding:12px
}
.titulo { /* Classe para o cabeçalho */ 
	width:; /* Largura total - Se você omitir ocupará toda a linha */ 
	font: 9px verdana, arial, helvetica, sans-serif; /* Tamanho e família de fontes */
	font-weight: bold;
	color: #274343; /* Cor da fonte */ 
	/*background-image: url(../img/degrade1.jpg);*/ /* Imagem do fundo*/ 
	padding-top:2px; /* Espaçamento do texto em cima */
	padding-bottom:2px; /* Espaçamento do texto em baixo */   
	padding-left:5px; /* Espaçamento do texto a esquerda */
	padding-right:8px; /* Espaçamento do texto a direita */
	border: 5px solid #fff;
}
.titulodestaques { 
	width:; 
	font: 9px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #0c300c;
	text-align:center;
	background-image: url(../img/degrade8.jpg);
	padding-top:5px;
	padding-bottom:5px;
	padding-left:2px;
	padding-right:2px;
	border-right: 4px solid #fff;
	border-left: 4px solid #fff;
}
.tabela {
	border-right: #ccc 1pt groove; 
	border-left: #ccc 1pt groove;
	border-top: #ccc 1pt groove; 
	border-bottom: #ccc 1pt groove;
	font-family:verdana;
	font-size: 7pt; 
	background: #F1F2EE;
}
.texto_grande {
	border-right: #ccc 1pt groove; 
	border-left: #ccc 1pt groove;
	border-top: #ccc 1pt groove; 
	border-bottom: #ccc 1pt groove;
	font-family:verdana;
	font-size: 13pt; 
	background: #F1F2EE;
}
/*--------------PROPRIEDADES DE FORMULÁRIO--------------*/
.BTLaranja
{
	width:auto;
	height:auto;
	padding:5px 15px 5px 15px;
	background:transparent;
	outline:none;
	border:none;
	cursor:pointer;
	cursor:hand;
	color:#e77817;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	text-decoration:none;
	transition: background 0.3s ease-in;
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
	-o-transition: background 0.3s ease-in;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}
.BTLaranja:hover
{
	background:#e77817;
	color:#ffffff;
	transition: background 0.3s ease-in;
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
	-o-transition: background 0.3s ease-in;
}
/*---------------------------------------------------------------------------*/
.BTAzulGrande
{
	width:auto;
	height:auto;
	padding:8px 16px 8px 16px;
	background:#006699;
	outline:none;
	border:none;
	cursor:pointer;
	cursor:hand;
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	transition: background 0.3s ease-in;
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
	-o-transition: background 0.3s ease-in;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.BTAzulGrande:hover
{
	background:#003366;
	color:#ffffff;
	transition: background 0.3s ease-in;
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
	-o-transition: background 0.3s ease-in;
}
/*---------------------------------------------------------------------------*/
.BTVermelhoGrande
{
	width:auto;
	height:auto;
	padding:8px 16px 8px 16px;
	background:#ff0000;
	outline:none;
	border:none;
	cursor:pointer;
	cursor:hand;
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	transition: background 0.3s ease-in;
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
	-o-transition: background 0.3s ease-in;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.BTVermelhoGrande:hover
{
	background:#990000;
	color:#ffffff;
	transition: background 0.3s ease-in;
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
	-o-transition: background 0.3s ease-in;
}
/*---------------------------------------------------------------------------*/
.BTVerdeGrande
{
	width:auto;
	height:auto;
	padding:8px 16px 8px 16px;
	background:#009966;
	outline:none;
	border:none;
	cursor:pointer;
	cursor:hand;
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	transition: background 0.3s ease-in;
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
	-o-transition: background 0.3s ease-in;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.BTVerdeGrande:hover
{
	background:#00cc66;
	color:#ffffff;
	transition: background 0.3s ease-in;
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
	-o-transition: background 0.3s ease-in;
}
</STYLE>