body {
  background-image: url(images/homegrey.jpg);
  background-repeat: repeat;
  background-color: #CCCCCC;
  background-attachment: scroll;
  color: #000000;
  font-size: 11pt;
}
table {
  font-size: 11pt;
}

a:link {
  color: #0000FF;
}
a:hover {
  color: #FF0000;
  border-color: #000000;
  border-style: dashed;
  border-width: 1pt;
  background-color: #FFFFFF
}
a:active {
  color: #FF0000;
}
a:visited {
  color: #800080;
}

p {
  text-align: left;
}
p.goblin {
  color: #FFFFFF;
  text-align: center;
  font-size: xx-large;
  background-color: #000000;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}

.initialcap {
  font-size: 16pt;
  font-weight: bold;
}

.left {
  text-align: left;
  clear: left;
}
.right {
  text-align: right;
  clear: right;
}
.center {
  text-align: center;
  clear: none;
}
.justify {
  text-align: justify;
  clear: none;
}

.large {
  font-size: 16pt;
}
.small {
  font-size: 8pt;
}

.legal_link {
  text-align:center;
  font-size:8pt;
}

