@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	background-image: url(../imagens/background.jpg);
	background-repeat: repeat-x;
}
a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-decoration:none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: underline;
	color: #0093DD;
	font-weight: bold;
}
p { 
	margin: 0; 
	padding:0; 
} 
img{border:none;}

fieldset { border:1px solid #DEDEDD }

legend {
  padding: 0.2em 0.5em;
  border:1px solid #DEDEDD;
  color:#5E5E5E;
  font-size:90%;
  text-align:right;
  }

.menu1 {
	padding: 0 0 0 0; 
	margin: 0; 
	list-style: none; 
	height: 28px; 
	background: url(../imagens/bg_cinza_menu.gif);
	background-repeat: no-repeat;
}
.menu1 li {
	float: left;
}
.menu1 li a {
	display: block; 
	float: left; 
	height: 28px; 
	line-height: 28px; 
	color: #333333; 
	text-decoration: none; 
	font-size: 14px; 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	text-align: center; 
	padding: 0 0 0 0; 
	cursor: pointer;
	width: 91px;
}
.menu1 li a b {
	float: left; 
	display: block; 
	padding: 0 0 0 0;
}
.menu1 li.current a {
	color: #fff; 
	background: url(../imagens/bg_azul_menu.gif);
}
.menu1 li.current a b {
	background: url(../imagens/bg_azul_menu.gif) no-repeat right top;
}
.menu1 li a:hover {
	color: #fff; 
	background: #333 url(../imagens/bg_azul_menu.gif);
}
.menu1 li a:visited {
	text-decoration: none;
}
.menu1 li a:hover b {
	background: url(../imagens/bg_azul_menu.gif) no-repeat right top;
}
.menu1 li.current a:hover {
	color: #fff; 
	background: #333 url(../imagens/bg_azul_menu.gif); 
	cursor: default;
}
.menu1 li.current a:hover b {
	background: url(imagens/bg_azul_menu.gif) no-repeat right top;
}

.azul {
	font-weight: bold;
	color: #0093DD;
}
.azul20 {
	font-size: 20px;
	color:#0093DD; 
}
.branca20 {
	font-size: 20px;
	color:#ffffff; 
}
.branca16 {
	font-size: 16px;
	color:#ffffff; 
}
.linkdestaque {
	font-size: 14px;
	font-weight: bold;
}
.azultitulo {
	font-size: 18px;
	color: #0093DD;
}
.laranjatitulo {
	color: #E77817;
	font-size: 18px;
}
.verdetitulo {
	color: #42929D;
	font-size: 18px;
}
.roxotitulo {
	color: #644A6C;
	font-size: 18px;
}
.fonte20 {
	font-size: 17px;
}
.combo{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	background: #ffffff;
	border: 0px solid #333333;
}
.comboform {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-right: 3px; 
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 14px;
	background-image:url(../imagens/bg_box_form.gif);
	background-repeat: repeat-x;
	color: #333333; 
	border-top: 1px solid #999; 
	border-left: 1px solid #999; 
	border-right: 1px solid #999; 
	border-bottom: 1px solid #999;
}

label.error {
	color:red;
	display: inline;
	font-size: smaller;
}

.regtip {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #333;
	margin-bottom: 10px;
}
.redalert {
	color: red;
	font-weight: bold;
}
.tabelas {
	border: 1pt solid #DEDEDD;
	background: #ffffff;
}
.tooltip{
   position: absolute;
   padding: 2px 2px;
   z-index: 2;
   width: 350px;
   color: #303030;
   background-color: #f5f5b5;
   border: 1px solid #DECA7E;
  
   font-size: 9px;
   line-height: 18px;
   text-align: justify;
   text-decoration:none;
}
.tooltip a {
	text-decoration: underline;
	font-size: 9px;
	color: #303030;
}
.tooltipindex {
   position: absolute;
   padding: 2px 2px;
   z-index: 2;
   width: 300px;
   color: #000000;
   background-color: #F0EDF0;
   border: 1px solid #000000;
  
   font-size: 9px;
   line-height: 18px;
   text-align: justify;
   text-decoration:none;
}
.tooltipindex a {
	text-decoration: underline;
	font-size: 9px;
	color: #000000;
}
.linkregistrar {
	color: blue;
	cursor: pointer;
	cursor: hand;
}
.linksuporte {
	color: #ffffff;
	cursor: pointer;
	cursor: hand;
}
.linkduvida {
	cursor: pointer;
	cursor: hand;
}
.noticia {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background: #F0F0F0;
	margin-top: 5px;
	margin-left: 15px;
}
.noticiadata {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	text-decoration: underline;
	color: #333;
	margin-bottom: 10px;
}
.noticiabox {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin-bottom: 10px;
	margin-top: 10px;
	text-decoration: none;
}


.linknormal a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: blue;
	text-decoration:underline;
}
.linknormal a:link {
	text-decoration: underline;
}
.linknormal a:visited {
	text-decoration: underline;
	color: blue;
}
.linknormal a:hover {
	text-decoration: underline;
	color: blue;
}
.linknormal a:active {
	text-decoration: underline;
	color: #0093DD;
	font-weight: bold;
}
.briefing {
	font-size: 11px;
}

-->