@charset "utf-8";
/* CSS Document */

#dataSite {
	float: right;
	text-align: right;
	margin-top: 25px;
	
	font-family: "Century Gothic";
	font-size: 12px;
	color: #999999;
}

h1 {
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	border-bottom: 1px dotted #cccccc;
}

h2 {
	font-family: "Century Gothic";
	font-size: 25px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 5px 0;
}

h3 {
	font-family: "Century Gothic";
	font-size: 25px;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

h4 {
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

.itensLink {
	margin: 0;
	
	font-family: "Century Gothic";
	font-size: 12px;
}

.itensLink a:link, .itensLink a:active, .itensLink a:visited {
	color: #cccccc;
	text-decoration:none;
}

.itensLink a:hover {
	color: #ffffff;
}

.txtConteudo {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

.txtConteudo a {
	color: #000000;
}

form#MS input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form#MS a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.atendimento {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.atendimento:hover {
	text-decoration: underline;
}

.texto-rodape {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #ffffff;
	line-height: 35px;
	text-align: center;
	margin: 0;
	padding: 0;
	border-top: 1px solid #000000;
}