body {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0px;
	padding-top: 0px;
	background-color: black;
	font-family: Arial, Garamond, sans-serif;
	font-size: 1.0em;
}

img {border-style: none;}

#pagina {
	position: relative;
	top: -1.0em;
	*top: -0.25em;
	background-color: white;
	color: black;
	min-height: 50em;
	width: 100%;
}

#topo {
	min-height: 160px;
	vertical-align: middle;
	width: 100%;
}

#menu {
	width: 100%;
	background-image: url("pics/fundoMenu.jpg");
	background-repeat: repeat-x;
	font-size: 0.8em;
	text-align: center;
}

#menu ul {
	position: relative;
	padding-top: 1.0em;
}

#menu ul li {
	list-style: none;
	display: inline;
	padding-left: 1.0em;
	padding-right: 1.0em;
	padding-top: 3.0em;
}

#menu a:link,
#menu a:visited {
	color: black;
	font-weight: bold;
	font-size: 0.9em;
	font-family: Tahoma;
}

#menu a:hover {
	color: white;
	background-color: black;
}

#chamada {
	text-align: center;
}

#menuTopo li{
	display: inline;
	padding-right: 1.0em;
	list-style: none;
}

#conteudo {
	padding-top: 2.0em;
	padding-left: 2em;
	padding-right: 2em;
	background-image: url("pics/fundoConteudo.jpg");
	background-repeat: repeat-x;
	position: relative;
	min-height: 40em;

}

#infoLink {
	width: 100%;
	background-color: white;
	font-family: Arial;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	margin-top: 0.4em;
	padding-top: 0.7em;
	padding-bottom: 0.2em;
	background-image: url("pics/fundoInfoLink.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
}

.noticia {
	width: 100%;
	float: none;
	margin-left: 3em;
	margin-right: 3em;
	font-family: Arial;
	text-align: center;
	padding-bottom: 5.0em;
}

.noticia .titulo {
	font-size: 1.6em;
	width: 20%;
	float: left;
	text-align: right;
}

.noticia .chamada {
	font-size: .9em;
	width: 75%;
	float: left;
	font-family: Helvetica;
	padding-top: 0.6em;
	padding-left: 0.6em;
	text-align: left;
}

#rodape {
    padding-top: 1.0em;
	padding-bottom: 1.0em;
	margin-top: 5.0em;
	text-align: center;
	vertical-align: bottom;
	background-color: white;
	border-top-width: 1px;
	border-top-color: black;
	border-top-style: solid;
}

.titulo {
	font-family: Arial;
	color: black;
	font-size: 1.5em;
	font-weight: bold;
}


.submenu {
	font-size: 0.8em;
	position: relative;
	top: -1.0em;
	text-align: center;
	width: 100%;
}

.submenu li {
	display: inline;
	padding: 1.0em;
}

.submenu a:link,
.submenu a:visited,
.submenu a:active {
	font-family: Tahoma;
	font-weight: bold;
	color: black;
}

.submenu a:hover {
	color: white;
	background-color: black;
}

#conteudo table tr td{
	vertical-align: top;
	padding-bottom: 1.0em;
}

.parentese {
	border-style: dashed;
	padding: 1.0em;
	background-color: #FFCC00;
	border-color: blck;
	border-width: 1px;
}

.codigo {
	border-style: dashed;
	padding: 1.0em;
	background-color: #CCCCCC;
	font-family: "Courier New", Courier, mono;
	border-style: dashed;
	border-width: 1px;
}

.aviso {
	border-style: dashed;
	padding: 1.0em;
	background-color: #FF0000;
	color: white;
	border-color: black;
}
