html, body {
  background: #efeeef;
  margin: 0px;
  padding: 0px; }

html {
  height: 100%; }

body {
  min-height: 100%; }

a, a:visited
a:link, a:hover, a:active {
  text-decoration: none;
  color: #009EE2; }
a:hover, a:active {
  color: #67b5e2; }

li {
  margin-bottom: 0; }

ul {
  margin-bottom: 4px;
  padding-left: 20px; }

li, ul li, ul ul li {
  list-style: square; }

h1 {
  font-size: 32px;
  line-height: 32px;
  color: #0070ba;
  color: white;
  color: #555;
  font-weight: normal;
  padding-bottom: 8px; }

h2 {
  font-size: 16px;
  line-height: 24px;
  color: #0070ba;
  font-weight: normal; }

p {
  margin: 0;
  margin-bottom: 8px; }

img {
  border: none; }

table, tr, td, th {
  border-collapse: collapse; }

table {
  width: 100%; }

td {
  padding: 4px;
  padding-bottom: 3px;
  border-bottom: 1px solid #aaa; }

.main {
  max-width: 400px;
  min-width: 300px;
  margin: 0 auto;
  padding: 30px 60px;
  background-color: #fff;
  min-height: 400px;
  background-image: url("images/dashVert.png");
  background-position: 0 0;
  background-size: 1px 400px;
  background-repeat: repeat-y; }

a {
  clear: both;
  display: block; }
  a > .address {
    margin-left: 15px;
    display: block;
    font-size: 10px;
    color: gray; }
