/* Folha de Estilo para a Home Page do AMRJ-10F */


#Caixa_MenuHome
	{
	top: 0px;
	left: 0px
    height: 250px;
	position: absolute;
	width: 100%;
    /* default
	background-color: #380028; */
	background-color: #000000;
	line-height: 200%;
	}
	
#Caixa_Corpo
	{
	top: 30px;
	left: 10px;
	right: 10px;
	visibility: visible;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	width: 800px;
	line-height: 160%;
	}		

#Caixa_CorpoPags
	{
	top: 80px;
	left: 10px;
	right: 10px;
	visibility: visible;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	width: 90%;
	line-height: 160%;
	}		


#Caixa_ColunaEsquerda
	{
	top: 45px;
	left: 0px;
	position: absolute;
	width: 170px;
	/*background-color: darkred;*/
	}	
	
#Caixa_ColunaCentro
	{
	top: 75px;
	left: 180px;
	position: absolute;
	width: 500px;
	/*background-color: darkred;*/
	}		
	
	
#Caixa_ColunaDireita
	{
	top: 45px;
	right: 30px;
	position: absolute;
	width: 80px;
	/*background-color: darkred;*/
	}		
	


/* Estilos Gerais */	
	
/* original 
A:link {color: #ffcc33;}
A:visited {color: #ffcc33;}
A:hover {color: white;}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
*/

A:link {color: #ABABAB;}
A:visited {color: #ABABAB;}
A:hover {color: white;}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}


body	{	



	/*
	background-color:#740053; */
	/*rgb(51, 0, 0);*/

    background-color:#323232; 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 18px;
	line-height: 180%;
	color: white;
	
	};


 

