/* ***********************************************************
	CLASSES PADRÕES
*********************************************************** */

body{
	color: #FFF000;
	font-family: Trebuchet MS;
	font-size: 9 px;
	background-image: url('images/fndGeral.jpg');

	scrollbar-face-color : #FFAE00;
	scrollbar-highlight-color : #FFAE00;
	scrollbar-3dlight-color : #000000;
	scrollbar-shadow-color : #000000;
	scrollbar-darkshadow-color : FFAE00;
	scrollbar-track-color : FFAE00;
	scrollbar-arrow-color : #000000;
}
.usa{
	color: #FFFfff;
	font-family: Trebuchet MS;
	font-size: 9 px;
	text-decoration: none;

}
.usa:hover{
    color: #FFFfff;
		font-size: 9 px;
 	font-family: Trebuchet MS;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 3px solid #FFFfff;

}

td{
	font-size: 9 px;
}


.textoMaior{
	font-size: 11px;
}

.piloto{
	font-weight: bold;
}

input, textarea, select {
	background-color: #000000;
	border: 1px dotted #FFF000;
	color: #FFF000;
	font-family: Trebuchet MS;
	font-size: 9px;
	font-weight: bold;
	width: 220px;

	scrollbar-face-color : #000000;
	scrollbar-highlight-color : #000000;
	scrollbar-3dlight-color : #FFF000;
	scrollbar-shadow-color : #FFF000;
	scrollbar-darkshadow-color : #000000;
	scrollbar-track-color : #000000;
	scrollbar-arrow-color : #FFF000;
}


a{
	color: #FFF000;
	text-decoration: none;
	font-weight: bold;
}


a:hover{
	color: #FFF000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 3px solid #FFF000;
}


a.subMenu{
	color: #FFF000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}


a.subMenu:hover{
	color: #FFF000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 3px solid #FFF000;
	font-size: 11px;
}



p{
	text-align: justify;
	margin-bottom: 5px;
	margin-top: 5px;
}

/* ***********************************************************
	CLASSES PARA BOX DE CONTEÚDO
*********************************************************** */

.brdBoxRight{
	background-image: url('images/fndBoxBorda.jpg');
	background-repeat: no-repeat;
	width: 4px;
}

.brdBoxLeft{
	background-image: url('images/fndBoxBorda.jpg');
	background-repeat: no-repeat;
	width: 4px;
}

.fndBox{
	border-top: 4px solid #FFF000;
	background-image: url('images/fndBox.jpg');
	background-repeat: repeat;
	padding: 10px;
}


/* ***********************************************************
	CLASSES PARA TEXTOS
*********************************************************** */

.titulo{
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #FFF000;
	font-size: 14px;
}

.subtitulo{
	font-weight: bold;
	text-decoration: underline;
}

.coments{
	font-style: italic;
}

.pDiv{
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	border-bottom: 1px dotted #3D3D3D;
	text-align: justify;
}


a.lnkSimple{
	color: #FFF000;
	text-decoration: none;
	font-weight: normal;
}

a.lnkSimple:hover{
	color: #FFF000;
	text-decoration: underline;
	border-bottom: none;
	font-weight: normal;
}


/* ***********************************************************
	CLASSES PARA MONTAGEM DO SITE
*********************************************************** */


.brdGeralRightFixo{
	background-image: url('images/brdGeralRightFixo.jpg');
	background-repeat: no-repeat;
	width: 38px;
}


.brdGeralRight{
	background-image: url('images/brdGeralRight.jpg');
	width: 38px;
	background-repeat: repeat-y;
	height: 100%;
}

.brdGeralLeftFixo{
	background-image: url('images/brdGeralLeftFixo.jpg');
	background-repeat: no-repeat;
	width: 38px;
}

.brdGeralLeft{
	background-image: url('images/brdGeralLeft.jpg');
	width: 38px;
	background-repeat: repeat-y;
	height: 100%;
}

.brdGeralBottom{
	background-image: url('images/brdGeralBottom.jpg');
	background-repeat: no-repeat;
	width: 736px;
	height: 30px;
}


.fndGeralConteudoTop{
	background-image: url('images/fndGeralConteudoTop.jpg');
	background-repeat: no-repeat;
	height: 19 px;
	width: 647 px;
}

.fndGeralConteudoBottom{
	background-image: url('images/fndGeralConteudoBottom.jpg');
	background-repeat: no-repeat;
	height: 23 px;
	width: 647 px;
}

.fndGeralConteudoMiddle{
	background-image: url('images/fndGeralConteudoMiddle.jpg');
	background-repeat: repeat-y;
	width: 647 px;
}


/* ***********************************************************
	BORDAS E DIVISORES
*********************************************************** */

.divRight{
	border-left: 3px dotted #FFF000;
	background-color: transparent;
}



.foto{
	border: 2px solid #FFFC00;

}

.classificacao{
	padding: 0;
	width: 100%;
	border: 2px solid #FFF603;
}

.classificacao th{
	font-size: 12px;
	border-bottom: 1px solid #FFF600;
}

.classificacao td{
	padding: 1px;
	text-align: center;
}

.classificacao .tiutlo{
	background-color: #4E4E4E;
	font-size: 14px;
	text-align: center;
}

.linhaPar{
	background-color: #555555;
}