@charset "UTF-8";
/* estilos gerais */
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #f00;	
}
.more {
	color: #01549b;
	font-weight: bold;
	text-decoration: underline;
	background: url('../img/ponto.gif') no-repeat;
	padding-left: 18px;
}
#rolagem a {
	margin-left: 15px;
	display: block;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #01608e;
}
#rolagem a:hover {
	color: #f00;
	text-decoration: none;
}
.questions {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
}
h1 {
	font-family: Impact; 
	font-size: 23px; 
	color: #665a55;
	margin-top: 20px;
	clear: both;
	margin-bottom: 25px;
}
p {
	margin-bottom: 15px;
	text-align: justify;
}
label {
	display: block;
	margin-bottom: 10px;
}
input, textarea {
	border: 1px solid #7F9DB9;
	padding: 2px;
	background-color: #fff;
}
fieldset {
	text-align: right;
	width: 270px;
}



/* Estilo dos inputs para a função Javascript  */
.nodestaque {
	padding-right: 5px;
	background-color: #FDF3F2;
	border: 1px solid #ED6E37;
}
.tabe {
	border: 1px solid #7F9DB9;
	background-color: #fff;
	color: #114E98;
	padding-right: 2px;
	margin-bottom: 2px;
}
