body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
	
	
td {
	font-size: 10px;
	vertical-align: top;
	}
	
	
img {
	border: 0px;
	}

.data {
	color: #f38700;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 15px;
	}
	
hr {
	border: 1px solid #f38700;	
	}	

.texto {
	font-size: 12px;
	padding-left: 40px;
	padding-right: 15px;
	padding-bottom: 20px;
	}
	
.cargo {
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #d7dcd9;
	padding: 4px;
	}
.nome {
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px solid #d7dcd9;
	padding: 4px;
}
	
	
.links {
	color: #f38700;
	}
a:link {
	color: #f38700;
	text-decoration: underline;
	font-weight: bold;
	}
a:visited {
	color: #f38700;
	text-decoration: underline;
	font-weight: bold;
	}
a:hover {
	color: #f38700;
	text-decoration: underline;
	font-weight: bold;
	}
a:active {
	color: #f38700;
	text-decoration: underline;
	font-weight: bold;
	}
a:focus {
	color: #f38700;
	text-decoration: underline;
	font-weight: bold;
	}

.menu2 A:link {text-decoration: none; color: black;}
.menu2 A:visited {text-decoration: none; color: black;}
.menu2 A:active {text-decoration: none; color: white;}
.menu2 A:hover {text-decoration: underline; color: white;}

a.menu:link, a.menu:visited {
	display: block;
	background: url(../img/m_fundo_off.gif) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-top: 2px;
	padding-left: 15px;
	height: 19px;
	width: 100%;
	text-decoration: none;
}

a.menu:hover {
	background: url(../img/m_fundo_on.gif) no-repeat;
	text-decoration: none;
	font-weight: bold;
	padding-left: 25px;
	color: #ffffff;
}


.struct {
	border-collapse: collapse;
	border: none;
	padding: 0px;
	margin:  0px;
	}




img.floatLeft { 
    float: left; 
    margin: 5px; 
}
img.floatRight { 
    float: right; 
    margin: 5px; 
}
	