/*ELEMENTOS + + + + + + + + + + + + + + + + + +*/
BODY {
	background-color : transparent;
	font-family : Helvetica, sans-serif, Geneva, Verdana, Arial;
	font-size: 100%;
	margin: 5px;
	color : #4A648B;
}
/*Botão*/
INPUT.B {
	background: transparent;
	cursor: hand;
	font-size: 80%;
	font-weight: bold;
}
/*Campo de texto*/
INPUT.T {
	background: transparent;
	border: 1px solid #C2CDE0;
	font-size: 80%;
}
TEXTAREA {
	background: transparent;
	border: 1px solid #C2CDE0;
	font-family : Helvetica, sans-serif, Geneva, Verdana, Arial;
	font-size: 80%;
}
/*IDENTIFICADORES + + + + + + + + + + + + + + +*/
/*Conteúdo*/
#C {
	font-size: 90%;
	text-align : justify;
	padding : 10px;
}
/*Erro*/
#E{
	color : #cc0000;
	font-size : 90%;
}
/*Legenda*/
#L{
	font-size : 75%;
}
/*Linha separadora*/
#LS{
	background-image: url(I/E/LA.gif);
	background-repeat : repeat-x;
	background-position: center;
}
/*Linha separadora do menu*/
#LSM{
	background-image: url(I/E/PC.gif);
	background-repeat : repeat-y;
	background-position: right;
	width : 0px;
	height : 400px;
}
/*Texto da linha separadora*/
#LST{
	font-size: 60%;
	padding-right : 5px;
	padding-left : 5px;
	text-transform : uppercase;
}
/*Menu*/
#M {
	color : #2A1C60;
	font-size: 75%;
	padding-left : 5px;
	text-decoration : none;
}
/*Menu da página*/
#MP{
	background-color : #B0C9EE;
	color : #00008B;
	font-size: 75%;
	text-decoration : none;
	/*height : 32px;*/
	font-weight : bold;
}
/*Rodapé*/
#R {
	background-color : #E9EFF8;
	color : #7893BB;
	font-size: 65%;
	padding-left : 5px;
	height : 20px;
	text-align : center;
}
/*Referência*/
#Re {
	color : #7893BB;
	font-size: 65%;
}
/*Tabela externa limitativa*/
#TE{
	width : 708px;
}
/*Tabela com tamanho máximo*/
#TM {
	height : 100%;
	width : 100%;
}
/*Titulo da página*/
#TP {
	font-size: 90%;
	color : #B51616;
	font-weight : bold;
	font-style : italic;
	letter-spacing : 1px;
}
