.texto2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.texto3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000099;
}

.texto4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000099;
}
.texto5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
}


.linha-vermelho-embaixo {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #AD3333;
}
.linha-download {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #666666;
}

.botao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 17px;
	color: #000000;
	background-color: #DBCCAF;
	border: 0px none;
}

.textarea {
	border: 1px solid #000066;
	width: 190px;
}

.nome-mail {
	height: 17px;
	width: 190px;
	border: 1px solid #000066;
}	

A:active
{
   color:#333399;
   TEXT-DECORATION: underline;
}
A:link
{
   color:#333399;
   TEXT-DECORATION:none;
}
A:visited 
{
   color:#333399;
   TEXT-DECORATION:none;
}
A:hover 
{
	   color:#006600; 
	text-decoration: underline;
	background-color : none;
}

