/* CSS DEFAULT */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}

input,select,textarea {
	font-family: Tahoma; 
	font-size: 11px; 
	color: #747474; 
	background-color:#F7F7F7; 
	border:#999999; 
	border-style:solid; 
	border-width:1px;
}


a {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 12px; 
	color: #333333; 
	text-decoration: underline;
}


/* CSS TEXTOS */

.titulo1 {
	font-family:Tahoma;
	font-size:12px;
	color:#000000;
	font-weight: bold;
	padding-bottom:15px;
	padding-top:15px;
}

.titulo2 {
	font-family:Tahoma;
	font-size:12px;
	color:#000000;
	font-weight: bold;

}

.titulo3 {
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight: bold;
	padding-bottom:15px;
	padding-top:15px;
}

.titulo4 {
	font-family:Verdana, sans-serif;
	font-size:15px;
	color:#000000;
	font-weight: bold;

}

.txtAzul1 {
	font-family: Tahoma;
	font-size: 12px; 
	color: #007DC5; 
	font-weight: bold;
}

.txtBranco1 {
	font-family: Tahoma;
	font-size: 11px; 
	color: #FFFFFF; 
	font-weight: bold;
}

.txtCinza1 {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

.txtCinza2 {
	font-family: Tahoma;
	font-size: 9px;
	color: #333333;
	font-weight: normal;
}

.txtPreto1 {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

.txtVermelho1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}

.txtVermelho2 {
	font-family: Tahoma;
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
	padding:15px;
	text-align:center;
	width:100%;
}

.txtVermelho3 {
	font-family: Tahoma;
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
}
.txtVermelho4 {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF0000;

}

.vertical-text {
writing-mode:tb-rl;
	-webkit-transform:rotate(270deg); 
	-moz-transform:rotate(270deg);
	-o-transform: rotate(270deg);
	white-space:nowrap;
	display:block;
	bottom:0;
	width:20px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	text-shadow: 0px 0px 1px #333;
	margin-top:50px;
}

.info1 {
	font-family: Tahoma;
	font-size: 11px; 
	color: #FFFFFF; 
	background-color:#CC3300; 
	position:absolute; 
	width:120px; 
	height:15px; 
	padding: 4 7 4 7;
}




/* CSS LINKS */

a.linkAzul1 {
	font-family: Tahoma;
	font-size: 12px; 
	color: #007DC5; 
	font-weight: bold;
}
a.linkAzul1:hover {
	font-family: Tahoma;
	font-size: 12px; 
	color: #007DC5; 
	font-weight: bold;
}

a.linkAzul2 {
	font-family:Tahoma;
	font-size:13px;
	color:#007DC5; 
	font-weight: bold;
}
a.linkAzul2:hover {
	font-family:Tahoma;
	font-size:13px;
	color:#007DC5; 
	font-weight: bold;
}

a.linkBranco1 {
	font-family: Tahoma;
	font-size: 11px; 
	color: #FFFFFF; 
	font-weight: bold;
}
a.linkBranco1:hover {
	font-family: Tahoma;
	font-size: 11px; 
	color: #FFFFFF; 
	font-weight: bold;
}


a.linkCinza1 {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a.linkCinza1:hover {
	font-family: Tahoma;
	font-size: 12px; 
	color: #333333; 
	font-weight: bold;
	text-decoration: underline;
}


/* CSS TABELAS */

.cabecalho1 {
	font-family:Tahoma;
	font-size:13px;
	color:#007DC5; 
	font-weight: bold;
	border-bottom:solid;
	border-bottom-color:#007DC5;
	border-bottom-width:1px;
}

.rodape1 {
	font-family:Tahoma;
	font-size:13px;
	color:#007DC5; 
	font-weight: bold;
	border-bottom:solid;
	border-bottom-color:#007DC5;
	border-bottom-width:1px;
	border-top:solid;
	border-top-color:#007DC5;
	border-top-width:1px;
	padding:5px;
}


/* CSS FORMULARIOS */

.input1 {
	font-family: Tahoma; 
	font-size: 11px;
	background:none; 
	border:0px;
}

.botao1 {
	font-family: Tahoma; 
	font-size: 11px; 
	color: #007DC5; 
	background-color:#D5DDFF; 
	border:#007DC5; 
	border-style:solid; 
	border-width:1px;
	width:120px;
	height:25px;
}

.botao2 {
	font-family: Tahoma; 
	font-size: 11px; 
	color: #007DC5; 
	background-color:#D5DDFF; 
	border:#007DC5; 
	border-style:solid; 
	border-width:1px;
	width:220px;
	height:25px;
}

.cnab{
	text-align: right;
}

