* {
	text-align: justify;
}
html {
	min-width: 760px;
	min-height: 100%;
}
/* Begin Structure */
body {
	margin: 0;
	font-size: 80%; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#pagina {
	margin: 0 auto 0 auto;
	border: none; 
	width: 760px;
	text-align: left;
	}

#cabecalho {
	margin: 0;
	height: 140px; 
	width: 760px; 
	}

#cabecalhoimg {
	margin: 7px 9px 0 0;
	height: 128px; 
	width: 736px; 
}
#saltarmenu{
	display: none;
}
#rodape {
	margin: 0;
	width: 760px;
	clear: both;
	border: none;
}
#irtopo{
	position:fixed; 
	bottom:0; 
	right:0;
}

#rodape p {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 60px;
}
#tabreceita tfoot, #tabrotina tfoot{
	display:none;
}

/* End Structure */

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}
h2 {
	font-size: 2.5em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color:  #000080;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
	}

dt {
	font-weight: bold;
	padding-top: 10px;
}

dd {
	margin-left: 15px;
	padding-left: 15px;
	padding-top: 5px;
}
em{
	font-style: normal;
	text-decoration: none;
}
table {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	width: 80% !important;
	width /**/:65%;
	margin-left: 10%;
	margin-right: 10%;
}
caption {
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  color: #993333;
  padding-bottom: 6px;
}

th, td {
  padding: 4px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

th {
  font-family: Verdana, sans-serif;
  padding-left: 26px;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: 10px 50%;
}
tfoot{
	font-weight: bold;
}
p {
	text-align: justify;
}

#menu{
	font-size: 10px; 
	list-style: none;
	padding: 0 0 30px 0;
}
#menu li {
	display: inline;
	list-style-type: none;
}
#menu a {
  float: left;
  line-height: 14px;
  font-weight: bold;
  margin: 0 10px 4px 10px;
  text-decoration: none;
  }

/* Classe ExternalLink */

a.external
{
    background-color: transparent;
    background-image: url(../imgs/external.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
	background-position: right;
	padding-right: 15px;
}

blockquote{
	background:url(../imgs/quote.png) no-repeat;
	padding:0 25px 0 40px;
	margin:20px 0;
}
blockquote p{
	margin: 0 0 1em 0;
	color: #395A6B;
	font-family:Georgia, Times, serif;
	font-size:14px;
}
blockquote cite{
	display:block;
	text-align:right;
	padding-right:10px;
	font-size:11px;
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	color:#000;
}

/* colaboracao Ricardo.Couto AT.Gmail.Com */

body { background-image: url(../imgs/fundo.png); }
#pagina {margin-top: 10px !important}
#cabecalho { height: 136px;}
#cabecalhoimg { background: url(../imgs/cabeca.png) no-repeat; height: 107px; width: 760px; text-align: center; }
#cabecalhoimg h1 { display: none;}
#menu { background: url(../imgs/fundoMenu.png) no-repeat; width: 760px; height: 29px; margin: 0; padding: 0; text-align: center; }
#menu li { margin: 0; padding: 0; }
#menu a { margin: 7px 10px 0 10px; color: #FFF; }
#menu a.active, #menu a:hover { border-bottom: 2px solid #FFF; color: #FFF; }
#conteudo { border: 0px solid; background: #FFF url(../imgs/fundoConteudo.png); margin: 0; padding: 1px 50px; }
#rodape { background: url(../imgs/fundoRodape.png) no-repeat; margin: 0; padding: 0; height: 55px; margin: 0 0 10px 0; }
#rodape p  { margin: 0; padding: 35px 0 0 0; color: #FFF; font-weight: bold; }
#rodape p  a {color: #FFF;}
h2 { color: #c63; margin: 10px 0 0 0; }
p { margin: 5px 0 30px; }
