@charset "utf-8";
/* CSS Document */

.fontepadrao {
	font-family: "Lucida Grande", Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.fonteProduto {
	font-family: "Lucida Grande", Verdana;
	font-size: 10px;
	color: #660000;
}

.fontepadraobold {
	font-family: "Lucida Grande", Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.FonteMenu001 {
	font-family: "Lucida Grande", Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a {
	font-family: "Lucida Grande", Verdana;
	color: #333333;
}
a:link {
	font-family: "Lucida Grande", Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-family: "Lucida Grande", Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: "Lucida Grande", Verdana;
	color: #990000;
	text-decoration: none;
}
a:active {
	font-family: "Lucida Grande", Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.tracoInferiorMenu {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.bordaDirBotom {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.tracotop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.topbottomTraco {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
.tracobaixodot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.bordaesqdot {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
}
.tracocimabaixo {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

