/* elementos principais */
* {	margin: 0 auto; padding: 0; }

html { height: 100%; text-align:center; 	width: 100%; }
body {
	background:none transparent;
	text-align: center;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 70%/1.5em;
	color: #000000;
	height:100%;
	width: 100%;
}

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

reportstuff {
height:30px;}

a.reportstuff { 
font-size:11px;
font-weight:bold;
color:#888888;
text-decoration:underline;
}
a:hover.reportstuff { 
color:#000000;
text-decoration:none;
}
.cliquenacaixaabaixo{
  margin-top: 30px;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 20px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  color:#444444;
}
.rtitle{
color:#444444;
font-size:14px;
font-weight:bold;
height: 20px;
}
