.FormatInt {
	color: #001236;
	font-family: Verdana;
	font-size:12px;
}
.FormatInt a {
	color: #0000CC;
	text-decoration: underline;
}
.FormatInt a:hover {
	color: #CC0000;
	text-decoration: none;
}

/* COMECO TOPO LOGIN */
.TopoNotasFaltasFundo {
	background-attachment: scroll;
	background-image: url(Imagens/TopoNotasFaltas.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.TopoNotasFaltasBotao {
	font-family: Arial;
	font-size: 12px;
	color: #FFE2E2;
	font-weight: bold;
	width: 55px;
	height: 20px;
	border-style: solid;
	border-width: 0;
	background-image: url('Imagens/TopoNotasFaltasBotao.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}
/* FIM TOPO LOGIN */

/* COMECO TITULO DA PAGINA */
.TituloPagina {
	color: #CC0000;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}
.TituloPagina a {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
.TituloPagina a:hover {
	color: #CC0000;
	font-weight: normal;
	text-decoration: underline;
}
/* FIM TITULO DA PAGINA */



/* COMECO FORMATAR ERRO */
.FormatErro {
	background-color: #FFCCCC;
	border: 1px solid #990000;
	color: #FF0000;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}
.FormatErro a {
	color: #0000FF;
	font-size: 10px;
	text-decoration: none;
}
.FormatErro a:hover {
	color: #0000FF;
	text-decoration: underline;
}
/* FIM FORMATAR ERRO */



/* COMECO FORMATAR AVISO */
.FormatAviso {
	background-color: #FFFFCC;
	border: 1px solid #997A00;
	color: #016703;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}
.FormatAviso a {
	color: #0000FF;
	font-size:10px;
	text-decoration: none;
}
.FormatAviso a:hover {
	color: #0000FF;
	text-decoration: underline;
}
/* FIM FORMATAR AVISO */



/* COMEÇO NOTAS */
.TblNotas_Fundo {
	background-color: #FFFFFF;
	border: 1px solid #672C00;
}
.TblNotas_Titulo {
	background-color: #91DFFF;
	color: #000040;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.TblNotas_Titulo a {
	color: #000040;
	text-decoration: none;
}
.TblNotas_Titulo a:hover {
	color: #000040;
	text-decoration: underline;
}
.TblNotas_Celula {
	background-color: #D7F4FF;
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
}
.TblNotas_Celula a {
	color: #000000;
	text-decoration: underline;
}
.TblNotas_Celula a:hover {
	color: #0000FF;
	text-decoration: none;
}
/* FIM NOTAS */



/* COMECO FORMULARIOS */
.FormText {
	padding: 0px;
	border: 1px inset #FF8585;
	font-family: Verdana;
	font-size: 10pt;
	background-color: #FFE2E2;
	width: 180px;
}
.FormBusca {
	padding: 0px;
	border: 1px inset #FF8585;
	font-family: Verdana;
	font-size: 10px;
	background-color: #FFE2E2;
	width: 100px;
}
.FormBuscaBotao {
	font-family: Verdana;
	font-size: 9px;
	color: #FFE2E2;
	font-weight: bold;
	width: 30px;
	height: 16px;
	border-style: solid;
	border-width: 0px;
	background-color: #CC0000;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}
.FormBotao {
	font-family: Arial;
	font-size: 12px;
	color: #FFE2E2;
	font-weight: bold;
	width: 70px;
	height: 22px;
	border-style: solid;
	border-width: 0;
	background-image: url('Imagens/Form_Botao.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}
.FormObrigatorio {
	color: #FF0000;
	font-size: 12px;
}
/* FIM FORMULARIOS */