.formborda01 {
	border: 1px solid #666666;
}
.bordacimabaixo {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.bordaladoesq {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.bordalados {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
.bordaladodir {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;

}
.bordabaixo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.linkcinza {
	text-decoration: none;
    color: #666666;
}
.linkcinza:hover {
	color: #000000;
	text-decoration: underline;

}

font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.linkpreto {

	text-decoration: none;
    color: #333333;
}
.linkpreto:hover {


	text-decoration: underline;
    color: #333333;
}
.linkvermelho {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
    color: #FF5B5B;
}
.linkvermelho:hover {
	text-decoration: underline;
    color: #CC0000;
}
