/* body */
body {
	margin: 0 0px;
	background-color: #f2f2f2;
	color: #000;
	font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	}

/*---  Footer ---*/
.Footer {
	width:180px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	text-decoration: none;

}
.aFooter:link {
	color: #666666;
	text-decoration: none;
	font-size: 10px;

	}

.aFooter:visited {
	color: #666666;
	text-decoration: none;
	font-size: 10px;

	}

.aFooter:hover {
	color: #999999;
	font-size: 10px;
	text-decoration: none;

	}
	
.aFooter:active {
	color: #666666;
	font-size: 10px;
	text-decoration: none;

	}



/* links */
.a1:link {
	color: #333333;
	text-decoration: none;
	}

.a1:visited {
	color: #333333;
	text-decoration: none;
	}

.a1:hover {
	color: #0099FF;
	}
	
.a1:active {
	color: #333333;
	text-decoration: underline;
	}

/* html tags */
th, td, ul, ol, li {
	font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	}
		
code, pre	{
	font-family: monaco, 'Courier New', courier, monospace;
	font-size: 10px;
	}

	/*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */

* html code	{
	font-size: 101%; 
	}

* html pre {
	font-size: 101%; 
	}

h1 code, h2 code, h3 code, h4 code, th code, ol.faq li code { font-size: 95%; font-weight: normal; }
	
#header h2 { 
	margin: 0;
	}
	
/* Added 2-2-2005 */
.adclogo {
	margin-top:12px;
}
.searchbox {
	width:180px;
}
/* END Added 2-2-2005 */
	
p + h2 {
	margin: 20px 0 5px 0;
	}

ol + h2 {
	margin: 20px 0 5px 0;
	}

ul + h2 {
	margin: 20px 0 5px 0;
	}
	
h3	{
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000;
	}

h3 + table {
	margin: 5px 0 0 0;
	}
	
h4	{
	margin: 0;
	padding: 0;
	font-size: 12px;
	}
	
h3 + h4 {
	margin: 10px 0 0;
	}
	
h6	{
	margin: 0;
	padding: 0;
	font: normal 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	}

p	{
	margin: 0 0 10px 0;
	padding: 0;
	font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	}
	
cite {
	font-style: italic;
	}
	
th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	}
	
form {
	margin: 0;
	}
	
button {
	margin: 3px 0 10px 0;
	}
	
.Cabecalho {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #666666;

}
