@charset "utf-8";
/* CSS Document */

.container {
	background-image: url(imagem/fundo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	background-color: #FFF;
}


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	background-color: #eee;
}
.titulo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000088;
}
.tituloMenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000088;
}
.tituloModulo{
	font-size: 24px;
	font-weight: bold;
	color: #000066;
}
.tituloDoc{
	color: #000066;
	font-weight: bold;
}

.rodape {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #039;
	background-image: url(imagem/fund_base.jpg);
	color: #FFF;
	background-repeat: repeat-x;
}
.rodapeLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #039;
	color: #FFF;
	
}
body{
    font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
   margin-top: 0px;
} 

div{
    font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000
} 

a { 
 	font-family: Arial, Helvetica, sans-serif;  
 	font-size: 12px;
 	text-decoration: none;
 	 color: #000088;
 	 font-style: normal 
   }
a:hover { 
		font-family: Arial, Helvetica, sans-serif;  
		font-size: 12px; font-style: normal;
		 color: #2F5376 
	}



p{
    font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000
}
	