html {
  height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #00254a;
	font-size:11px;
	font-family: arial;
	height: 100%;
}
td,div {
  font-size:11px;
  font-family: arial;
}
a {
  color: #99a8b7;
  text-decoration:underline;
}
a:hover {
  color: #99a8b7;
  text-decoration:none;
}
a.link {
  color: #99a8b7;
  text-decoration:underline;
}
a.link:hover {
  color: #99a8b7;
}
.titulo {
	font-family: arial;
	font-size: 11px;
	color: #000000;
}
.texto {
	font-family: arial;
	font-size: 11px;
	color: #99a8b7;
}
.textowhite {
	color: white;
}
.textoblack {
	color: black;
}
.preco {
	font-family: arial;
	font-size: 11px;
	color: #000000;
}
.preco_promocao {
	font-family: arial;
	font-size: 11px;
	color: darkred;
}
s { 
  color: #990000; 
}
input, select {
  font-family: arial;
  font-size: 11px;
}
textarea {
  font-family: arial;
  border: 1px solid black;
  font-size: 11px;
}
.hide {
  display: none;
  visibility: hidden;
  position: absolute;
}
.show {
  display: block;
  visibility: visible;
  /*position: relative;*/
}
.imgmenu {
  margin-right: 10px;
  padding-bottom: 2px;
  width: 3px;
  height: 5px;
}
.style1 {
	font-family: arial;
	font-size: 11px;
	color: #99a8b7;
}
.style2 {
	font-family: arial;
	font-size: 11px;
	color: #99a8b7;
}
a.style2 {
	font-family: arial;
	font-size: 11px;
	color: #99a8b7;
	text-decoration: underline;
}
a.style2:hover {
	font-family: arial;
	font-size: 11px;
	color: #99a8b7;
	text-decoration:none
}
