@charset "windows-1252";
/* CSS Documento - Onlinesites - Eriveton - 07/07/2009 */
*{
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size: small;
}
Body{
	background:#FFF;
	margin:0;
	padding:0;
}
#logomarca{
	background-image:url(logomarca.jpg);
	width:100%;
	height:33px;
	text-align:left;
	background-repeat:no-repeat;
}
#conteudo{
	width:100%;
	padding:10px;
	}
#rodape{
	width:100%;
	padding:10px;
}
h1{
	font-size: inherit;
	color: #333;
}
h2{
	font-size:inherit;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #000;
}
.pontilhado{
	border-bottom:1px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom-style:dotted;
	color:#999;
}