html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	border: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
	* Atualização de navegador */
#atualize_total{
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99995;
}
	#fd_transp{
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 99996;
		opacity: 0.9;
		filter: alpha(opacity=90);
		-moz-opacity:0.9;
		-khtml-opacity: 0.9;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		background: #000;
	}
	#container_msg{
		width: 100%;
		height: 440px;
		display: block;
		position: relative;
		z-index: 99997;
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dadada, endColorstr=#b4b4b4)";
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dadada, endColorstr=#b4b4b4);
		background: -moz-linear-gradient(top, #dadada, #b4b4b4) repeat-X;
		background: -webkit-gradient(linear, left top, left bottom, from(#dadada), to(#b4b4b4)) repeat-X;
	}
	#titulo_atualize{ 
		display: block;
		margin: 50px 0 30px;
		font-size: 30px;
		font-family: Arial;
		font-weight: bold;
	}
	#conteudo_atualize{
		display: block;
		font-size: 16px;
		font-family: Arial;
	}
	#lista_navegadores{
		display: block;
		height: 120px;
		margin-top: 40px;
	}
		#lista_navegadores li{
			float: left;
			display: block;
			margin-right: 40px;
		}
				#lista_navegadores li a{
					display: block;
					color: #4c82cc;
				}
	#continuar_comnaveg{
		display: block;
		font-size: 16px;
		font-family: Arial;
		color: #1d539d;
		margin-top: 50px;
		margin-bottom: 20px;
			font-weight: bold;
	}
	#continuar_naveg{
		padding: 5px 20px;
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#578cbd, endColorstr=#4d7294)";
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#578cbd, endColorstr=#4d7294);
		background: -moz-linear-gradient(top, #578cbd, #4d7294) repeat-X;
		background: -webkit-gradient(linear, left top, left bottom, from(#578cbd), to(#4d7294)) repeat-X;
		background: #4d7294;
		color: #4b4b4b;
		border: none;
		font-size: 18px;
	}
		#continuar_naveg:hover{
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5f47c, endColorstr=#767c4c)";
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5f47c, endColorstr=#767c4c);
			background: -moz-linear-gradient(top, #e5f47c, #767c4c) repeat-X;
			background: -webkit-gradient(linear, left top, left bottom, from(#e5f47c), to(#767c4c)) repeat-X;
			background: #767c4c;
			color: #4b4b4b;
		}