/* CSS Document */

body {

background-image:url(../imagens/fundo.jpg);
background-attachment:fixed;

}

a.menu:link {
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
}
a.menu:hover {
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
	font-weight:bold;
}
a.menu:visited {
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
}

a.menu:active {
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	}
	
	
	
	
li {
	list-style:none;
    list-style-image: url(../imagens/setinha.gif);
	margin-left:25px;
	line-height:20px;
}

ul {
padding:0px;
margin:0px;
}



a.controle:link {
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
}
a.controle:hover {
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
}
a.controle:visited {
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
}

a.controle:active {
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	}




a.rodape:link {
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight:bold;
}
a.rodape:hover {
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
	font-weight:bold;
}
a.rodape:visited {
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight:bold;
}

a.rodape:active {
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight:bold;
	}


