body {
	font-family: Verdana, Arial;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

a:hover {
	font-weight: bold;
}
#menu a {
	padding: 3px;
	padding-left: 4px;
	display: block;
	color: #000000;
	text-decoration: none;
	background-color: white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	width: 93%;
	font-size:11px;
	background-image: url(imagens/fundo_menu.jpg);
}

#menu a:hover { /* quando passa o mouse em cima do botão*/
	background-color: #000000;
	color: #000000;
	font-weight:bold;
}

.destaque {
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1c5679;
		
}
.texto_top10 {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	}

.texto {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;

}
.texto_est {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	
	}
.texto1 {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: none;

}
.textoform {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	
}
.textonormal {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.texto14 {
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;

}
.textopreto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	font-weight: bold;

}
.textoazulbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005080;
	font-style: normal;
	font-weight: bold;

}
.textobrancobold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;

}


.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-position: center;




}

.titulopaginacao {

	font-weight: bold; font-size: 11px; color: #999999; font-family: verdana; text-decoration: none;
}

.............

/* CSS Document */
img{
	border: 0px;
}
#nav{
	width: 320px;
	height: 30px;
	background: #fff;
	padding: 0px;
}
#nav ul{
	padding: 0px;
	margin: 3px 0px 0px 0px;
}
#nav ul li{
	display: inline;
	float: left;
	list-style-type: none;
	width: 30px;
	margin: 0px;
	padding: 3px;
}
#nav ul li a{
	padding: 3px 3px 0px 3px;
	background: #eee;
}
#nav ul li a:hover{
	background: #ccc;
}
#pic{
	width: 320px;
	padding: 10px;
	margin: -5px;
}
#pic .img{
	border: 1px solid #999;
	padding: 3px;
	background: #eee;
}
#titleSlide{
	width: 320px;
	font: bold 18px 'Arial';
	padding: 3px;
	margin: 0px;
	background: #fff;
	border: 1px solid #ddd;
	border-width: 0px 1px 0px 1px;
}
#titleSlide a{
	text-decoration: none;
	color: #555;
}
#titleSlide a:hover{
	border-bottom: 1px dashed #555;
}
#textSlide{
	width: 320px;
	padding: 3px;
	margin: 0px;
	font: normal 12px 'Trebuchet MS';
	background: #fff;
	border: 1px solid #ddd;
	border-width: 0px 1px 1px 1px;
}
#settings{
	width: 100px;
}
#settings span, #settings img{
	float: left;
}
#settings span{
	font: bold 11px 'Arial';
	width: 20px;
	text-align: center;
	line-height: 19px;
	border: 1px dashed #ccc;
	background: #eee;
	height: 16px;
	margin: 0px 2px;
}
body{
	background: url(imgs/background.gif);
	padding: 0px;
	margin: 0px;
}
#manual{
	font: normal 12px Trebuchet MS;
	width: 400px;
	margin: 0px;
	background: #fff;
	padding: 25px;
	text-align: center;

}
#manual h3{
	font: bold 15px Arial;
	padding: 3px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	background: #F4F4F4;
	margin: -23px;
}
#manual a.link{
	font: italic 12px Trebuchet MS;
	color: #333333;
	text-decoration: underline;
}
#manual a.link:hover{
	text-decoration: bold;
	color: #333333;
}
#manual h5{
	font: bold 14px Arial;
	padding: 0px;
	margin: 50px 0px 0px 0px;
}
#manual pre{
	border-top: 1px dashed #777;
	border-bottom: 1px dashed #777;
	background: #efefef;
	padding: 10px;
	color: #555;
}
.center{
	width: 340px;
	margin: 0px auto;
}
