/* INSIGARE Standard Stylesheet*/
/* © INSIGNARE 2008 */
* 
{ 
	margin:0;
	padding:0
}



html
{
	height:100%;
}

body {
     font: 86% Arial, sans-serif;
     margin: 0;                
}
html, body {
	height:100%;
	width:100%;
	}
/* end hide */
#wrapper
{ 
	height:100%;
	width:100%;
	text-align: center;
}
#conteudo
{	
	padding-top:220px;
	height:100%;
	width:100%;
	text-align: center;
	width: 50%;
	margin-left:auto;
	margin-right:auto;
}
/* STYLING */



a 
{
	font-weight: normal;
	text-decoration: none;
	color: #4e4e4e;

}



a:hover 
{
	font-weight: normal;
	text-decoration: none;
	color: #a6a6a6;
}



#imagem 
{
	height: 75px;
}


#informacao
{
	height: 66px;
	color: #818181;
	font-size:12px;
}


#footer
{
	padding: 8px 4px 0px 4px;
	text-align: center;
	width: 100%;
	float: left;
	font-size:11px;
	color:#4e4e4e;
}


a.instalarflash 
{
	font-weight: bold;
	text-decoration: none;
	font-size:14px;
	color: #747474;
}



a.instalarflash:hover 
{
	font-weight: bold;
	text-decoration: none;
	color: #595959;
}