.nav {
	margin-bottom: 20px;
	padding-left: 115px;
	height: 17px;
}

.deactivate {
	color: #d2d177;
}

#contentbody li {
	list-style: square;
	margin-left: 10px;
}

h3.arquivo {
	font-weight: normal;
	font-size: 11px;
	color: #669900;
}

#noticias {
	width: 350px;
	float: left;
	color: #333333;
}

#noticias h3, #satelites h3 {
	margin: 0px 0px 5px 0px;
	font-size: 11px;
}

#noticias h3 a {
	color: #333333;
}

#noticias p {
	margin-top: 0px;
}

#noticias li p {
	text-align: justify;
	padding: 0px 10px;
}

#noticias li strong {
	color: #333333;
}

#noticias .news {
	min-height: 72px;
	padding: 10px;
	text-align: justify;
	border: 1px solid #D3D8D1;
	background: #eee url(/img/news_back.gif) repeat-x top;
}

#noticias .news .fltright {
	float: right;
}

#noticias .newsimg {
	float: left;
	width: 70px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #ffffff;
	padding: 3px;
	background: #efefe0 url(/img/calendar_back.png);
}

#noticia .newsimgbig {
	float: left;
	width: 133px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #ffffff;
	padding: 3px;
	background: #efefe0 url(/img/calendar_back.png);
}

#noticia .newsbody * {
	font-size: 11px !important;
}

#noticia .newsbody {
	color: #333333 !important;
	margin-left: 170px;
}

#noticia .newsbody a, #noticia .newsbody a * {
	color: #669900 !important;
	text-decoration: none !important;
	font-weight: normal;
}

#noticia h3 {
	color: #333333;
 	font-size: 12px;
}

#satelites {
	margin-left: 30px;
	width: 350px;
	float: left;
	color: #333333;
}

#satelites table {
	width: 100%;
	background: #F3F3F1;
	border: 1px solid #e5e5e5;
	border-top: none;
	border-collapse: collapse;
}

#satelites table th {
	color: #fff;
	font-weight: normal;
	background: url(/img/table_th.gif) repeat-x top;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #ddd;
	height: 20px;
}

#satelites table tr th:last-child {
	border-right: 1px solid #ddd;
}


#satelites table td {
	text-align: center;
	padding: 5px 0px;
}

#satelites table tr:hover {
	background: #efefe0;
}


#satelites table tr.first {
	background: url(/img/tr_first.png) top repeat-x;
}

#satelites table tr.first:hover {
	background: #efefe0 url(/img/tr_first.png) top repeat-x;
}

#slide_cnt {
	padding: 0 10px;
	margin-left: 30px;
	width: 330px;
	float: left;
	color: #333333;
	border: 1px solid #D3D8D1;
	background: #eee url(/img/news_back.gif) repeat-x top;
}

#slide_cnt h3 {
	color: #333333;
 	font-size: 11px;
}

#slideshow {
	position: relative;
	height: 330px;
}

#slideshow img {
	position: absolute;
	z-index: 10;
	max-height: 330px;
	max-width: 330px;
}


