/* CSS Document */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #827B73;
}
a{
	font-size: 10px;
	color: #827B73;
	text-decoration: none;
}
a:visited {
	color: #827B73;
	text-decoration: none;
}
a:hover {
	color: #827B73;
	text-decoration: underline;
}
.link{
	font-weight:bold;
	color: #55A4D2;
	text-decoration: none;
}
.link:visited {
	color: #55A4D2;
	text-decoration: none;
}
.link:hover {
	color: #55A4D2;
	text-decoration: underline;
}
.menu, .menu:visited, .menu:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.bold{
	font-weight: bold;
}
.destaque{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.paragrafos{
	padding: 5px;
}
.rodape1{
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	padding: 5px;
}
.rodape2{
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
}
.titulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.subtitulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.hr{
	border: 2px solid #DDDDDD;
	text-align: left;
}
.caixaTexto{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E7E7E7;
	border: 1px solid #8E8E80;
}
.botao{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #827B73;
	font-size: 10px;
	font-weight: bold;
	background-color: #E7E7E7;
	border: 1px solid #8E8E80;
}