@charset "utf-8";
/* CSS Document */

body {
	margin:4px;
}


#Pai {
	background:#CCC;
	width:920px;
	height:600px;
	margin:0px auto;
}
#Clear {
	clear:both;
}
#Top {
	background:#69F;
	width:920px;
	height:160px;
}
#Banner {
	background:#69F;
	width:100px;
	height:160px;
	float:left;
}
#Titulo {
	background:#69F;
	width:720px;
	height:85px;
	float:right;
	padding:40px 0px 0px 80px;
}
#Links {
	background:#36F;
	width:820px;
	height:35px;
	float:right;
}
#Links ul {
	list-style:none;
	margin:8px 8px 0px 0px;
	padding:0px;
	text-align:center;
}
#Links ul li {
	display:inline;
	margin:0px;
	padding:4px 3px 4px 0px;
	text-align:center;
}
#Links ul li a{
	background:#36F;
	color:#FFF;
	font-weight:bolder;
	font-size:14px;
	text-decoration:none;
	padding:8px 3px 8px 3px;
}
#Links ul li a:hover{
	background:#69F;
	color:#FFF;
	font-weight:bolder;
	font-size:14px;
	text-decoration:none;
}

#Conteudo {
	background:#CCC;
	width:880px;
	height:425px;
	overflow:auto;
	color:#000;
	font:13px Tahoma, Geneva, sans-serif;
	padding:0px 20px 0px 20px;
}

#Conteudo table.apl tr td {
	padding-bottom:25px;
}
.Titulo {
	color:#039;
	font:18px "Arial Black", Gadget, sans-serif;
}
.TxtTitulo {
	color:#006;
	font:22px "Times New Roman", Times, serif;
	text-align:center;
	font-weight:bolder;
}
.Prof{
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bolder;
}
.Grupo{
	font-weight:bolder;
	text-decoration:underline;
	margin-left:20px;
}
.gta {
	position:absolute;
	left:708px;
	top:250px;
}
.ufrj {
	position:absolute;
	left:700px;
}
.coppe {
	position:absolute;
	left:800px;
}

.Sub {
	font:14px Verdana, Geneva, sans-serif;
	color:#060;
}

.mini {
	font:9px Verdana, Geneva, sans-serif;
}


#Rodape {
	background:#69F;
	width:520px;
	height:15px;
	color:#FFF;
	font:10px Arial, Helvetica, sans-serif;
	padding-left:400px;
	font-weight:bolder;
}
