body{
  font-family: verdana;
  font-size: 11px;
  color: #666666;
}

table{
  font-family: verdana;
  font-size: 11px;
  color: #666666;
}

a{
  font-weight: bold;
  color: #666666;
  text-decoration: none;  
}

a:hover{
  font-weight: bold;
  color: #0066FF;
  text-decoration: none;
}

.titulo{
  font-weight: bold;
}

.link{
  font-weight: normal;
  color: #2c75bb;
  text-decoration: none;
}

.link:hover{
  font-weight: normal;
  color: #000000;
  text-decoration: underline;
}

.link_vermelho{
  color: #CC0000;
  text-decoration: none;
}

.link_vermelho:hover{
  color: #CC0000;
  text-decoration: underline;
}

.link_laranja{
  font-weight: bold;
  color: #FF6600;
  text-decoration: none;
}

.link_laranja:hover{
  font-weight: bold;
  color: #FF6600;
  text-decoration: underline;
}

.link_submenu{
  color: #FFFFFF;
  text-decoration: none;
  cursor: hand;
  font-weight: bold;
  margin-left: 10;
}

.link_submenu:hover{
  color: #FFFFFF;
  text-decoration: underline;
  cursor: hand;
  font-weight: bold;
  margin-left: 10;
}

.bordazul {
  border-top: 1 solid #1c60a0; border-bottom: 1 solid #1c60a0; border-left: 1 solid #1c60a0; border-right: 1 solid #1c60a0;
} 

.bordaabaixoazul {
	BORDER-RIGHT: #cccccc 1px; BORDER-TOP: #cccccc 1px; BORDER-LEFT: #cccccc 1px; BORDER-BOTTOM: #cccccc 5px solid
}
.bordaacima {
	BORDER-RIGHT: #cccccc 1px; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px; BORDER-BOTTOM: #cccccc 1px
}
