@CHARSET "ISO-8859-1";
#noticia {
	width: 150px;
	position: absolute;
	top: 200px;
	padding-right: 105px;
	margin-left: 10px;
}

.not {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

.not .titulo {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	font-variant: small-caps;
	text-align: center;
	width: 250px;
}

.not span {
	font-size: 10px;
	font-weight: bold;
}

.not .linhaNot {
	margin-bottom: 10px;
	width: 250px;
}

.not .linhaNot a {
	color: #666;
}

.not .linhaNot a:hover {
	color: #CCC;
	text-decoration: underline;
}

#calendario {
	border-bottom: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-top: 2px solid #FFF;
	width: 155px;
	height: 165px;
	background-color: #FFF;
	color: #000;
	font-size: 12px;
	position: absolute;
	top: 380px;
	margin-left: 50px;
}

.calendar-month {
	padding: 5px;
	width: 155px;
	color: #FFF;
	background-color: #00ADEF;
}

.calendar-month a {
	color: #FFF;
}

.atual {
	color: #F00;
}

#calendario td a {
	color: #FFF;
	background-color: #47B747;	
	display: block;	
	margin: 0px;
}

.calendar tr td {
	border: 1px solid #FFF;
}

/* 
#calendario a {
	color: #000;
}

#calendario a:hover {
	text-decoration: underline;
}*/
