/*-- DIV --*/
#conteudo a {
	font-family: Arial; font-size:12px; color: #143B64; text-decoration:none;
} 

#conteudo a:hover {
	font-family: Arial; font-size:12px; color: #143B64; text-decoration:underline;
} 
/*-- DIV --*/



/*-- BODY --*/
body { margin: 0px; }
/*-- BODY --*/



/*-- IMG --*/
img { border: 0px; }
/*-- IMG --*/



/*-- TABLE E TD --*/
.table1 { width:100%; height:100%; background:url(imagens/background2.jpg) top left no-repeat; }
.td1 { width:197px; text-align:right; vertical-align:top; }
.td2 { width:736px; vertical-align:top; }
.td3 { width:977px; height:48px; background:url(imagens/topo.gif) no-repeat; padding-top:15px; }
.td4 { width:318px; vertical-align:top; }
.td5 { width:477px; height:32px; text-align:center; }
.td6 { width:182px; background:url(imagens/bg_barra_lateral.jpg) repeat-y; }
/*-- TABLE E TD --*/



/*-- TXT --*/
.txt1 	{ font-family: Arial; font-size:10px; color: #666666; }
.txt2 	{ font-family: Arial; font-size:10px; color: #666666; }
.txt3 	{ font-family: Arial; font-size:12px; color: #143B64; }
.txt4 	{ font-family: Arial; font-size:15px; color: #143B64; font-weight:bold; }
/*-- TXT --*/



/*-- LINKS --*/
.link1:link 	{ font-family: Arial; font-size:10px; color: #666666; text-decoration:none;  }
.link1:active 	{ font-family: Arial; font-size:10px; color: #666666; text-decoration:none;  }
.link1:visited  { font-family: Arial; font-size:10px; color: #666666; text-decoration:none;  }
.link1:hover    { font-family: Arial; font-size:10px; color: #666666; text-decoration:underline;  }

.link2:link 	{ font-family: Arial; font-size:12px; color: #143B64; text-decoration:none; font-weight:bold; }
.link2:active 	{ font-family: Arial; font-size:12px; color: #143B64; text-decoration:none; font-weight:bold; }
.link2:visited  { font-family: Arial; font-size:12px; color: #143B64; text-decoration:none; font-weight:bold; }
.link2:hover    { font-family: Arial; font-size:12px; color: #143B64; text-decoration:underline; font-weight:bold; }

.link3:link 	{ font-family: Arial; font-size:12px; color: #143B64; text-decoration:none;  }
.link3:active 	{ font-family: Arial; font-size:12px; color: #143B64; text-decoration:none;  }
.link3:visited  { font-family: Arial; font-size:12px; color: #143B64; text-decoration:none;  }
.link3:hover    { font-family: Arial; font-size:12px; color: #143B64; text-decoration:underline;  }

.link4:link 	{ font-family: Arial; font-size:11px; color: #143B64; text-decoration:none; font-weight:bold; }
.link4:active 	{ font-family: Arial; font-size:11px; color: #143B64; text-decoration:none; font-weight:bold; }
.link4:visited  { font-family: Arial; font-size:11px; color: #143B64; text-decoration:none; font-weight:bold; }
.link4:hover    { font-family: Arial; font-size:11px; color: #143B64; text-decoration:underline; font-weight:bold; }
/*-- LINKS --*/



/*-- FORM --*/
.input1  { border:solid 1px #CCCCCC; font-size:10px; color:#153C63; font-family:Arial; }
.button1 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;border: solid 1px #000000;color: #666666;}
/*-- FORM --*/



/*-- MENU --*/
.arrowlistmenu {
	width: 197px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 11px Arial;
	text-align:right;
	color: #696969;
	
	margin: 0px 0px 0px 0px; /*bottom spacing between header and rest of content*/
	padding: 4px 20px 4px 0px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}
.arrowlistmenu .menuheader a {
	text-decoration:none;
	color:#696969;
}
.arrowlistmenu .menuheader a:hover {
	text-decoration:none;
	color:#333333;
}
.menuheader:hover {
	
}
.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
	
}
.arrowlistmenu ul { /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a {
	color: #0D5CAB;
	background: url(imagens/arrowbullet.png) no-repeat center right; /*custom bullet list image*/
	display: block;
	padding: 2px 20px 2px 2px;
	margin: 0px 20px 0px 0px;
	text-decoration: none;
	font-weight: bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	/*border-bottom: 1px solid #dadada;*/
        font-size: 10px;
}
.arrowlistmenu ul li a:visited {
	color: #0D5CAB;
}
.arrowlistmenu ul li a:hover { /*hover state CSS*/
	color: #0D5CAB;
	background-color: #F3F3F3;
}
/*-- MENU --*/






/*-- FIELDSET --*/
fieldset {
	background-color:#ffffff;
	border-width:0px;
	border-style:none;
	border-color:#80C9FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#143B64;
	margin:20px 0px 20px 0px;
	width:450px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 40px;
}
fieldset legend {
	background-color:#ffffff;
	border-width:0px;
	border-style:solid;
	border-color:#BFE4FF;
	color:#0D5CAB;
	font-weight:bold;
	font-size:110%;
	padding:2px 5px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;
}
/*-- FIELDSET --*/