body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000066;
	margin: 0px;
	background-color: #FFFFFF;
}
p, li {
	font-size: 12px;
}
input, select, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000066;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(/img/layout_input_bkg.gif);
	background-repeat: repeat-x;
	border: 1px solid #F57E85;
}
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #E11820;
	text-decoration: underline;
}
.txtRodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.txtRodape:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.subTitulo {
	font-size: 14px;
	font-weight: bold;
	color: #ED1B24;
}
.tableDestaqueTH {
	color: #FFFFFF;
	background-color: #ED1B24;
}
.tableDestaqueTD {
	background-color: #FEEDEE;
}
.noticiaTitulo {
	font-weight: bold;
	color: #ED1B24;
}
.noticiaFonte {
	color: #999999;
}
.inputVazio {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}
