* html body /*IE top margin hack*/
{
  margin-top: -15px;
}

* html  #top/*IE top margin hack*/
{
  left: 1px;
}

body {
  margin: 0;
  padding: 0;
  font: 11pt Garamond, Palatino, "Times New Roman", Times, serif;
  color: black;
  background: transparent;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, 
"Bitstream Vera Sans", sans-serif;
  font-weight: bold;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
}

#left, #right, #top { display: none; }
#printtop { display: block; height: 190px; }
#content { width: 100%; margin: 0;}
#center { width: 100%; margin: auto; }

.centerleft { width: 48%; float: left; padding-right: 2%;} 
.centerright { width: 48%; float: left; padding-left: 2%;}


a, a:visited, a:hover, a:visited:hover {
  color: #04667e;
  background: transparent;
  text-decoration: none;
}
img
{
	margin: auto;	
}

a img
{
  border: 0px;
}


