/* CSS Document */

body{
	font-family: Verdana;
	font-size:11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px
}

.texto8{font-size: 8px}
.texto8b{font-size: 8px;font-weight: bold}
.texto9{font-size: 9px}
.texto9b{font-size: 9px;font-weight: bold}
.texto10{font-size: 10px}
.texto10b{font-size: 10px;font-weight: bold}
.texto11{font-size: 11px}
.texto11b{font-size: 11px;font-weight: bold}
.texto12{font-size: 12px}
.texto12b{font-size: 12px;font-weight: bold}
.texto14{font-size: 14px}
.texto14b{font-size: 14px;font-weight: bold}
.titulo{font-size: 17px}
.titulob{font-size: 17px;font-weight: bold}

.cinza10{font-size:10px;color:#999999;}
.vermelho12{font-size:12px;color:#CC0000;}
.opaco {filter: alpha(opacity=20);opacity: .2}
.opaco2 {filter: alpha(opacity=50); opacity: .5}
.promo {filter: alpha(opacity=90); opacity: .9}
.branco10{font-size:10px;color:#ffffff;}
.link{text-decoration:none;font-size:10px;color:#000066}
.form{font-size:12px;font-family: Verdana;}
.valor{font-size:14px;color: #CC0000;}

.Caption {font-family: Verdana;color: #123456;font-size: 8px;}

.blur{ 
   background-color: #B3D9FF; /*shadow color*/ 
   color: inherit; 
   margin-left: 4px; 
   margin-top: 4px; 
} 

.shadow, 
.content{ 
   position: relative; 
   bottom: 2px; 
   right: 2px; 
} 

.shadow{ 
   background-color: #0000CC; /*shadow color*/ 
   color: inherit; 
} 

.content{ 
   background-color: #ffffff; /*background color of content*/ 
   color: #000; /*text color of content*/ 
   padding: .5em 2ex; 
} 

.AccordionTitle, .AccordionContent, .AccordionContainer{
  position:relative;
  width:200px;
}

.AccordionTitle{
  height:20px;
  overflow:hidden;
  cursor:pointer;
  font-family:Arial;
  font-size:8pt;
  font-weight:bold;
  vertical-align:middle;
  text-align:center;
  background-repeat:repeat-x;
  display:table-cell;
  background-image:url('title_repeater.jpg');
  -moz-user-select:none;
}

.AccordionContent{
  height:0px;
  overflow:auto;
  display:none; 
}

.AccordionContainer{
  border-top: solid 1px #C1C1C1;
  border-bottom: solid 1px #C1C1C1;
  border-left: solid 2px #C1C1C1;
  border-right: solid 2px #C1C1C1;
}

a:link{
	color: #000000;
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #0000FF;
	text-decoration: none;
}

a:active{
	color: #000000;
	text-decoration: none
}

/* Menu esquerdo */
.menutitle{
	cursor:pointer;
	margin-bottom: 5px;
	background-color:#ECECFF;
	color:#000000;
	width:140px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	border:1px solid #000000;
}

.submenu{
	margin-bottom: 0.5em;
}
/* Menu esquerdo */
