/* BEGIN style10 */
 #navcontainer
{
	margin: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A
{
	color: #000;
	display: block;
	width: auto;
	text-decoration: none;
	background: transparent;
	margin: 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-family: Arial, Helvetica, sans-serif;
	color: #C1A97B;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}

#navcontainer A:hover, #navcontainer A:active {
	background: #fff;
	color: #816745;
}

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #dddddd;
font-weight: bold;
}

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: transparent;
border-top: none;
border-bottom: none;
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: #ddd; }
#subnav A.active:link, #subnav A.active:visited { color: #ddd; }
#subnav BR, #navcontainer BR { clear: both; }

/* END style10 */

body {
	margin: 10px;
	background-image: url(../img/fundo.gif);

}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4E4E4E;
	text-align: justify;
	background-color: #FFFFFF;
}

.Tit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #016737;
}
.FundoColuna {
	background-image: url(../img/fundo_coluna.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	color: #000000;
	font-size: 11px;
	text-align: left;

}
.FundoMenu {
	background-color: #016938;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #007C3D;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #007C3D;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #016938;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #407836;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #007C3D;
	background-color: #DFD7CA;
	border: 1px solid #026A37;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #007C3D;
	background-color: #DFD7CA;
	border: 1px solid #026A37;
}
.destaque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #016938;
}
.TitArtigo {
	font-weight: bold;
	color: 12;
}
.TitDestaques {	color: #C1A97B;
	font-weight: bold;
	padding: 10px;
}

