﻿.STDTable{
	padding:5px;
	border-left:solid 1px #f9f9f9;
	border-right:solid 1px #f1f1f1;
	border-top:solid 1px #f9f9f9;
	border-bottom:solid 1px #f1f1f1;
	background: transparent /*#ffffff*/;
}
.Button1{
	font-family: Abel;
	font-size: 16px;
	font-weight : none;
	color: #002369;
	border: solid 1px navy;
	height:32px;
	border-radius:px;
	background:#a2bcf6;
}
.Button1:hover{
	box-shadow:0px 0px 1em #333333;
	color: #ffffff;
	background:#5489ff;
}
.Button2{
	font-family: Abel;
	font-size: 16px;
	font-weight : none;
	color: #ffffff;
	border: solid 1px navy;
	height:32px;
	border-radius:px;
	background:#003366;
}
.Button2:hover{
	box-shadow:0px 0px 1em #333333;
	color: #ffffff;
	background:#3399ff;
}
 /*define a cor da barra superior da seção*/
.mbr-navbar__section {
  background: #003366;
  height: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
/*Primary Background Color da barra superior*/
#ext_menu-1.mbr-navbar--stuck .mbr-navbar__section {
	background: #003366;
}
/*Primary Background Color do rodapé*/
.Primary-Background-Color{
	background: #003366;
}
/*Primary Font Color das fontes*/
.Primary-Font-Color{
	color: #ffffff;
}
.Title{
	font-family: Abel;
	font-size: 26px;
	font-weight: none;
	font-style: Italic;
	text-transform: uppercase;
}