html
{
	height:100%;
	overflow-y:scroll;
	width:100%;
}

body
{	
	margin:0;
	padding:0;
	border:0;
	height:100%;
	width:100%;
	min-width:600px;
	color:#000;
	font-family:verdana,arial,helvetica;
	font-size:12px;
	line-height:20px;
 	background-attachment:fixed;
}

a
{
	color:#006;
	text-decoration:none;
}

a:hover
{
	color:#600;
	text-decoration:underline;
}

form
{
	padding:0;
	margin:0;
}

h1
{
	font-family: georgia, serif;
	color:#c00;
	font-size:30px;
	line-height:130%;
	margin-top:0;
}

h2
{
	font-family: georgia, serif;
	color:#c00;
	font-size:20px;
	line-height:20px;
	margin-top:0;
}

img
{
	border:none;
}

.adsense728x90
{
	text-align: center;
	margin-bottom: 20px;
}

.br { color:#fff; }

.clear
{
	clear:both;
	height: 20px;
}

#coldir
{
	float: right;
	margin: 0 0 20px 20px;
}

#env
{
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	width: 800px;
}

.input2
{
	border-width:1px; 
	border-color:#660000; 
	background-color:#ffffff; 
	font-size:10px; 
	font-family:verdana,arial,helvetica,sans-serif; 
	color:#000066;
	width: 90%;
}

.item
{
	clear:both;
	font-family:verdana,arial,helvetica;
	font-size:12px;
	line-height:18px;
	padding:5px;
	margin-bottom:20px;
	border-bottom:1px solid #888;
}

.item:hover
{
	background:#eee;
}

.itemtit
{
	width:100%;
	font-family:verdana,arial,helvetica;
	font-size:16px;
	border-bottom:1px dotted #888;
	padding-bottom:2px;
	margin-bottom:6px;
}

.itemtit a
{
	color:#a00;
}

.itemtit a:hover
{
	color:#f00;
	text-decoration:none;
}

#linguas
{
	margin-bottom: 20px;
}

#logo
{
	text-align: center;
	margin-bottom: 20px;
}

#miolo
{
	margin-bottom: 20px;
}

.mpt
{
	border: 1px solid #000;
}

#pesquisa
{
	text-align: center;
	margin-bottom: 20px;
}

#rodape
{
	font-size:10px;
	text-align: center;
}

.txtform
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	background-color: #eee;
	border: 4px solid #ddd;
	border-radius: 10px;
	margin-top:20px;
	padding:20px;
	text-align:left;
	width:60%;
}
 
.txtform h1
{
	font-size:16px;
	font-weight:bold;
}

.txtform input[type=text],
.txtform input[type=password]
{
	border: 1px solid #ddd;
	font-size:16px;
	padding:2px 10px;
	width:90%;
}

.txtform input[type=submit]
{
	background-color:#060;
	border: 1px solid #ddd;
	color:#fff;
	font-size:16px;
	padding:5px 10px 5px 10px;
}

.vm { color:#600; }