

p.versao {
	text-align:right;
	padding: 0px 0px 0px 0px;
}

a.simples {
	text-decoration:none;
}

#body {

	/*font-family: Verdana, Geneva, Arial, sans-serif;*/
    font-family: "trebuchet ms", verdana;
}


/* Imagem da Logomarca */

#logomarca {

	text-align: center;
    padding: 0px 0px 0px 0px;
}


/* Parte Principal */

div#principal {

		
	background-color : #ffffff;
	padding: 0px 0px 0px 0px;
	
	
	margin: 0px 120px 0px 120px;
		
}


div#rodape {
	margin: 0px 120px 0px 120px;
	background-color : #e1d2e5;
	
}

h1 {
	text-align: center;
	/*font-family: Verdana;*/
	font-family: "trebuchet ms", verdana;
	font-size: 100%;
	color: #595878;
	
}

h2 {

	text-align: justify;
	/*font-family: Verdana;*/
	font-family: "trebuchet ms", verdana;
	font-size: 90%;
	color: #595878;

}



p {

	text-align: justify;
	/*font-family: Verdana;*/
    font-family: "trebuchet ms", verdana;
	padding: 6px;
	color: #595878;
	font-size: 80%;
	
}

.paragrafoCentralizado{
	text-align: center;
	/*font-family: Verdana;*/
    font-family: "trebuchet ms", verdana;
	padding: 6px;
	color: #595878;
	font-size: 80%;
}

table {
	margin-left: 20px;
	margin-right: 20px;
	border: thin solid black;
	border-spacing: 0px 0px;
	text-align: center;
	
    font-family: "trebuchet ms", verdana;
	color: #595878;
	font-size: 80%;
	
	
}

td, th {
	border: thin solid black;
	
}

.primeiralinha {
	background-color:#e1d2e5;
}

.bulletpoints {
	text-align: justify;
	/*font-family: Verdana;*/
    font-family: "trebuchet ms", verdana;
	padding: 0px;
	color: #595878;
	font-size: 80%;
}

.negrito {
	
	font-weight: bold;
	
}

a {
	color: #595878;
}

p.imagem_flutuante {
	float: left;
	
}

.badge {
	font-size: 75%;
	font-family: "trebuchet ms", verdana;
}


/* COMEÇO do MENU */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
font-weight: bold;
width: 100%;
font-family: "trebuchet ms", verdana;
font-size: 15px;
}

.underlinemenu ul{
padding: 0px 0 6px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0px;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #74446e;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 35px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid #74446e; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #5d5c7e;
}