
	@import url("screen.css");
	
	/*Reset*/	
	html{ background:#fff; color:#000;}
	body{ border:0; background:url(imagens/background.png) top center repeat-y #dce6e8; margin:0; padding:0; font-size:100%; height:100%;}
	
	/*Base*/
	html {font-size:100.01%;}
	body {color:#333; font-family:Arial, Helvetica, sans-serif; font-size:75%; }
	
	h1, h2, h3, h4, h5, h6 { margin:0; padding:0;}
	h1{ }
	h2{}
	h3{}
	h4{}
	h5{}
	h6{}
	
	p  			{ margin:0 0 0.7em 0;}
	big			{ font-size:1.3em; }
	blockquote  { margin:1em 3em;  }
	caption		{}
	del 		{ text-decoration:line-through;}
	small 		{ font-size:0.8em; }
	span 		{				   }
	sup, sub	{ font-size:0.8em; }
	b			{}
	pre			{}
	center		{}
	strike		{}
	abbr		{ cursor:help;}
	acronym		{ cursor:help;}
	q:after		{ content:'"'}
	q:before	{ content:'"'}
	form{ margin:0; padding:0;}
	
	a 		  	   { color:#333;  }
	a:hover        { }
	/*a:link         { color:#454545; }
	a:visited      { color:#777; }
	a:visited:hover{ color:#ff0033; }*/
	:focus { outline:none;}
	
	object{ outline:none; border:none;}
	
	ul, ol  { list-style:none; list-style-position:outside; margin:0; padding:0; }
	li		{ list-style:none;}
	ol		{ list-style-type:none; }
	dl		{				  }
	dt		{				  }
	dd		{ margin:0;   }
	
	fieldset 	   { margin:0; padding:1em; }
	textarea 	   { overflow:auto; vertical-align:top; }
	input, textarea, select, button{ font-family:inherit; font-size:100%; padding:0; margin: 0; }
	button { width: auto; overflow: visible;}
	input[type=button], input[type=submit], button { cursor: pointer; }
	
	table{}
	table td{ border-collapse:collapse; vertical-align:middle;}
	table th{ font-weight:bold;}
	
	hr { line-height:0; height:1px; outline:none; background:none; size:portrait; margin:12px 0; _margin:0; font-size:0; color:#FF0000; }
	
	img{ border:none;}
	
	/*Class*/
	
	.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
	.hidden { display: none; visibility: hidden; } 
	.over { overflow:hidden; text-indent:-9000px;}
	input.over { font-size:0; line-height:100%; border:none; display:block;}
	
	.img-right	{ float:right; margin:0 0 15px 20px;}
	.img-left	{ float:left; margin:0 20px 15px 0;}
	
	.right		{ float:right !important; }
	.left		{ float:left; }	
	
	.block	{ display:block;}
	.none	{ display:none; }
	
	.clear		{clear:both;}
	.clearleft	{clear:left;}
	.clearfix:after  { clear:both; content: "."; display:block; height:0; visibility:hidden; }
	.clearfix 		 { display:inline-block; }
	* html .clearfix { height:1%; }
	.clearfix 		 { display:block; }
	*+html .clearfix { min-height:1%; }