/* CSS Document */

* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 70% arial, verdana;
	line-height: 1.2;
	color: #000000; 
	background: #CCCCCC url(images/fundo.jpg) fixed;
	/*background: #333333 url(images/background.jpg) fixed-repeat;*/

	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: default;
	}
h3 { 
	font: verdana normal 1.4em arial, tahoma;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
a:link { 
	text-decoration: underline; 
	color: #333333;
	}
a:visited { 
	text-decoration: underline; 
	color: #333333;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #000000;
	}
acronym {
	border-bottom: none;
	}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #000000;
	background-image: none;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #FFFFFF; /**** FONTE ****/
	text-decoration: none;
}

#sectionLinks a:hover{
	border-top: 1px solid #FFFFFF;
	background-color: #F5F5F5;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #000000; /****FONTE ****/
}

