* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Verdana;
}
body {
  font-size: 12px;
}
#geral {
  margin: 0 auto;
  width: 770px;
}
#topo {
  background-position:  center center;
  background-repeat: no-repeat;
  background-image: url('../../images/banner.jpg');
  height: 80px;
  margin: 0 0 0 10px;
  width: 750px;
}
#topo a {
  height: 75px;
  width: 750px;
  display: block;
}
#centro {
float: left;
}
#login, #senha {
  border: 1px solid #660000;
  margin: 10px;
  padding: 10px;
  float: left;
  width: 345px;
  height: 220px;
  _margin-left: 5px;
}
#senha {
  float: right;
  width: 340px;

  }
#rodape {
  border: 1px solid #660000;
  margin: 10px;
  padding: 10px;
  text-align: justify;
  clear: both;
  background-color: #91291C;
  color:#FFFFFF;
}
h1 {
  text-align: center;
  font-size: 17px;
  padding: 5px;
  margin: 10px;
  border: 1px solid #660000;
  background-color: #EEEEEE;
  width: 737px;
  color:#91291C;
}
h6 {
  text-align: center;
  font-size: 13px;
}
a.link {
	text-decoration: none;
	color: #600A0C;
	width: 100px;
	margin: 0 20px 0 20px;
	padding: 0 20px 0 20px;
	font-weight: bold;
	background-color: #EEEEEE;
	background-image: url('../../images/link.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
a.link:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color: #CCCCCC;
	background-image: url('../../images/link2.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
p.error {
	color: #990000;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	margin: 0 auto;
	border: 1px solid #600A0C;
	background-image: url('../../images/alert.gif');
	background-repeat: no-repeat;
	background-position: 30px;
	background-color: #FFE7DF;
	width: 440px;
}
label {
  border: 1px solid #660000;
  height: 17px;
  font-size: 10px;
  font-weight: bold;
  background-color: #dddddd;
  text-align: right;
  padding-top: 3px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  display: block;
  float: left;
  width: 110px;
  margin-left: 5px;
  margin-right: 5px;
  color:#91291C;
}
input {
  border: 1px solid #660000;
  height: 19px;
  width: 92px;
  float: left;
  margin-right: 5px;
  font-size: 10px;
  padding-top: 3px;
  padding-left: 2px;
  padding-right: 2px;
}
input:focus {
  background-color: #f2f2f2;
}
input[type="submit"] {
  border: 1px outset #cccccc;
  padding: 1px;
  font-style: normal;
  font-weight: bold;
  margin-left: 140px;
  font-size: 11px;
  color: #cccccc;
  width: 60px;
  background-color: #330000;
  height: 22px;
  cursor: pointer;
}
.button {
  border: 1px outset #cccccc;
  padding: 1px;
  font-style: normal;
  font-weight: bold;
  margin-left: 140px;
  font-size: 11px;
  color: #cccccc;
  width: 60px;
  background-color: #330000;
  height: 22px;
}
fieldset {
  border: 1px solid #cccccc;
  background-color: #EEEEEE;
}
legend {
  padding: 2px;
  margin-left: 20px;
  font-size: 17px;
  background-color: transparent;
  font-weight: bold;
  color: black;
  color:#91291C;
  _margin: -12px 0 0 20px;
  _position: relative;
  _background-color: white;
}
form {
  background-color: #FFFFFF;
}
span.aviso {
  font-style: normal;
  color: #990000;
  font-size: 9px;
  margin-left: 0px;
  vertical-align: middle;

}
p.aviso {
	text-align: center;
	font-weight: bold;
}
span.aviso a {
  text-decoration: none;
  color: #990000;
  font-size: 11px;
  font-weight: bold;
  background-image: url('../../images/cadeado.png');
  background-repeat: no-repeat;
  background-position: left;
  background-color: #DDD;
  width: 155px;
  height: 20px;
  display: block;
  text-align: center;
  padding: 10px 0 5px 10px;
  margin: 0 auto;
}
span.aviso a:hover {
  color: black;
}
#menu {
  width: 200px;
  float: left;
}
#content {
  width: 550px;
  float: left;
}
ul li {
  padding: 2px;
  list-style-type: none;
}
ul li a {
  margin: 2px;
  padding: 2px;
  line-height: 25px;
  width: 186px;
  background-color: #cccccc;
  color: #990000;
  text-decoration: none;
  display: block;
}
ul li a:hover {
  display: block;
  background-color: #999999;
}
#by {
  border: 1px solid #C3DFC3;
  text-align: right;
  margin-top: 20px;
  background-color: #dddddd;
  color: #666666;
  font-size: 11px;
  width: 750px;
  margin: 20px auto;
}
#by a {
  color: gray;
  text-decoration: none;
  font-weight: bold;
}
#by a:hover {
  color: #600A0C;
}
#info {
  font-size: 11px;
  text-align: center;
  width: 750px;
  margin: 20px auto;
}
#info a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
#info a:hover {
  color: #600A0C;
}