@charset "iso-8859-1";
/* CSS Document */

	*{
		margin:0px;
		padding:0px;
		list-style:none;
		text-decoration:none;
		border:0px;
	}
	body{
		height:100%;
	}
	html h1, h2, h3, h4, h5, h6, form, ul, li, ol, span, label, fieldset, legend, p, a {
		font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #0d417a;
		text-decoration: none;	
	}

	html legend{ position:absolute; top:-1.7em; left:0.5em;} 
	html fieldset{ position:relative; margin-top:1em; padding-top:.75em;}
	.ZoupDestacar{
		background-color:#FFFFFF;
		padding:4px;
		font-weight:bold;
	}	
	.ZoupCentralizar{
		position:relative;
		left:50%;
	}
	.ZoupFlotLeft{
		float:left;
	}
	.ZoupFlotRight{
		float:right;
	}
	.ZoupParagrafo{
	
	}
	.ZoupHiddenTexto{
		position:relative;
		display:block;
		text-indent:-9000px;
		overflow:hidden;
	}
	.BackCalendario{
		width:221px;
		height:204px;
		background-color:#F2F3EB;	
	}
	.ZoupClearBoth{
		clear:both;
		width:100%;
		height:12px;
	}	
/*---------------------------------------------------------------
			LISTA ESTILIZADA
-----------------------------------------------------------------*/			
	.ZoupListaEstilizada{
		width:100%;
		height:auto;
	}	
	.ZoupListaEstilizada li{
		width:93%;
		padding:4px 10px 10px 10px;
		background-image:url(../img/linha-separarodape.gif);
		background-position:bottom;
		background-repeat:repeat-x;
		clear:both;
		font-size:15px;
		color:#0d417a;
	}
	.ZoupListaEstilizada a{
		color:#0d417a;
	}			
	.ZoupListaEstilizada a:hover{
		color:#000;
	}	
/*---------------------------------------------------------------
			LISTA ESTILIZADA COM BORDAS
-----------------------------------------------------------------*/			
	.ZoupListaBordas{
		width:137px;
		height:33px;
	}	
	.ZoupListaBordas li{
		width:auto;
		padding:4px 4px 4px 4px;
		font-size:17px;
		color:#0d417a;
		border:1px dashed #0d417a;		
	}
	.ZoupListaBordas a{
		color:#0d417a;
	}			
	.ZoupListaBordas a:hover{
		color:#000;
	}	
	
				