@charset "utf-8";
.fonteprincipal {
	font-family: "Verdana", Trebuchet MS, Arial;
	font-size: 12px;
	color: #000000;
}
.links_cinza {
	color: #000000;
	font-family: "Verdana", Trebuchet MS, Arial;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
}
.links_cinza:visited {color: #000000; text-decoration: none}
.links_cinza:hover {color: #000000; text-decoration: underline
}
.fontesecundaria {
	font-family: "Verdana", Trebuchet MS, Arial;
	font-size: 12px;
	color: #315B9A;
}
.fonteternaria {
	font-family: "Verdana", Trebuchet MS, Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.fontetitulo {
	font-family: "Verdana", Trebuchet MS, Arial;
	font-size: 18px;
	color: #315B9A;
}
.caixainput {
	font-family: "Verdana", Trebuchet MS, Arial;
	font-size: 12px;
	color: #666666;
	height: 18px;
}
.caixatextarea {
	font-family: "Verdana", Trebuchet MS, Arial;
	font-size: 12px;
	color: #666666;
	height: 18px;
}
.bordaprimaria {
	border: 1px solid #666666;
}
.bordasecundaria {
	border: 1px solid #315B9A;
}
.bgnorepeatx {
	background-repeat: repeat-y;
}
.bgnorepeaty {
	background-repeat: repeat-x;
}

