/* TITULOS */
.CWtituloLogoCoastwatchLettering{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75px;
	font-weight: bold;	
	color: #213C74;
	background-color: White;
}

.CWtituloLogoCoastwatch{
	border: 2px solid White;
}

.CWtituloItemPrincipal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
/*	background-color: White; */
	background-image: url(../imagens/fundo_titulo.gif);
	background-repeat: no-repeat;
	color: White;
/*	
	color: Blue;
	border-color: white;
	border-style: solid;
	border-width: 2px;
*/
	}

.CWsubTituloItemPrincipal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
/*	background-color: White; */
	color: white;
	border-color: #BDC8FF; /* azul muito clarinho */
	border-style: solid;
	border-width: 2px;
	}

.CWtituloIntermedio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}


/* LINKS */
.CWlinkPrimeiroNivel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FDFDFF;
	text-decoration: none;
	border: 2px none;
	text-indent: 0px; /* TESTAR para ver se fica bem!!! */
	line-height: 7pt;
}
.CWlinkPrimeiroNivel:hover {
	border: 2px dashed;
	border-color: Yellow;
	border-left-width: 0px;
/*	text-decoration: underline;*/
	color: #FFFFFF; 
	text-decoration: none;
}

.CWlinkPrimeiroNivelHL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFE0;
	text-decoration: none;
	text-indent: 0px; /* TESTAR para ver se fica bem!!! */
	line-height: 7pt;
	border: 2px solid;
	border-color: White;
	border-left-width: 0px;
/*	text-decoration: underline;*/
	text-decoration: none;
/*	font-style: italic;*/
}
.CWlinkPrimeiroNivelHL:hover {
	border: 2px dashed;
	border-color: Yellow;
	border-left-width: 0px;
/*	text-decoration: underline;*/
	color: #FFFFFF; 
	text-decoration: none;
}

.CWlinkSegundoNivel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;	
	color: #FDFDFF;
	text-decoration: none;
	border: 2px none;
	line-height: 2px;
}
.CWlinkSegundoNivel:hover {
	border: 2px dashed;
	border-color: Yellow;
	border-left-width: 0px;
/*	text-decoration: underline;*/
	color: #FFFFFF; 
	text-decoration: none;
}

.CWlinkNormal {
	color: #FFFFB0;
	text-decoration: underline;
}
.CWlinkNormal:hover {
	color: #FFFFFF; 
	text-decoration: none;
}

.CWlinkTopo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;	
	text-decoration: underline;
	color: #FFFFB0;
}
.CWlinkTopo:hover {
	text-decoration: none;
	color: #FFFFFF; 
}

.CWlinkArtigoCompleto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	color: #FFFFB0;
	line-height: 0px;
	text-indent: 0px;
	text-transform: capitalize;
}
.CWlinkArtigoCompleto:hover {
	text-decoration: none;
	color: #FFFFFF; 
}

.CWlinkRodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: underline;
	color: #FFFFB0;
}
.CWlinkRodape:hover {
	text-decoration: none;
	color: #FFFFFF; 
}

.CWlinkDestaque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FDFDFF;
	text-decoration: none;
	border: 2px none;
	text-indent: 0px; /* TESTAR para ver se fica bem!!! */
	line-height: 15pt;
}
.CWlinkDestaque:hover {
	border: 0px dashed;
	border-color: Yellow;
	border-bottom-width: 2px;
/*	text-decoration: underline;*/
	color: #FFFFFF; 
	text-decoration: none;
}

.CWlinkDestaque2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19pt;
	font-weight: bold;
	color: #FDFDFF;
	text-decoration: none;
	border: 2px none;
	text-indent: 0px; /* TESTAR para ver se fica bem!!! */
	line-height: 15pt;
}
.CWlinkDestaque2:hover {
	border: 0px dashed;
	border-color: Yellow;
	border-bottom-width: 2px;
/*	text-decoration: underline;*/
	color: #FFFFFF; 
	text-decoration: none;
}


/* TEXTO */
.CWtextoNormal {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	color: white;
	text-indent: 0px;
}
.CWtextoLegenda {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: white;
	text-indent: 0px;	
}

/* BACKGROUNDS */
.CWfundoTabela {
	background-image: url(../imagens/fundo_tabela_mapa_europa2.gif);
	background-attachment: fixed;
   background-repeat: no-repeat;
	background-position: 100% 2cm /* canto superior direito */
  }
  
/* TABELAS */
.CWtabelaSimplesCoordenadores {
	border: thin solid White;
	border-width: 1px 1px 1px 1px;
	}
