			/*
			Global
			criador:	
			v.:			
			*/
body  	{
			font-family:Arial, helvetica, sans-serif;
			font-size:11px;
			padding:0;
			margin:0;
	  		}
			
table, input, 
select, textarea,
button		{
			font-size:1em;
			}
			
h1, h2, h3, 
h4, h5, h6,
p, label
			{	
			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:1.1em;	}

a			{
			text-decoration:none;
			color:#2578d3;
			}
a:visited{
			color:#2068b5;
			}
a:hover,
a:visited:hover
			{
			color:navy;
			}

a img		{
			border:0;
			}			
form		{	
			padding:0;
			margin:0;
			}
hr			{	
			background-color:transparent;
			height:1px;
			width:100%;
			padding:0;
			margin:0;
			color:scrollbar;
			text-align:left;
			}

/* hide from ie \*/
html>body hr		
			{
			border-style:solid;
			border-width:1px;
			}
/* end hide */		

td			{
			vertical-align:top;	
			}
				
			/*
			form
			*/
input.checkbox,
input.radio
			{
			width:13px;
			height:13px;
			margin-right: 3px;
			}
/* hide from ie \*/
input[type="checkbox"],
input[type="radio"]
			{
			width:13px;
			height:13px;
			margin-right: 3px;
			}
/* end hide */

textarea	{
			overflow: auto;
			}




