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

.fundointernas {
	background-image: url(images/fundo_internas.jpg);
	background-repeat: no-repeat;
}
.cit {
	font-size: 11px;
	font-style: italic;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 3px;
	background-attachment: fixed;
	background-image: url(images/fundo.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1A1D40;
	font-style: normal;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
}
a:link, a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #009;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #069;
	text-decoration: underline;
}
.rodape a:link, .rodape a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #039;
	text-decoration: none;
}
.rodape a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #039;
	text-decoration: underline;
}
.back a:link, .back a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: center;
}
.back a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
	text-align: center;
}
.campo {
	border: 1px solid #999999;
}
.botao {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	border: 1px solid #CCCCCC;
}
.prog {
	font-size: 16px;
}

