body {
  background:url("bck.png") repeat-x;
  margin: 0px;
  padding:0px;
  font-family: Lucida Grande, Verdana, Sans-serif;
  font-size: 14px;
  text-align:center;
  color: #4F5155;
}

.tudo {
  margin: 0px auto;
  text-align:left;
  width:800px;
}

.select td {
  border:1px solid #aaaaff;
}

.selectId td{
  padding-bottom:10px;
  border-bottom:1px dashed #aaaaff;
}

.menu {
  width:15%;
  float:left;
}

.menu a {
  display:block;
}

.menu a:hover {
  display:block;
  background:rgb(97, 124, 169);
  text-decoration:none;
  letter-spacing:2px;
  color:white;
}

p {
  text-align:justify;
}

.conteudo {
  width:78%;
  float:right;
  border-left:1px dashed #627ca9;
  padding-left:20px;
}

a {
  color: #627ca9;
  background-color: transparent;
  font-weight: bold;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

hr {  height:1px;
  border: 1px solid #D0D0D0;}

h1 {
  color: #444;
  font-size: 16px;
  font-weight: bold;
    text-decoration:underline;
}

h2 {
  color: #444;
  background-color: transparent;
  font-size: 14px;
  font-weight: bold;
  margin: 24px 0 2px 0;
  padding: 5px 0 6px 0;
}

code {
  font-family: Monaco, Verdana, Sans-serif;
  font-size: 12px;
  background-color: #f9f9f9;
  border: 1px solid #D0D0D0;
  color: #002166;
  display: block;
  margin: 14px 0 14px 0;
  padding: 12px 10px 12px 10px;
}

input, textarea, select {
  font-family: Monaco, Verdana, Sans-serif;
  font-size: 10px;
  color: #002166;
}

small {
  color: #27c;
  font-size: 10px;
}

