body {
  margin: 0px;
  background: white;
}
body,table,input,td,th,div,textarea,select {
  font-family:  verdana, arial, sans-serif;
  font-size: x-small;
  color: black;
}
input,textarea,select {
 border: 1px solid #CACACA;
 background: #FAFAFA;
}
input.button {
 border: 2px groove black;
 background: white;
 color: #333;
}
input.ico {
  background: none;
  border: 0px;
  position: relative; top: -2px;
}
.marca:link,.marca:visited {
  border-bottom: 1px solid #CCC;
}
.marca:hover,.marca :active {
  border-bottom: 1px solid #999;
}
a:link,a:visited,a:hover,a:active {
  text-decoration: none;
}
a:link,a:visited {
  color: #555;
}
a:hover,a:active {
  color: black;
}
#menu,div.login,div.smenu,div.menu,div.radiopor {
  position: absolute;
}
#menu {
  top: 2px; left: 45px;
  width: 350px; height: 45px;
  border: 1px solid #CACACA;
  background: #FDFCE5;
  text-align: center;
}
div.smenu {
  top: 15px; left: 0px;
  width: 350px; height: 30px;
  visibility: hidden;
  line-height: 30px;
}
div.menu {
  top: 0px; height: 15px;
  padding-left: 2px;
  line-height: 15px;
}
div.login {
  top: 2px; left: 420px;
  height: 39px;
  background: #CCE2FF;
  border: 1px solid #CACACA;
  text-align: left;
  padding: 3px;
}
div.radiopor {
  top: 1px; left: 620px;
  height: 69px;
  text-align: center;
}
div.float {
  float:left;
}
div.fundo,div.inferior {
 background: #FDFFBF;
 padding: 2px;
}
div.fundo {
  height: 66px;
  border-bottom: 1px solid #CACACA;
}
div.inferior {
  clear: both;
  margin-top: 5px;
  border-top: 1px solid #CACACA;
  text-align: center;
  color: #555;
}
div.frase {
  position: absolute;
  top: 51px; left: 5px;
  height: 16px;
  color: #888;
}
.logo {
  position: absolute;
  left: 4px; top: 2px;
}
.logo:hover {
  position: absolute;
  left: 5px; top: 3px;
}
div.form {
  padding: 1px;
}
label.login {
  float: left;
  text-align: right;
  width: 48px;
  color: #555;
}
ol {
	margin: 0px;
	padding: 10px;
}
ol li {
	list-style-type: decimal-leading-zero;
	padding: 5px;
}
li, li.alerta {
 list-style-position: inside;
 list-style-type: circle;
}
li.alerta {
 color: #F00;
}
li.alerta span {
 color: #B00;
}
div.li {
 padding: 5px;
}
div.alerta {
 border-left: 10px solid yellow;
 padding-left: 3px;
 background: #C00;
 color: white;
}
div.alerta a {
 color: yellow;
}
div.sucesso {
 padding: 3px;
 border-left: 10px solid #FFA500;
 background: #CFC;
 color: black;
}
div.sucesso a {
 color: #FF8000;
}
h3 {
  font-weight: bold;
  font-size: small;
  margin: 0px;
  text-decoration: underline;
  color: #FEFE72;
  letter-spacing: 2px;
  padding-bottom: 3px;
}
h2 {
  font-weight: bold;
  font-size: small;
  margin: 0px;
  text-decoration: underline;
  color: black;
  padding-bottom: 3px;
}
#titulo {
  color: #AAA;
}
a.noborder {
  border: 0px;
}
div.iquadro {
  border-right: 1px dotted #CCC;
  margin: 6px;
  float: left;
  width: 180px;
  height: 300px;
  overflow: hidden;
}
div.ititulo {
	text-align: right;
	padding-right: 5px;
	margin-bottom: 5px;
}
div.caixaform,div.caixaformshad {
  clear: both;
  margin: 10px;
  padding: 3px;
  border: 1px dotted #CCC;
}
div.caixaformshad {
  border-bottom: 3px groove #ccc;
  border-right: 3px groove #ccc;
  opacity: 0.93;
}
div.caixatit {
  float: right;
  position: relative;
  top: -7px; right: 2px;
  padding: 2px;
  border: 1px dotted #777;
}
div.minfo {
        padding: 3px;
        margin-top: 5px;
        font-weight: bold;
}
span.sform {
	width: 100px;
	float: left;
}
form {
	padding: 0px;
	margin: 0px;
}
span.botao,td.botao {
        border: 1px solid #CACACA;
        color: black;
        padding-left: 2px;
        padding-right: 3px;
		  background: white;
}
div.botao {
        border: 1px solid #ccc;
        color: black;
        padding: 5px;        
}
.botao:hover {
        border: 1px solid black;
        background: #FEFE72;
}
div.foto {
	float: left;
	margin: 3px;
	padding: 5px;
	width: 130px;
	height: 130px;
	text-align: center;
	border: 1px solid #ccc;
}
