body {
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
}

:focus {
  outline: 0;
}

*{margin:0; padding:0}

a {
  color:#000;
  text-decoration: none;
}

a:hover {
  color:#000;
  text-decoration: underline;
}


h1, h2, h3, h4, h5, h6, ul, p {
  margin-bottom: 10px;
}

hr {
  height: 1px;
  margin: 20px 0;
}

ul, ol {
  margin:0;
  padding:0;
}

ul.bare {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

li {
  list-style-type:none;
  margin:0 0 8px 0;
  padding:1px 0 0 20px;
  background:url('/graphics/template/rl_bullet.png') left top no-repeat;
}

h2 {
    font-size: 21px;
    line-height: 30px;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

.clear {
  clear: both;
}



/* Form stuff */

label {
  display: block;
}

input, textarea {
  display: block;
  width: 300px;
  margin-bottom: 16px;
}

textarea.wide {
    width: 600px;
}

select {
  margin-bottom: 16px;
}

input.submit {
  width: auto;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}

input.reset {
  width: auto;
}

address {
  font-style: normal;
  white-space: pre;
  margin-bottom: 20px;
}

.red {
  color: #f00;
  font-weight: bold;
  letter-spacing: 1px;
}

#archive_form label, 
#archive_form input, 
#archive_form select {
  float:left;
  margin: 0;
}

#archive_form input.submit {
  margin-left:10px;
}
