<style>
html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background: #f0f0f0;
  height: 99%;
  margin-left: 20px;
  margin-top:20px;
  padding: 0;
  line-height: 130%;
  text-align: center;
}

.td
{
    margin-left:10px;
}
*
{
  font-size: 8pt; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #000000;
  text-align: left;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}


.border
{
  background-color: #ffffff;
  padding: 15px 15px 15px 146px;
  height: 232px;
  background-image: url('images/back.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}

.title
{
  position: absolute;
  margin-left: 15px;
  margin-top: 15px; 
  width: 22px;
  height: 222px;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  _margin-left: 30px;
  _margin-top: 30px;
}

.content
{
  height: 217px;
  overflow: auto;
  padding: 7px;
}

.colophon
{
  margin-top: 5px;
  font-size: 10pt;
  text-align: right;
  color: #749942;
  background-color: inherit;
}



/* === Inline Text Styles === */



h1
{
  font-size: 16pt;
  margin: 20px;
  color: #000000;
  background-color: inherit;
  font-weight: bold;
}

h1.smaller {
	font-size: 14pt;
	}

.Contact
{
    text-align: left;
    margin: 10px;
    padding: 5px;
}

.address
{
    font-size: 14pt;
    margin: 10px;
}

.connection
{
    font-size: 12pt;
    margin: 10px;
}

.connection a
{
    font-size: inherit;
}

.details
{
    font-size: 14pt;
}

.details a
{
    font-size: inherit;
}

.text
{
  display: block;
  margin: 5px 5px 20px 12px;
}

.text a
{
  color: #666F53;
  text-decoration: none;
  font-weight: bold;
}

.text a:hover, .text a:active
{
  color: #000000;
}

blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.note
{
  	display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

.bold
{
  font-weight: bold;
}
</style>