/***** structure - estrutura *****/
body
	{
		margin: 0px 0px 0px 0px;
		_margin: 0px 0px 0px 1px;
		*margin: 0px 0px 0px 1px;
		padding: 0px 0px 0px 0px;
		font: 12px 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
		color:#000000;

	background-image: url(../imagens/50_fundo.jpg);
	background-position:center top;
	background-color: #7f5454;
	background-repeat: repeat-y;	
}


/* main - principal */
#main
	{
		margin:0 auto;
		width:770px;
		/*height:600px;*/
	}

/* center - centro */
#center
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width:770px;
		/*height:600px;*/
	}
/* column left - coluna esquerda */	
#left
	{
		width:648px;
		/*height:600px;*/
		float:left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

/* column right - coluna direita */
#right
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width:122px;
		/*height:600px;*/
		float:right;

	}
#baseboard
	{
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 0px 0px;
		clear: both;
	}
	
/*--------------- links - forms ---------------------------------------------*/

.links {
	font-size: 12px;
	color: #840b0b;
	text-decoration: none;
}

.links:hover {
	font-size: 12px;
	text-decoration: underline; 
	color: #840b0b;
}

.forms {
	font: 12px 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
	color: #000000;
	border:solid 1px #cccccc;
	background:#ffffff;
}

/*------------titulos-------------------------------------------*/

.destaque {
	font-size: 12px;
	color: #CC6600;
}

.titulo16 {
	font-size: 16px;
	font-weight:bold;
	color: #840b0b;
}

.titulo14 {
	font-size: 14px;
	font-weight:bold;
	font-style:italic;
	color: #840b0b;
}

/*--------------dtree----------------------------------------------*/

.dtree {
	position: relative;
	white-space: nowrap;
	font: 10px 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
}
.dtree img {
	border: 0px;
	vertical-align: text-bottom;
}
.dtree a {
	color: #000;
	text-decoration: none;
}
.dtree a:hover {
	color: #fff;
	text-decoration: none;
	background: #ababab;
}
.dtree .node {
	position: relative;
	top: -2px;
	padding: 1px;
	color: #000;
}
.dtree .nodeSel {
	position: relative;
	top: -2px;
	padding: 1px;
	color: #840b0b;
	background-color: #ababab;
}