/************************************ESSA CSS É SÓ PARA AS NOTICIAS ***************************/
a {
	color:#000000;
	text-decoration:none;
	font-size:12px;
}
a:hover {
	text-decoration:underline;
	color:#000000;
}
a:visited {
	color:#000000;
}
/************* OS INCLUDES DAS NOTICIAS - PRINCIPAIS.PHP & ULTIMAS.PHP ************************/
.not_ultimas ul {
	list-style-type: none;
	margin:10px 0px 10px 5px;
	padding:5px;
}
.not_principais ul {
	list-style-type: none;
	margin:10px 0px 10px 5px;
	padding:5px;
}

/************* univ/jp/noticias/index.php **************/
#noticias_001 {
	float:left;	
}
.noticias_011 {
	text-indent:5px;
	background-color:#f2f2f2;
	border:1px solid #cccccc;
	margin:5px;
	padding-top:0px;
	max-width:450px;
	float:left;
}
.noticias_011 a {
	font-size:12px;
	text-decoration:none;
	color:#000000;
}
.noticias_011 a:hover {
	text-decoration:underline;
}
.titulo_noticia {
	background-color:#f2f2f2;
	border:1px solid #cccccc;
	color:#003399;
	font-weight:bold;
	text-indent:5px;
}
.noticias_012 {
	text-align:left;
	margin:5px;
	padding-left:10px;
	min-width:300px;
}
/************* univ/jp/noticias/noticias_noticia_jp.php **************/
.div_not_completa {
	font-size:12px;
}
.div_not_completa div {
	margin:0px 0px 10px 0px;
}
span.tit_not_completa {
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
span.fonte_not {
	color:#000000;
}