	html, body  	{ height: 100%; }

	body  	{ 
		background: #336699; 
		color: #000000; 
		font-family: arial, "ms sans serif", helvetica, sans-serif; 
		font-size: 120%; 
		text-align: justify; 
		padding: 0; margin: 0; 
	}

	#mobiletitle { display:none; }

	html>body  #container  	{ height: auto; } 

	#container 	{ 
		background: #ffffff; 
		color: #000000; 
		height:100%; 
		min-height:100%; 
		margin-left: 23%; 
		margin-bottom: -32px; 
	}

	#title 	{ 
		background: #0099cc; 
		color: #ffffff; 
		font-size: 255%; 
		position: absolute; top:0; left:0; 
		height: 90px; 
		width:100%; 
		border-top: 1px solid #000; 
		border-bottom: 1px solid #000; 
		overflow: hidden; 
		padding: 2% 0% 0% 0%; 
	}

	#menu  	{ 
		color: #ffffff; 
		font-size: 100%; 
		text-align: left; 
		vertical-align: baseline; 
		position: relative; 
		width: 160px; 
		margin-left: -23%; 
		padding-top: 25%; 
		float: left; 
	}
	html>body  #menu 	{ padding-top: 25%; } 
	* html #menu  	{ padding-top: 25%; }

	#menu ul  { 
		line-height: 130%; 
		padding-left: 0; 
		margin-left: 0; 
		padding: 3% 0% 0% 0%; 
	}
	#menu li  { 
		list-style-type: none; 
		padding-left: 0; 
		margin-left: 0; 
		padding: 0% 0% 0% 0%; 
	}
	#menu a:link	{ 
		color: #ffffff; 
		background: #336699; 
		font-weight: normal; 
		text-decoration: underline; 
	}
	#menu a:active	{ 
		color: #ffffff; 
		background: #336699; 
		font-weight: normal; 
		text-decoration: underline; 
	}
	#menu a:visited	{ 
		color: #ffffff; 
		background: #336699; 
		font-weight: normal; 
		text-decoration: underline; 
	}
	html>body #menu li a:hover		{ 
		color: #336699; 
		background: #ffffff; 
		font-weight: bold; 
		text-decoration: none; 
	}
	#menu li a:hover	{ 
		color: #336699; 
		background: #ffffff; 
		font-weight: bold; 
		text-decoration: none; 
	}
	html>body #menu a:link		{ 
		color: #ffffff; 
		background: #336699; 
		text-decoration: underline; 
	}
	#menu img  { 
		padding: 5% 0% 0% 0%; 
	}

	#langswitch		{ 
		display: block; 
		font-size: 80%; 
	}
	#langswitch a:link,active,visited		{ 
		color: #ffffff; 
		background: #336699; 
		text-decoration: underline; 
	}
	#langswitch a:hover	{ 
		color: #ffffff; 
		background: #336699; 
		text-decoration: none; 
	}

	div,p  	{ margin-top: 0; }

	#content  	{ 
		margin-left: 5%; 
		margin-right: 10%; 
	} 
	html>body  #content  	{ 
		text-indent: 0px; 
		padding: 15px 0px 20px 10px; 
	} 
	* html #content  	{ 
		height: 1%; 
		margin-bottom: 12px; 
		padding: 15px 1px 15px 10px; 
	}
	#content h1,h2,h3,h4,h5  { 
		margin-left: 1%; 
	}
	#content a:link,active,visited	{ 
		color: #000000; 
		font-weight: bold; 
		text-decoration: underline; 
	}
	#content a:hover	{ 
		color: #ffffff; 
		background: #336699; 
		font-weight: bold; 
		text-decoration: none; 
	}

	#rodape  	{ 
		color: #000000; 
		background-color: #ffd030; 
		position: relative; 
		height: 50px; 
		border-top: 1px solid #000; 
		border-bottom: 1px solid #000; 
		padding: 15px 0px 4px 2%; 
		clear: both; 
	}
	* html #rodape  	{ 
		\height: 52px; 
		he\ight: 50px; 
	}
	#ano  	{ 
		color: #000000; 
		background-color: #ffd030; 
		font-size: 110%; 
		position: absolute; top: 20px; right: 5%; 
		padding: 0px 0px 0px 0%; 
		clear: both; 
		float: right; 
	}
	html>body  #ano  	{ 
		font-size: 108%; 
		font-weight: bold; 
		position: absolute; top: 23px; right: 5%; 
	} 

	.subtitulo  	{ 
		font-weight: bold; 
		text-decoration: underline; 
	} 

	.u  	{ 
		font-style: normal;
		text-decoration: underline; 
	} 

	fieldset  	{ 
		color: #ffffff; 
		background-color: #0099cc; 
		display: block; 
		border-width: 1; 
		border-style: solid; 
		border-color: #000000; 
		padding: 2% 2% 2% 2%; 
	} 

	.inputlabel  	{ 
		display: block; 
	} 

	.input  	{ 
		display: block; 
		margin-bottom: 3%; 
	} 

	.fatlist  { 
		list-style-type: disc; 
		padding-left: 0; 
		margin-left: 0; 
		margin-bottom: 3%; 
	}

	hr  	{
		width: 100%; 
		color: #000000; 
	}

	#CLEARTITLE  	{ height: 92px; }

	#CLEARFOOTER  	{ 
		height: 40px; 
		clear: both; 
	}

	.frameblank 	{ 
		width:90%; 
		border-top: 1px solid #000; 
		border-bottom: 1px solid #000; 
		margin-bottom: 5%; 
		overflow: hidden; 
		padding: 2% 0% 0% 0%; 
	}

	.ETA 	{ 
		color: #000000; 
		background-color: #cccccc; 
		text-align: center; 
		width:30%; 
		border: 1px solid #000000; 
		-moz-border-radius:6px; 
		margin: 0 auto; 
		padding: 5px; 
	}

	.errors 	{ 
		color: #000000; 
		background-color: #cccccc; 
		text-align: center; 
		width: 86%; 
		border: 1px solid #000000; 
		-moz-border-radius:6px; 
		margin: 0 auto; 
		margin-top: 5%; 
		margin-bottom: 5%; 
		padding: 5px; 
	}

	.paypal, a.paypal, #content a.paypal:hover	{ 
		margin-top: 5%; 
		margin-bottom: 5%; 
		border-style: none; 
		background: #ffffff; 
	}

