/* CSS Document */

body {
	background-image: url(img/background.jpg);
	background-repeat: repeat;
	margin:0px;
}
/* tabelas */
.table_back {
	background-color: #F3F1E2;
	border:solid;
	border-color:#0099CC;
	border-width:1px;
}
.table_dep {
	background-color: #ffffff;
	border:solid;
	border-color:#0099CC;
	border-width:1px;
}


/* textos */
.h1{
	color: #C2AA86;
	font-size:9px;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #025A6C;
	padding-right: 10px;
	padding-left: 0px;
	line-height: 40px;
}
.texto-news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #025A6C;
	padding-right: 20px;
	text-align: justify;
}

.news-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 26px;
	font-size: 13px;
	font-weight: bolder;
	color: #025A6C;
}
.chegar-tit{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #025A6C;
}
.chegar-txt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 14px;
	font-size: 11px;
	font-weight: normal;
	color: #025A6C;
}
.texto-out {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #024857;
}
.destaque {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	text-align:right;
	line-height:24px;
	font-weight:bold;
}



/* links */
a:link{text-decoration: underline; color: #004452;}
a:visited{text-decoration: none; color: #004452;}
a:hover{text-decoration: underline; color: #000033;}
a:active{text-decoration: none; color: #004452;}

a.azzolin:link, visited, active{
	text-decoration: none;
	color: #004452;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #024857;}
a.azzolin:hover{text-decoration: underline; color: #fff;}
a.destaque:link, visited, active{
	text-decoration: none;}
a.azzolin:hover{text-decoration: underline; color: #000033;}
