			/*
			GLOBAL
			Criado:Andre 
			*/
body  	{
			font-family: "Luxi Sans", Arial, Helvetica, sans-serif;
			font-size: 0.75em;
			padding:0;
			margin:0;
	  		}

table, input, 
select, textarea,
div, button
			{	
			font-size:1em;
			font-family:inherit;
			}
			
h1, h2, h3, h4, h5, h6
			{	
			font-weight:normal;
			padding:0;
			margin:0;
			}
h1			{	font-size:2em; 	}
h2			{	font-size:1.5em;	}
h3			{	font-size:1.17em;	}
h4			{	font-size:1em;	}
h5			{	font-size:1.3em;	}
h6			{	font-size:0.67em;	}

p, label	{	
			padding:0;
			margin:0;
			}

a			{
			text-decoration:none;
			color:#2578D3;
			}			
a:hover, a:visited:hover
			{
			color:black;
			}	
a:active	{
			color:#FF4500;
			}	

a img		{
			border:0;
			}			
			
form		{	
			padding:0;
			margin:0;
			}

hr			{	
			background-color:transparent;
			height:1px;
			width:100%;
			padding:0;
			margin:0;
			color:#144476;
			text-align:left;
			}

input.checkbox,
input.radio
			{
			width:13px;
			height:13px;
			vertical-align: text-bottom;
			}

td			{
			vertical-align:top;	
			}
			
textarea	{
			overflow:auto;
			}
