* {
	text-decoration: none;
	font-family: Arial;
}
h1,h2 {
	text-align: center;
}	
hr {
	border-style:solid;
  	border-width: 1px;
  	border-color:#000FFF;
}
.sublinhado{
	text-decoration: underline;
}
.linha1{
	background-color:#FFFFFF;
}
.linha2{
	background-color:#D7F3F4;
}
.fundoAmarelo{
	background-color:#FFFF00;
	font-weight: bold;
}
.fundoCinza{
	background-color: #EFEFEF;
	font-weight: bold;
}
.fundoLaranja{
	background-color:#FFCC99;
	font-weight: bold;
}
.fundoAzul{
	background-color:#000099;
	color:#FFFFFF;
	font-weight: bold;
}				
.fonteTitulo12 {
    font-size: 12px;
	font-weight: bold;
	text-align: center;	
}
.fonteNegrito {
	font-weight:bolder;
}
.fonte11 {
    font-size: 11px;
	height: 18px;
}
.fonte12 {
    font-size: 12px;
	height: 20px;
}
.fonte13 {
    font-size: 13px;
	height: 22px;
}
.fonte14 {
    font-size: 14px;
	height: 24px;
}
.fonte16 {
    font-size: 16px;
	height: 26px;
}
.fonteCourier15 {
    font-family: Courier New;
    font-size: 15px;
	font-weight: bold;
}
.fonteCourier18 {
    font-family: Courier New;
    font-size: 18px;
	font-weight: bold;
}
.titAzulCourier15 {
    font-family: Courier New;
    font-size: 15px;
	font-weight: bold;
	padding-left: 5px;
	background-color: #A3EEF0;
}
.titAzulClaroFonte13 {
    font-size: 13px;
	height: 22px;
	padding-left: 5px;
	background-color: #DEFEFD;
}

.fonteTitulo15 {
    font-size: 15px;
	font-weight: bold;
	text-align: center;	
}
.fonteTitAmarelo15 {
    font-size: 15px;
	font-weight: bold;
	text-align: center;	
	background-color: #FFFF33;
}
.fonteTitPrincipal15 {
	height: 25px;
    font-size: 15px;
	font-weight: bold;
	text-align: center;
	background-color:#000099;
	color:#FFFFFF;
}
.vlrNegativo {
	color: #FF0000;
	font-weight: bold;
	background-color: #F8F8F8;
}

.titPrincial {
    font-size: 15px;
	font-weight: bold;
	text-align: center;
	background-color:#000099;
	color:#FFFFFF;
	padding: 5px;
}
.titPrincial18 {
    font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color:#000099;
	color:#FFFFFF;
	padding: 5px;
}
.titColuna12 {
    font-size: 12px;
	font-weight: bold;
	text-align: center;	
	background-color:#A3EEF0;
}	
.titColuna13 {
    font-size: 13px;
	font-weight: bold;
	text-align: center;	
	background-color:#A3EEF0;
}
.titColuna14 {
    font-size: 14px;
	font-weight: bold;
	text-align: center;	
	background-color:#A3EEF0;
}
.titColuna15 {
    font-size: 15px;
	font-weight: bold;
	text-align: center;	
	background-color:#A3EEF0;
}
.linhaTotais12 {
    font-size: 12px;
	height: 25px;
	font-weight: bold;
	text-align: center;
	background-color:#E2F47D;
}
.linhaTotais13 {
    font-size: 13px;
	height: 25px;
	font-weight: bold;
	text-align: center;
	background-color:#E2F47D;
}		
.linhaTotais14 {
    font-size: 14px;
	height: 25px;
	font-weight: bold;
	text-align: center;
	background-color:#E2F47D;
}		
.linhaTotais15 {
    font-size: 15px;
	height: 25px;
	font-weight: bold;
	text-align: center;
	background-color:#E2F47D;
}		
.titLink a{
    font-size: 15px;
	font-weight: bold;
	text-align: center;	
}
.titLink a:hover{
    color: #0063e5;
    background:#FFFFCC
}
.titLinkBranco a{
    font-size: 15px;
	font-weight: bold;
	text-align: center;	
	background-color:#FFFFFF;
}
.titLinkBranco a:hover{
    color: #FFFFFF;
    background:#000099;
}
.titLink12 a{
    font-size: 12px;
	font-weight: bold;
	text-align: center;	
}
.titLink12 a:hover{
    color: #0063e5;
    background:#FFFFCC;
}
.btnData{
	font-family:Courier New;
	font-size:16px;
	font-weight:bold;
	transition: all 0.3s ease;
}
.btnData:hover{
    background: #FFFF00;
}	
.btnValor{
	font-size:13px;
	font-weight:bold;
	transition: all 0.3s ease;
}
.btnValor:hover{
    background: #FFFF00;
}	
.btnLink {
	text-align: center;
	font-size:16px;
	font-weight: bold;
}
.btnLink a{
	transition: all 0.3s ease;
}
.btnLink a:hover{
    background: #FFFF00;
	padding: 2px;
}
table.bordaTabela {
	border-collapse: collapse;
	border: 2px solid black;
}
table.bordaTabela td {
	border: 1px solid black;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;	
}
.naoQuebraLinha {
	white-space: nowrap;
}	
#formulario{
	font-size: 15px;
	font-weight: bold;
}
#formulario input.btn_submit{
	font-size: 18px;
	font-weight: bold;
	color:#FFFFFF;
	background-color:#000099;
	padding: 3px;
	cursor:pointer;
	border: 2px solid #000099;
	border-radius: 6px;
	transition: all 0.3s ease;
}
#formulario .txtCampo{
	font-size: 16px;
	font-family:"Times New Roman", Times, serif;
}
#formulario .legenda{
	border-radius: 6px;
	border: 1px solid #00F;
	padding: 5px;
	font-size: 16px;
	font-family:"Times New Roman", Times, serif;	
}
#formulario .input.entrada{
	border-radius: 15px;
	border: 1px solid blue;
	padding: 5px;
}
#formulario legend.legenda{
	font-size: 16px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
#formulario input.btn_submit:hover{
    color: #0063e5;
    background:#FFFFCC
}
input[type=text],
[type=number],
[type=date],
[type=tel]  {
    border-radius: 4px;
    background: #FFFFFF;
    border: 2px solid blue;
}
select {
    border-radius: 4px;
    background: #FFFFFF;
    border: 2px solid blue;
}
input[type=text]:hover,
[type=number]:hover,
[type=date]:hover,
[type=tel]:hover,
select:hover {
    background: #B5F2F2;
    border: 2px solid black;
}
.a-btn a{
    display: inline-block;
    background:#000099;
    color: #FFFFFF;
	font-weight: bold;
    font-size: 17px;
    padding: 3px;
    margin-top: 1px;
    border-radius: 6px;
    border: 2px solid #000099;
    transition: all 0.3s ease;
}
.a-btn a:hover {
    color: #000099;
    background:#FFFFFF
}
.a-btnNao a{
    display: inline-block;
    background:#FF0000;
    color: #FFFFFF;
	font-weight: bold;
    font-size: 17px;
    padding: 3px;
    margin-top: 1px;
    border-radius: 6px;
    border: 2px solid #FF0000;
    transition: all 0.3s ease;
}
.a-btnNao a:hover {
    color: #FF0000;
    background:#FFFFFF
}
.msgAlertaVermelho{
	color:red;
	font-size: 20px;
	font-weight: bold; 
	font-family: Courier New;
	text-align:center;
}
.msgAlertaVerde{
	color:green;
	font-size: 20px;
	font-weight: bold; 
	font-family: Courier New;
	text-align:center;
}
.blink {
  animation: blink 2s steps(1, end) infinite;
  color:#FF0000;
  background-color: #FFFF99;
  font-weight:bold;
}
@keyframes blink {
  	0% { color: #FF0000; }
   	20% { color: #FF0000; }
  	40% { color: #000000; }
   	60% { color: #000000; }
  	80% { color: #FF0000; }
   	100% { color: #FF0000; }
	
}
