/* @title FOLHA DE ESTILOS - CSS
*  @description Script responsavel por formata o site.
*  @author Euripedes B. Silva Junior <euripedes.junior@yahoo.com.br>
*  @since 22/01/2009
*  @update 25/02/2009
*  @version 20090225-A
*/

/***********************************************/
/* CORPO                                       */
/***********************************************/

.BODY {
	margin-left: 10px;	
	margin-top: 10px; 
	margin-right: 10px;	
	margin-bottom: 10px;
	background-color: #F1F1F1;
	font-family: "Arial";
	font-size: 11px;
	color:#000000;
}  

/***********************************************/
/* FONTES                                      */
/***********************************************/

FONT.FONT01 {
	font-family: "Arial";
	font-size: 12px; 
	font-weight: normal; 
	color: #CC0000;
}

FONT.FONT02 {
	font-family: "Arial";
	font-size:12px; 
	font-weight: normal; 
	color: #000000;
}

FONT.FONT03 {
	font-family: "Arial";
	font-size:12px; 
	font-weight: normal; 
	color: #006699;
}

FONT.FONT04 {
	font-family: "Arial";
	font-size: 11px; 
	font-weight: normal; 
	color: #CC0000;
}

FONT.FONT05 {
	font-family: "Arial";
	font-size:11px; 
	font-weight: normal; 
	color: #022D64;
}

FONT.FONT06 {
	font-family: "Arial";
	font-size:12px; 
	font-weight: normal; 
	color: #FFFFFF;
}
/***********************************************/
/* LINKS                                       */
/***********************************************/

A.STYLE01 {
	text-decoration: none; 
	font-family: "Arial";
	font-size: 12px; 
	font-weight: bold; 
	color: #006699;
}
A.STYLE01:hover{
	text-decoration:underline;
}

A.STYLE02 {
	text-decoration: none; 
	font-family: "Arial";
	font-size: 10px; 
	font-weight: normal; 
	color: #CC0000;
}
A.STYLE02:hover{
	text-decoration:underline;
}


/***********************************************/
/* FORMULARIOS                                 */
/***********************************************/

INPUT.INPUT01{
	font-family: "Arial";
	font-size: 12px;
	color: #000000;
	background: #FFFFFF;
	border:1px solid rgb(211, 211, 211);
	height:20px;
}

INPUT.INPUT02{
	font-family: "Arial";
	font-size: 12px;
	text-align: center;
	color: #000000;
	background: #FFFFFF;
	border:1px solid rgb(211, 211, 211);
	height:20px;
}

SELECT.SELECT01{
	font-family: "Arial";
	font-size: 12px;
	color: #000000;
	background: #FFFFFF;
	border:1px solid rgb(211, 211, 211);
	height: 20px;
	
}

TEXTAREA.TEXTAREA01 {
 	font-family: "Arial";
	font-size: 12px;
	color: #000000;
	background: #FFFFFF;
	border:1px solid rgb(211, 211, 211);
}

INPUT.BOTAO{
	font-family: "Arial";
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	background: #022D64;
	border:1px solid rgb(211, 211, 211);
	height:25px;
}

/***********************************************/
/* TABELAS                                     */
/***********************************************/

.TABLE_FULL01 {
	border: 1px dotted #A1A3A0;
}

.LISTA{ 
	border: none; 
	font-size: 11px; 
	empty-cells: show; 
}

.LISTA TR:HOVER{ 
	background: #D9E2E9; 
}

.LISTA TD{ 
	border: 1px solid #E8E8E8; 
	font-size: 11px; empty-cells: show; 
	padding-left: 5px; 
	padding-right: 5px; 
}

.LISTA A{ 
	color: #FF8000; 
	text-decoration: none; 
}

.LISTA A:LINK{ 
	color: #333333; 
	text-decoration: none; 
}

.LISTA A:VISITED{ 
	color: #333333; 
	text-decoration: none; 
}

.LISTA A:ACTIVE{ 
	color: #FF0000; 
	text-decoration: none; 
}

.LISTA A:HOVER{ 
	color: #FF0000; 
	text-decoration: none; 
}

.LISTA TH{ 
	border: 1px solid #E8E8E8; 
	color: #FFFFFF; 
	background-color: #F1F1F1; 
}


.LISTA TH A:VISITED{ 
	color: #FFFFFF; 
	background-color: #003366; 
}

.LISTA TH A:ACTIVE{ 
	color: #FF0000; 
}

.LISTA TH A:HOVER{ 
	color: #FF0000; 
}