/* CSS Document */

<!--
A:link {
font-size: 7pt; color:"Black"; text-decoration: none; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;
}
A:visited {
font-size: 7pt; color:#990000; text-decoration: none; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;
}
A:hover {
font-size: 7pt; color:"Blue"; text-decoration: none; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;
}
-->
body {
	margin:0px;
	overflow: auto;
	background-color:#0099FF;
	background-image: url(imagens/fundo.jpg);
	background-position:top;
	background-repeat:repeat-x;
	scrollbar-face-color: #FFFFFF;
    scrollbar-highlight-color: #666666;
    scrollbar-3dlight-color: #666666;
    scrollbar-darkshadow-color: #0033CC;
    scrollbar-shadow-color: #0033CC;
    scrollbar-arrow-color: #0033CC;
    scrollbar-track-color: #FFFFFF;
}

.ultimas {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color:#333;
}

.noticias_titulo {
	font-family: Verdana;
	font-size: 11px;	
	color:#000066;
	font-weight: normal;	
	text-align:center;
}

.conteudo {
	font-family: Verdana;
	font-size: 11px;
	color:#000000;
}

.pequeno {
	font-family: Verdana;
	font-size: 9px;
	color:#000000;
}

.online {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;	
	color:Blue;
}

.blue {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;	
	color:Blue;
}

.red {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;	
	color:Red;
}

.agenda_titulo {
	font-family: Verdana;
	font-size: 11px;
	color:#333;
	padding: 2px;
	text-align:center;
}