/* CSS Document */

.t_extensao{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	width:688px;
	text-align:left;
	height:20px;
	border-bottom:#CCCCCC 1px solid;
	color:#000066;
}

#ext_inicial{
	width:690px;
}
#cursos_ext{
	float:left;
	width:450px;
	margin-left:5px;
	margin-top:5px;
}
#cursos_ext2{
	float:right;
	width:180px;
	height:500px;
	text-align:center;
	margin-right:0px;
	margin-top:10px;
	background:url(../imgs/ext.jpg);
}
#cursos_ext ul{
	list-style:none;
	padding-left:0;
	margin-left:0px;
}
#cursos_ext a{
	color:#003399;
	text-decoration:none;
	font-weight:bold;
}
#cursos_ext2 a{
	color:#003399;
	text-decoration:none;
}
#cursos_ext a:hover{
	color:#003399;
	text-decoration:underline;
}
#cursos_ext2 a:hover{
	color:#003399;
	text-decoration:underline;
}
.t_cursus_ext{
	font-size:12px;
	color:#000099;
	font-weight:bold;
}
#ext_rodape{
	clear:both;
	width:auto;
	height:50px;
	text-align:center;
}
#ext_rodape a{
	font-size:16px;
	font-weight:bold;
	color:#000066;
	text-decoration:none;
}
#ext_rodape a:hover{
	text-decoration:underline;
}				

