/* resetar tudo */
*{
	padding:0;
	list-style:none;
	text-decoration:none;
	border:none;
	vertical-align:middle;
	font-size:14px;
/*	overflow:hidden;*/

}
/* GERAL --- INICIO */

		#geral{
			width:800px;
			height:600px;
			margin:0 auto;
			overflow:hidden;			
		}

		#geral p{		
			font:100% 'Trebuchet Ms' , Helvetica , Arial , Tahona;
			margin-top:0px;
		}
		
/*		
		#geral li{
			color:#FFF;	
			font:80% 'Trebuchet Ms' , Helvetica , Arial , Tahona;
			margin-top:0px;
		}		
*/		
		#geral a.linkbranco{
			color:#FFF;	
			font:bold 100% 'Trebuchet Ms' , Helvetica , Arial , Tahona;
		}
		
		#geral a{
			font:100% 'Trebuchet Ms' , Helvetica , Arial , Tahona;
		}
		
		#geral a:hover{
			text-decoration: underline;	
		}
		
/* GERAL --- FIM */

