#highlighter {
	font-weight: bold; 
	color: #2878AF;
	background-color: #BEDCF0;
}

div.botoesOperadores > input{
	font-weight: bold;
	text-align: center;	
	height: 20px;
	font-size:9px;
	color: #44586C;
	background-color: #EFEFEF; 
	border-width: 1px;
	border-style: solid;
	border-top-color: #C2C2C2;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #C2C2C2;
	cursor: pointer;
}

.mensagemResultado{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	
}

tr.parecerClass{
	font-size: 12px;
	font-weight: bold;
}

tr.parecerClass2 {
	font-size: 12px;
}

a {
	cursor: pointer;
}
a, a:link, a:visited, a:hover  {
	color: #44586C;
}
a:hover {
	text-decoration:underline;
}

