/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: normal;	
	margin: 0px;
	padding: 0px;
	font-size:11px
}

.b_font{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: normal;
	font-size:11px
}

a{
	color: #2E4567;
	text-decoration: none;
}

a:link{
	color: #2E4567;
	text-decoration: none;
}

a:visited{
	color: #2E4567;
	text-decoration: none;
}

a:hover{
	color: #2E4567;
	text-decoration: underline;
}

h1{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: #339966;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 16px;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 11px;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 17px;
 font-weight: bold;
 color: #003366;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 24px;
 color: #003366;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/*********** #titulosectionLinks styles ***********/

#titsecLinks{
	position: relative;
	padding: 10px 0px 10px 0px;
/*	font-size: 90%;*/
}

#titsecLinks a {
	display: block;
	padding: 3px 0px 3px 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #cccccc;
}

#titsecLinks a:hover{
	background-color: #E4D0AB;
	text-decoration: none;
	color: #AF7507;
}

/*********** #sectionLinks styles ***********/

#secLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px solid #cccccc; */
	font-size: 10px;
}

#secLinks a {
	display: block;
	/*border-top: 1px solid #cccccc; */
	padding: 3px 0px 3px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#secLinks a:hover{
	background-color: #E4D0AB;
	font-weight: bold;
	color: #AD7404;
	text-decoration: none;
}

/*********** #texto menu superior styles ***********/

#txt_men_sup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#txt_men_sup a {
	text-decoration:none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 6px;
	padding-left: 6px;
}

#txt_men_sup a:hover {
	background-color: #526C96;
	color: #E4D0AB;
}

#bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	float: none;
	background-color: #C4CDDB;
	padding-bottom: 8px;
	padding-top: 8px;
	font-weight: bold;
}
.banner3 {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	margin-top: 10px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

#tab_empty {
	width:100%;
}

#tab_int_1 {
	border-right-style: dashed;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	border-left-style: none;
	padding-right: 5px;
	padding-left: 5px;
}
#tab_int_1_not {
	border-bottom:thin;
	border-bottom:thin;





/************************************/
/*  QUADRO COM CANTOS ARREDONDADOS  */
/************************************/
.bordaBox {
	bbackground: ttransparent; width:80%;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 20px;
	margin-left: 4px;
	padding-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}  
.bordaBox .b1, .bordaBox .b2, .bordaBox .b3, .bordaBox .b4, .bordaBox .b1b, .bordaBox .b2b, .bordaBox .b3b, .bordaBox .b4b {
	display:block;
	overflow:hidden;
	font-size:1px;
}  
.bordaBox .b1, .bordaBox .b2, .bordaBox .b3, .bordaBox .b1b, .bordaBox .b2b, .bordaBox .b3b {
	height:1px;
}
.bordaBox .b2, .bordaBox .b3, .bordaBox .b4 {
	background:#CECECE;
	border-left:1px solid #999;
	border-right:1px solid #999;
}  
.bordaBox .b1 {
	margin:0 5px; background:#999;
}
.bordaBox .b2 {
	margin:0 3px; border-width:0 2px;
}
.bordaBox .b3 {
	margin:0 2px;
}
.bordaBox .b4 {
	height:2px; margin:0 1px;
}
.bordaBox .conteudo {
	padding:5px;display:block;
	background:#CECECE;
	border-left:1px solid #999;
	border-right:1px solid #999;
}

