.fonte_padrao {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #660000;
}

.fonte_padrao_red {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: red;
}

.fonte_padrao_blue {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: blue;
}

.fonte_padrao_grande {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: black;
}

.fonte_padrao_form {
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: #660000;
}

a:link {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #660000;
}

a:visited {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #660000;
}

a:hover {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #660000;
}

a:active {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #660000;
}