
#body {

	/*font-family: Verdana, Geneva, Arial, sans-serif;*/
    font-family: "trebuchet ms", verdana;
}


/* Imagem da Logomarca */

#logomarca {

	text-align: center;

}


/* Parte Principal */

div#principal {

		
	background-color : #ffffff;
	padding: 0px 0px 0px 0px;
	
	
	margin: 0px 150px 0px 150px;
		
}


h1 {
	text-align: center;
	/*font-family: Verdana;*/
	font-family: "trebuchet ms", verdana;
	font-size: 100%;
	color: #494949
	
}

h2 {

	text-align: justify;
	/*font-family: Verdana;*/
	font-family: "trebuchet ms", verdana;
	font-size: 90%;
	color: #494949

}



p {

	text-align: justify;
	/*font-family: Verdana;*/
    font-family: "trebuchet ms", verdana;
	padding: 0px;
	color: #494949;
	font-size: 70%;
}

.bulletpoints {
	text-align: justify;
	/*font-family: Verdana;*/
    font-family: "trebuchet ms", verdana;
	padding: 0px;
	color: #494949;
	font-size: 70%;
}

.negrito {
	
	font-weight: bold;
	
}

a {
	color: #494949;
}

p.imagem_flutuante {
	float: left;
	padding-right: 3px;
}

p.imagem_centro {
	float:none;
	text-align: center;
}

p.imagem_central{
	
	text-align: center;
}

.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;
}

.underlinemenu ul{
padding: 0px 0 7px 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: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 45px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}