@charset "utf-8";
/* CSS Document */


a:link, a:active, a:visited{
	color: #333333;
}

a:hover{
	color:#900;
	text-decoration:none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_dark2.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-top:8px #700 solid;
}

.topo{
	background-image:url(images/topo3.png);
	width:900px;
	height:295px;
}

.borda{
	border:solid 1px #900;
}

.corpo_texto {
	font-size: 11px;
}
.titulo{
	font-size: 13px;
	font-weight: bold;
}

h1{
	font-size: 16px;
	font-weight: bold;
	color:#900;
}

h2{
	font-size: 14px;
	font-weight: bold;
	color:#900;
}

.corpo_menu {
	font-size: 9px;
	color: #5B5B5B;
}
.titulo_menu {
	font-size: 9px;
	font-weight: bold;
}
.corpo_texto_branco {
	font-size: 9px;
	color: #FFF;
}
.titulo_branco {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

#conteudo_midia{
	width:580px;
	margin-left:20px;
	background-color:#B9B9B9;
}

