h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 9d3502;
	text-decoration: none;
	}
a 	{
	text-decoration: none;
	}
a:hover {
	text-decoration:underline;
	}
.textodestaquemarromescuro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 9d3502;
	text-decoration: none;
}
.linktextodestaquemarromescuro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 9d3502;
	text-decoration: none;
}
.textodestaquemarromescuro:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 9d3502;
	text-decoration: underline;
}
.textonormalcinza {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.textodestaquecinza {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.linktextonormalcinza {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#333333;
	text-decoration: underline;
}
.linktextonormalcinza:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration: none;
	background:#666666;
}
.textobrancobotton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #97CBFF;
	text-decoration: none;
}
.textobrancobotton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.textonormalazulescuro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0D5FB3;
	text-decoration: none;
}
.linktextonormalazulescuro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#0D5FB3;
	text-decoration: underline;
}
.linktextonormalazulescuro:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	background: #0066CC;
}
.bordamarromescuro {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DBD6B5;
	border-right-color: #DBD6B5;
	border-bottom-color: #9D3502;
	border-left-color: #DBD6B5;
}

.bordacinzabotton {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
}
.bordacinzatop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dbdbdb;
}
.bordaazulbotton {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1058AC;
}
