body {
	background-image: url(fundo.gif);
	background-repeat: repeat-y;
	background-color: #CBCBCB;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9pt;
	line-height:16px;
	color:black;
	text-align:justify;
	margin-left:10px;
	margin-right:10px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: black;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: white;
	scrollbar-arrow-color: black;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

table{
	border-collapse: collapse;
}
td {
	border: 1px solid Black;
	font-size:9pt;
}

.topo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 30;
}

.pucrs {
	position: absolute;
	left: 10px;
	top: 20px;
	z-index: 40;
}

.topo_baixo {
	position: absolute;
	left: 0px;
	top: 127px;
	z-index: 30;
}

.texto {
	position: absolute;
	left: 180px;
	top: 160px;
	width: 590px;
	z-index: 20;
}

.menu {
	position: absolute;
	left: 8px;
	top: 190px;
	width: 158px;
	text-align: left;
	z-index: 20;
}

.titulo {
	text-align:right;
	padding-top:20px;
	font-size: 16pt;
	color:black;
	line-height:25px;
	padding-bottom: 8px;
	border-bottom: 1px solid black;
	color:#1F78B2;
	
}

.subtitulo {
text-align:left;
	padding-top:20px;
	font-size: 11pt;
	color:black;
	padding-bottom: 8px;
	color:#F58220;
	font-weight: bold;
}

.destacado{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.menu a, .menu a:active, .menu a:link, .menu a:visited {
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 100%;
	line-height: 12pt;
	text-decoration: none;
	color: #264081;
	border-top: 1px solid white;
	border-bottom: 1px solid White;
}

.menu a:hover {
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	text-decoration: none;
	color: black;
	background-color: #CBDAED;
	border-top: 1px solid #A6BFDD;
	border-bottom: 1px solid #A6BFDD;
}

a, a:visited				{
	color:#D86D13;
	text-decoration : underline;

}



a:active, a:hover		{
			color:#005BB1;
			text-decoration : underline;

			}
			
.banner {
	position: absolute;
	left: 60px;
	top: 40px;
	z-index: 40;
}			
