* {
	margin: 0;
	padding: 0;
}
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.3em;
  color: #999999;
}
a:link, a:visited, a:hover {
  color: #FF6600;
  text-decoration: none;
}
a:hover {
  color: #FF6600;
  text-decoration:underline;
}

ol {
  list-style-type: decimal;
  margin-left: 10px;
  list-style-position: inside;
  margin-top: 10px;
  margin-bottom: 10px;
}
ol li {
  list-style-type: decimal;
  margin-top: 5px;
  margin-bottom: 5px;
}
dl {
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
dl li {
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 5px;
}



form {
  display: inline;
}
p.texto {
  margin-bottom: 10px;
}
form p{
  clear: left;
  padding-top: 5px;
}
form p label {
  float: left;
  width: 120px;
}
h2 {
  color: #006699;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-variant: small-caps;
  text-transform: capitalize;
  margin-bottom: 20px;
}
h3 {
  color: #006699;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-left: 20px;
  margin-top: 10px;
}
h4 {
  color: #FFFFFF;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.2em;
  background-color: #1953a9;
  padding: 10px;
}
h5 {
  color: #1953a9;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-image: url(/clube/imagens/alfinete.png);
  clear: both;
  background-repeat: no-repeat;
  padding-right: 25px;
  padding-left: 25px;
  background-position: 0px -1px;
  padding-top: 5px;
}
input, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

