@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	LINE-HEIGHT: 150%;
	background-image: url(imagens/fundo.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

form { 
    margin: 0; 
	}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	text-decoration: none;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #006699;
}

#outer>#inner { border-bottom: 1px solid #FFFFFF;}
 
.clr{ clear: both;}
 
.content{ padding: 4px;}                                  /*padding no content */ 
 
header .content{ padding-bottom: 0;}                     /*padding bottom 0 para remover espa&ccedil;o no IE5 Mac*/ 
 
.description {
    display: none;
}



