html {
	font-family: "Verdana","sans-serif";
    font-size: 10pt;
    line-height: 115%;
}

.imagemTopo {
	text-align: center;
	width: 100%;
	height: 420px;
	background: #ffffff url("../img/topoHelp.png") no-repeat center top;
}

.tituloSumario {
	color: #365F91;
    font-family: "Cambria","serif";
    font-size: 14pt;
    font-weight: bold;
    line-height: 115%;
    margin: 24pt 0 0.0001pt;
    page-break-after: avoid;
}

.menu {
    color: #0000FF;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-family: "Calibri","sans-serif";
    font-size: 11pt;
    line-height: 115%;
}

.menu li {
    margin-top: 5px;
    font-family: "Calibri","sans-serif";
    font-size: 11pt;
}

.menu ul {
    padding-left: 15px; 
    list-style-type: none;
}

h1, h2, h3 {
    font-family: "Cambria","serif";
}

h2, h3 {
    margin-top: 10pt;
    color: #4F81BD;
}

h1 {
    color: #365F91;
    font-size: 14pt;
    margin-top: 24pt;
}


h2 {
    font-size: 13pt;
}


h3 {
    font-size: 11pt;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.boxSelecaoNivelGraduacao{
    -webkit-box-shadow: 0px 0px 11px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 11px 3px rgba(0,0,0,0.75);
}