@charset "utf-8";
td {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #575757;
	line-height: 15px;
}

.InputHome {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 13px;
	width: 100%;
}

.InputPadrao {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 22px;
	width: 100%;
}

.InputMoldura {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	height: 16px;
	width: 100%;
	border: 1px solid #CCCCCC;
}

.InputMultiline {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	width: 100%;
	border: 1px solid #CCCCCC;
}

a.linkum:link {
	color:#1d868d;
	text-decoration:none;
	font-weight: bold;
}
a.linkum:visited {
	color:#1d868d;
	text-decoration:none;
	font-weight: bold;
}
a.linkum:hover {
	color:#1d868d;
	text-decoration:underline;
	font-weight: bold;
}
a.linkum:active {
	color:#1d868d;
	font-weight: bold;

}


a.linkdois:link {
	color:#0685a8;
	text-decoration:none;
	font-weight: bold;
}
a.linkdois:visited {
	color:#0685a8;
	text-decoration:none;
	font-weight: bold;
}
a.linkdois:hover {
	color:#0685a8;
	text-decoration:underline;
	font-weight: bold;
}
a.linkdois:active {
	color:#0685a8;
	font-weight: bold;
}


a.linktres:link {
	color:#575757;
	text-decoration:none;
}
a.linktres:visited {
	color:#575757;
	text-decoration:none;
}
a.linktres:hover {
	color:#575757;
	text-decoration:underline;
}
a.linktres:active {
	color:#575757;
}


.TituloDestaqueHome {
	font-size: 14px;
	font-weight: bold;
	color: #0685a8;
}
.EscritoNews {
	color: #38959c;
}
