/* Estilos para a Caixa de Notícias */
#ticker-container {
	position:relative;
	overflow:hidden;
	width: 190px;
	height: 135px;
	background-color: #00FFFF;
	background-repeat: repeat;
	padding: 2px;
	border:  groove #006699;
}
	
#ticker {
	position:relative;
	width: 185px;
}
	
#ticker ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

#ticker ul li {
	display:list-item;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: verdana;
	font-size: xx-small;
	font-weight: normal;
	color: #242424;
	padding-left: 2px;
}
	
#ticker ul li a {
	font-family: verdana;
	font-size: 9;
	font-weight: normal;
	color: #0000ff;
	text-decoration: none;
	padding-left: 2px;
}
        
#ticker ul li a:hover {
	font-family: verdana;
	font-size: 9;
	color: #006600;
	text-decoration: none;
	padding-left: 2px;
}

/* Divisão do ad e Flash 180x150 */

#ad_peq_ret {
	width: 180px;
	height: 150px;
	text-align: center;
	position: relative;
	left: 10px;
	border: none;
	padding: 0;
	margin: 0;
}

