@charset "utf-8";
/* CSS Document */


#exames{
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #3A6B89;
	border-right-color: #3A6B89;
	border-bottom-color: #3A6B89;
	border-left-color: #3A6B89;
	}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}

a:hover{
	color: #3A6B89;
	}	

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #3A6B89;	
	}
	
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #3A6B89;	
	}	
	
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000;	
	}
	
.titulos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #3A6B89;	
	}	
	
.titulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #3A6B89;	
	}
	
.voltar{
	font-weight: bold;
	color: #3A6B89;		
	font-size: 14px;	
	float: right;
	}