a.links:link {color: #000000}     /* unvisited link */
a.links:visited {color: #000000}  /* visited link */
a.links:hover {color: #000000; text-decoration: underline}   /* mouse over link */
a.links:active {color: #000000}   /* selected link */

a.not:link {color: #606060}     /* unvisited link */
a.not:visited {color: #606060}  /* visited link */
a.not:hover {color: #606060; text-decoration: underline}   /* mouse over link */
a.not:active {color: #606060}   /* selected link */

a.dica:link {color: #6AA7C4; font-weight:bold}     /* unvisited link */
a.dica:visited {color: #6AA7C4; font-weight:bold}  /* visited link */
a.dica:hover {color: #6AA7C4; font-weight:bold; text-decoration: underline}   /* mouse over link */
a.dica:active {color: #6AA7C4}   /* selected link */

.tabela {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	background-color:#FFFFFF;
}

form {
	display: inline;
}

a {
	text-decoration: none;	
	color:#6AA7C4;
}

body.site {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image:url(imagens/fundo.jpg);
	background-position:top center;
	background-repeat:no-repeat;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

body.email {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image:url(imagens/fundo_email.jpg);
	background-position:top center;
	background-repeat:no-repeat;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.textos {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.datas {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.noticias {
	font-family: Tahoma;
	font-size: 11px;
	color: #606060;
	font-weight: bold;
	text-decoration: underline;
}

.titulos {
	font-family: Tahoma;
	font-size: 11px;
	color: #6AA7C4;
	font-weight: bold;
	text-decoration: none;
}

.itens {
	font-family: Tahoma;
	font-size: 11px;
	color: #606060;
	text-decoration: none;
}

.formtext {
	font-family:Tahoma;
	font-size:10;
	color:#666666;
	text-decoration:none;
}

.news{
	border-top:#666666 1px solid;
	border-left:#666666 1px solid;
	border-bottom:#666666 1px solid;
	border-right:#666666 1px solid;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	
}
