html {
  min-height: 100%}

body {
  min-height: 100%;
  margin:0;
  padding:0;
  background:url("images/bottom_gradient.jpg") repeat-x 0 100%;
}

img {
  display: block}

form {
  margin: 0px}

.border {
  border: 1px solid silver
}

.text {
  font-family: tahoma;
  font-size: 10pt;
}

H1 {
  font-family: sans-serif;
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 0px
}

H2 {
  font-family: tahoma;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 0px
}

P.inner {
  margin-top: 10px;
  margin-bottom: 0px;
}

A.type1:link {
  color: #FF6666;
  font-size: 10pt;
  font-family: sans-serif
}

A.type1:visited {
  color: #993300;
  font-size: 10pt;
  font-family: sans-serif
}

A.type1:active {
  color: #996600;
  font-size: 10pt;
  font-family: sans-serif
}

A.type1:hover {
  color: red;
  font-size:10pt;
  font-family: sans-serif
}

blockquote {
  border: 1px solid #666666;
  background-color: #FFFFDD;
  padding: 4px;
  font-size: 10pt;
  font-family: sans-serif;
}