/*CSS correspondente a area Ouvidoria e Psicologia Médica */

strong{
	font-family : Arial;
	font-size : 12px;
	color: #20C0C8;
}

h1{
	font-family : Arial;
	font-size : 11px;
	font-weight: bold;
	color: #858585;


}

li{
	font-family : Arial;
	font-size : 11px;
	color: #20C0C8;
	margin: 0px 0px 0px -20px;
	list-style-image: url("../imagens/seta_azul.gif");
}


a{
	font-family: arial; 
	font-size: 11px; 
	color: #90BABC; 
	text-decoration: none;
}
a:active{
	font-family: arial;
	font-size: 11px;
	color:#90BABC;
	text-decoration: none;
}
a:visited{
	font-family: arial; 
	font-size: 11px; 
	color: #90BABC; 
	text-decoration: none;
}
a:hover{
	font-family: arial; 
	font-size: 11px; 
	color: #90BABC; 
	text-decoration: underline;
}


/* css especifico a parte de perfil interna*/
a.menusecao{
	
	padding-left:25px;
	
}
a.menusecao:link{
	font-family: arial;
	font-size: 11px;
	color:#858585;
	text-decoration: none;
	font-weight: bold;
}
a.menusecao:active{
	font-family: arial;
	font-size: 11px;
	color:#20C0C8;
	text-decoration: none;
	font-weight: bold;
}

a.menusecao:visited{
	font-family: arial; 
	font-size: 11px; 
	color: #858585; 
	text-decoration: none;
	font-weight: bold;
}

a.menusecao:hover{
	
	font-family: arial; 
	font-size: 11px; 
	color: #20C0C8; 
	text-decoration: none;
	font-weight: bold;
}