@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #ffffff;
}

a.LinkSub:link {
	color:#0c1c47;
	text-decoration:none;
}
a.LinkSub:visited {
	color:#0c1c47;
	text-decoration:none;
}
a.LinkSub:hover {
	color:#FFF;
	text-decoration:none;
}
a.LinkSub:active {
	color:#0c1c47;
	text-decoration:none;
}


a.LinkProdutos:link {
	color:#696969;
	text-decoration:none;
}
a.LinkProdutos:visited {
	color:#696969;
	text-decoration:none;
}
a.LinkProdutos:hover {
	color:#057fc6;
	text-decoration:none;
}
a.LinkProdutos:active {
	color:#696969;
	text-decoration:none;
}


a.LinkAzul:link {
	color:#0c1c47;
	text-decoration:none;
}
a.LinkAzul:visited {
	color:#0c1c47;
	text-decoration:none;
}
a.LinkAzul:hover {
	color:#0c1c47;
	text-decoration:underline;
}
a.LinkAzul:active {
	color:#0c1c47;
	text-decoration:none;
}


a.linkLaranja:link {
	color:#deac00;
	text-decoration:underline;
	font-weight: bolder;
}
.Justificado {
	text-align: justify;
}

a.linkLaranja:visited {
	color:#deac00;
	text-decoration:underline;
	font-weight: bolder;
}
a.linkLaranja:hover {
	color:#0c1c47;
	text-decoration:underline;
	font-weight: bolder;
}
a.linkLaranja:active {
	color:#deac00;
	text-decoration:underline;
	font-weight: bolder;
}



td {
	font-family: Tahoma, Geneva, sans-serif;
	color: #696969;
	font-size: 11px;
	line-height: 17px;
}
.EscritoAzul {
	color: #0c1c47;
}

.FundoFale {
	background-image: url(images/fale01.jpg);
	background-repeat: repeat-x;
}

.FundoLogin {
	background-image: url(images/acesso.gif);
	background-repeat: repeat-x;
}

.FundoGestao {
	background-image: url(images/reduza.gif);
	background-repeat: repeat-x;
	text-align: justify;
}
.InputFale {
	font-family: Tahoma, Geneva, sans-serif;
	border: 1px solid #bababa;
	font-size: 11px;
	width: 100%;
}

.FundoSub {
	background-image: url(images/fundo_submenu.png);
}


