/* CSS Document */
#cont {
	width:500px;
	height:250px;
	overflow: auto;
}
.tx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;

}
#fundo {
	background-attachment: fixed;
	background-image: url(imagens/px.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.linha {
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #666666;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC6633;
	border-bottom-style: inset;
	border-bottom-color: #990099;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 3px;


}
.docente {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}

