body {
		margin			: 0px;
		background		: #E6E7D5 url(../remte/_imagens/bgGeral.jpg) no-repeat fixed;
		font-family		: "Trebuchet Ms"," Ms Sans Serif", Arial, "Sans Serif";
		
	}

#cabecalho{
		font-size		: 14px;
		font-weight		: bold;
		color			: #780B8C;
		background		: #FFFFFF url(../remte/_imagens/cabecalho.gif) no-repeat;
		height			: 130px;
		margin			: 20px;
		clear			: both;
		text-align		: right;
		border			: 1px solid #780B8C;

}
	#titulo{
		margin			: 110px 10px 10px 10px
	}

#links_cabecalho{
	margin-top			: 30px;
	font-size			: 11px;
		
}

	#links_cabecalho a, #expediente a, #descricao a{
		text-decoration	: none;
		color			: #780B8C;
	}
	#links_cabecalho a:hover , #expediente a:hover, #descricao a:hover {
		text-decoration	: underline;	
	}

#descricao{
	text-align			: center;
}


#expediente{
	padding			: 5px;
	border			: 1px solid #780B8C;
	background		: #FFFFFF;
	font-size		: 10px;
	background		: #E6E7D5 url(../remte/_imagens/bgGeral.jpg) no-repeat fixed;
}

.borda{
	background	: #e7e7e7;
	margin		: 20px;
	padding		: 5px;		

}
.borda2{
	background	: #FFFFFF;
	border		: 1px solid #FFEF00;
	padding		: 5px;

}

.ativo, .inativo{
	font-size	: 11px;
	cursor		: pointer;
	border		: 1px solid #c8c8c8;
}

#links_materias .ativo, #links_materias .inativo{
	padding		: 2px;
	margin		: 5px;

}

.ativo{
	background	: #FFEF00;
}

.inativo{
	background	: #F1E0B3;
}

.titulo{
	color			: FFFFFF;
	background		: #AAAA00;
	padding			: 5px;
	font-size		: 12px;
	font-weight		: bold;
	margin-bottom	: 20px;
}

.foto_materia{
	float		: left;
	padding		: 5px; 
	height		: 160px;

}

.materia{
	font-size	: 11px;
}
.separador{
	clear		: both;
}

.ir_topo{
	margin-top		: 20px;
	background		: #666600;
	font-size		: 11px;
	text-align		: right;
	padding-right	: 5px;
}

.ir_topo a{
	color			: FFFFFF;
	text-decoration : none;
}

.ir_topo a:hover{
	text-decoration : underline;
}

