#dwindow {display: none;}

body {
	width: 710px;
	margin: 20px;
	background-color: #f6f6f6;
	color: #000;
	font-family: sans-serif;
}

a {color: navy; text-decoration: underline;}
a:visited {color: #004180;}
a:hover {text-decoration: none;}
a:active {text-decoration: line-through;}

q, bdo {font-style: italic;}
abbr, acronym {cursor: help;}

h1, #opcoes {
	padding: 0 0 0 6px;
	background-color: #DDD;
}

h1 {margin: 0; font-size: 150%;}
h2 {margin: 0; padding: 20px 0 0 0; font-size: 110%; border-bottom: #bbc solid 1px;}

h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

p, ul, ol {font-size: 80%;}

p {padding: 8px 0 0;}

ul, ol {
	margin-left: 0;
	padding-left: 35px;
}

ul {list-style-type: square;}

li>ul {
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 15px;
	font-size: 100%;
	list-style-type: circle;
}

#links {
	margin: 0 0 22px;
	padding: 3px 0 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

#links a {color: #666; text-decoration: none;}
#links a:hover {color: #333; text-decoration: underline;}

#links li {
	display: inline;
	margin: 0 8px 0 0;
	padding: 2px 3px;
	list-style-type: none;
}

#links li.nav a {text-decoration: none;}
#links li.nav:hover {background-color: #F6F6F6;}

#instalar {
	margin-top: 25px;
	margin-bottom: 15px;
	font-weight: bold;
}

#instalar p {
	padding-left: 35px;
	padding-bottom: 5px;
	background: #fff5dd no-repeat url(images/download.png);
	border: 1px outset #ddd;
}

#instalar a {text-decoration: none;}
#instalar a:hover {text-decoration: underline;}

.aviso {
	background-color: #fdd;
	border: 1px solid #dbb;
	padding: 2px;
}

.critico {
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.destaque1 {font-weight: bold;}
.destaque2 {font-style: italic;}
.destaque3 {text-decoration: underline;}

.nome {font-weight: bold;}

.nota {
	color: #343;
	font-size: 70%;
}

.regiao {font: bold 145% monospace;}

.idioma {padding-right: 5px; font-size: 120%;}

.tradutor {font: italic 90% sans-serif; color: #666;}
.tradNome {color: #000;}

.versao {font: bold 100% sans-serif; color: maroon;}

.coluna {float: left; padding: 0 20px 0 15px;}
.monospace {margin-top: 8px; font: normal 100% monospace;}
