@charset "utf-8";
/* CSS Document */

body{
	height:99.8%;
	width:99.8%;
	padding:0px;
	margin:0px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#333333;
}

#topo{
	border:0px solid #000000;
	height:70px;
}
.menuLink{
	background-image:url(../imagens/menuSeparador.gif);
	background-repeat:
	no-repeat;
	width:7px;
	background-position:center right;
	padding-left:15px;
}
.menuLinkTexto{
	color:#000000;
	text-decoration:none;
}

a.menuLinkTexto:hover {
	color:#666666;
	text-decoration:none;
}

a.menuLinkTexto:active {
	color:#990000;
	text-decoration:none;
}

#linkRodape1{
color:#990066;
}
#linkRodape2{
color:#CC99CC;
}
