body {
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
}
td, textarea, input, select {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
a:link, a:visited {
	color: #515151;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;

}
a:hover {
	color: #BFA512;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: none;
}

.texto {
	font-family: tahoma;
	font-size: 11px;
	color: #BFA512;
	font-weight: bold;
}
.produto {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.frame {
	border: 1px solid #800000;
}
a.a:link, a.a:visited {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.a:hover {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FF7533;
	text-decoration: underline;
}
.msg {
	font-size: 12px;
	font-weight: bold;
	color: #BF0000;
	width: 100%;
	text-align: center;
}
.titulo {
	font-size: 12px;
	font-weight: bold;
	color: #494A4B;
	background: #FFF0CC;
	padding: 5px;
	margin: 3px 0;
	border: solid 1px #b7b7b7;
	text-align: center;
}
.caixa {
	background: #FFF0CC;
	margin: 2px 0;
	padding: 5px;
	border: solid 1px #b7b7b7;
	text-align: left;
}