				/*
				global
				criado:andre 
				////// v. 1.2.2 //////
				*/
	body  	{
				font-family:arial, helvetica, sans-serif;
				font-size:12px;
				padding:0px;
				margin:0px;
		  		}
				
	table, input, 
	select, textarea,
	div, button, p, label
				{
				font-size:1em;
				}
				
	h1, h2, h3, 
	h4, h5	{	
				display:inline;
				padding:0px;
				margin:0px;
				}
	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;	}
	
	p, label	{	
				color:#666666;
				padding:0px;
				margin:0px;
				}
	a			{
				text-decoration:none;
				color:#2578d3;
				}
	a:visited{
				color:#2068b5;
				}
	a:hover,
	a:visited:hover
				{
				color:Black;
				/*color:white;*/
				/*background-color:black;*/
				}
	a.nolink	{
				color:gray;
				}	
	a.nolink:hover	
				{
				background-color:transparent;
				}	
	
	a img		{
				border:0;
				}			
				
	form		{	
				padding:0;
				margin:0;
				}
	
	hr			{	
				background-color:transparent;
				height:1px;
				width:100%;
				padding:0px;
				margin:0px;
				color:scrollbar;
				text-align:left;
				}
	
	/* hide from ie \*/
	html>body hr		
				{
				border-style:solid;
				border-width: 1px;
				}
	/* end hide */		
	
	table tr td
				{
				vertical-align:top;	
				}
					
				/*
				form
				*/
	input.checkbox,
	input.radio
				{
				width:13px;
				height:13px;
				}
	
	textarea	{
				overflow: auto;
				}
	
	ul			{
				list-style-type:disc;
				}
				
				