body {
  color: rgb(125,125,125);
  background-color: rgb(255,255,255);
  font-family: verdana, tahoma, helvetica,  arial;
  font-style: normal;
  font-size: 12px;
  margin: 0;
  padding: 0em;
}

a:link,a:active,a:visited {
  font-size: 12px;
  text-decoration: none;
  color: rgb(178,34,34);
}

a:hover {
  font-size: 12px;
  text-decoration: underline
}

img {
  border: 0;
}

h1,h2,h3,h4 {
  font-weight: normal;
}

h1 {	
  font-size: 20px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 12px;
  font-weight: bold;
}

h4 {
  font-size: 12px;
  font-style: italic;
  padding:0px;
  margin:0px;
  border:0px;
}

p {
  font-size: 12px;
}	

address {
  clear:both;
  font-size:10px;
  border-top: solid 1px rgb(178,34,34);
}

td {
  vertical-align:top;
  padding-left:1em;
}
