@CHARSET "ISO-8859-1";
*{
	margin:				0px;
	padding:            0px;
}
body {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	background:         #000;
}
#desenvolvido {
	width: 1000px;
	height: 40px;
	float: left;
	background:#000000;
}
#agendalist {
	width: 100%;
    height: 45px;
	color: #DDDDDD;		
	padding-top: 5px;	
	padding-bottom: 5px;		
	float: left;
	text-align: left;
}
#noticiaslist {
	width: 100%;
	color: #DDDDDD;		
	padding-top: 5px;	
	padding-bottom: 5px;		
	
	text-align: left;
}
#recadoslist {
	background: #000;
	border-bottom: 1px solid #909090;
	filter:alpha(opacity=60);
	opacity: 0.6;
	width: 100%;
	color: #FFF;	
	font-weight: bold;	
	margin-top: 6px;	
	float: left;
	text-align: left;
}

#videoslist {
	background: #000;
	border-bottom: 1px solid #909090;
	filter:alpha(opacity=60);
	opacity: 0.6;
	width: 100%;
	color: #FFF;	
	font-weight: bold;	
	margin-top: 6px;	
	margin-bottom: 15px;		
	float: left;
	text-align: left;
}
#noticias_inf {
	width: 100%;
	color: #DDDDDD;		
	padding-top: 5px;	
	padding-bottom: 5px;		
	float: left;
	text-align: left;
}