

	/*	20080521 > FCFO > Style Sheet Definition v3.0
	
		AZUL:		#1F406B - #8FA0B5
		VERDE:		#B2CB1D - #D9E58E
		VERMELHO:	#E7342F - #F39A97
	*/

	html, body, form{
		margin: 0px;
		padding: 0px;
		font-family: Arial;
		font-size: 12px;
		color: #525252;
	}

	body{
		width: 900px;
		margin-bottom: 0px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		background-color: #FFFFFF;
	}

	p
	{
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	a
	{
		color: #FFFFFF;
		text-decoration:none;
	}
	a:hover
	{
		color: #FFFFFF;
		text-decoration: underline;
	}
	
	ul, ol
	{
		margin-top: 2px;
		margin-bottom: 2px;
	}