/*	-------------------------------------------------------------------------
*	ESTRUTURA ================================================================->
*/
	html,body {
		/* FONTE */
		font-family: 		Arial, Tahoma, Verdana, sans-serif;
		font-size: 			12px;
		color:				#193051;
		
		/* DOCUMENTO */
		margin:			 	0px;
		height:				100%;
	  /*	background: 		url("comps/back_pagina.gif"); */
		background: 		#FEFEFE;
	}
	
	#conteudo{
		font-size: 			12px;
	}
	
	.rodape{
		font-size:			9px;
	}
	
	.banner_cima{
		background: 		url("comps/fatia_back_banner_cima.jpg") repeat-x top;
/*		background-repeat: 	no-repeat; */
		top:				0px;
		/*position:			absolute;*/
		height:				100px;
		width:				100%;
		z-index:			0;
	}

	.botao_cadastre{
		background: 		url("comps/topButton.gif") repeat-y top;
		background-repeat: 	no-repeat;
		position:			absolute;
		top:				0px;
		left:				70%;
		height:				69px;
		width:				185px;
		cursor:				pointer;
	}
	
	.topForm{
		background: 		url("comps/topButton.gif") repeat-y top;
		background-repeat: 	no-repeat;
		position:			absolute;
		top:				0px;
		left:				50%;
		height:				69px;
		width:				185px;
		z-index:			1;	
		font-weight:		bold;
		font-size:			12px;
		color:				#FFFFFF;
	}

	
/*	------------------------------------------------------------------------
*	OBJETOS PADRÃO ==========================================================->
*/	

	
	a.menu{
		text-decoration: 	none;
		color:				#ffffff;
		font-family:		arial;
		font-size:			13px;
		font-weight:		bold; 
	}
	
	a.menu:hover{
		text-decoration: 	underline;
		color:				#ffffff;
	/*	font-weight:		bold; */
	}
	
	.olControl img{
		border:				2px;
	}	
	
	.olControl{
		border:				2px;
	}
	
	img.olControl{
		border:				2px;
	}	
	
	a{
		text-decoration: 	none;
		color:				#0000DE;
		cursor:				pointer;
	/*	font-weight:		bold; */
	}
	
	a:HOVER{
		text-decoration: 	underline;
		color:				#0000FF;
	}
	

/*	-------------------------------------------------------------------------
*	OBJETOS DA PÁGINA ========================================================->
*/
	.screensaver{
		top:				0;
		left:				0;
		width:				100%;			
		vertical-align:		middle;
		height:				100%;
		background:			#000000;
		z-index:			2;
		filter:				alpha(opacity=50);
		opacity:			.50;	
		position:			absolute;
	}
/*	----------------------------------------------------------------
*	MENU PRINCIPAL ==================================================->
*/

	.form_busca{
		height:				14px;
	}
	
	.form_busca:HOVER{
	
	}
	
	.link_menu{
		color:				#FFFFFF;
		cursor:				pointer;
		text-decoration:	none;
		font-weight:		bold;
	}	
	.link_menu:HOVER{
		color:				#FFFFFF;

		text-decoration:	underline;
	}	

/*	-------------------------------------------------------------------
*	ESTILOS PERSONALIZADOS =============================================->
*/
	.caixa_texto{
		color:				#000055;
		width:				184px;
		height:				100px;
		border:				0px;
		padding-top:		5px;
		padding-left:		5px;
		padding-right:		2px;
		height:				100%;	
	}
	.titulo_branco_1{
		font-weight:		bold;
		font-size:			12px;
		color:				#FFFFFF;
		font-family: 		Arial, Tahoma, Verdana, sans-serif;
	}

	.divContent{
		background:		#FFFFFF;
		border-style:	dashed;
		border-color:	#DDDDDD;
		width:			95%;
		border-width:	2px;
		margin:			3px;
		padding:		3px;
	}
	
	.list1{
		background:		#EAEAEA;
	}
	.list2{
		background:		#EFEFEF;
	}
	.list1:hover{
		background:		#FFF;
	}
	.list2:hover{
		background:		#FFF;
	}
	img{
		border:			0;
	}
	
	.invisivel{
		position:		absolute;
		visibility:		hidden;
		top:			-9999px;
		left:			-9999px;
	}
	
	#balao{
		color:			#000;
		font-weight:	bold;
		font-size:		12px;
		text-align:		center;
		position:		absolute;
		visibility:		hidden;
		top:			-999px;
		left:			-999px;
		padding:		3px;
		width:			133px;
		height:			74px;
		z-index:		999999;
		background:		url("comps/balao.gif") no-repeat top left;
		filter:			alpha(opacity=75);
		opacity:		.75;
	}
	
	#helpSpace{
		font-size:			13px;
		font-family:		arial;
	}
	