body
{
 background: url("../img/webBG.jpg") right bottom no-repeat;
 padding: 10px 10px 10px 10px;
 margin: 0px 0px 0px 0px;
 overflow: hidden;
}

div.title
{
 color: Navy;
 font-size: 14pt;
}

div.info
{
 font-size: 12pt;
 font-weight: bold;
 margin-top: 20px;
}

div.content
{
 padding: 10px 10px 10px 10px; 
 min-height: 200px;
}

td.key
{
 margin-top: 5px;
 text-align: left;
 font-size: 10pt;
 font-weight: bold;
 color: Navy;
 Width: 100px;
}

td.value
{
 text-align: left; 
}

div.linkHost
{
 padding: 10px 10px 10px 10px;
 text-align: center;
 font-size: 14pt;
}

a.dLink
{
 text-decoration: none;
}

a.dLink:hover
{
 text-decoration: underline;
}

/* Styles for Example #2 */
#example2 {
  margin:0;
  padding:0;
  width:300px;
  list-style-type:none;
  background-color:#FFFFFF;
  color:#000000;
  line-height:120%;
  height:300px;
}

#example2 a {
  display:block;
  font-weight:normal;
  text-decoration:none;
}
#example2 ul {
  overflow: hidden;
  margin:0;
  padding:0;
}
#example2 li {
  margin:0;
  padding:0;
  list-style-type:none;
}
#example2 li a {
  width:285px;
  padding:5px 0 0 15px;
  display:block;
  color:#000000;
  background-image:url("../img/ha-header.jpg");
  height:25px;
}

#example2 li a.closed {
  color:#000000 !important;
  background-image:url("../img/ha-header.jpg") !important;
}

#example2 li.firstitem a.closed {
  color:#000000 !important;
  background-image:url("../img/ha-header-first.jpg") !important;
}

#example2 li.lastitem a.closed {
  color:#000000 !important;
  background-image:url("../img/ha-header-last.jpg") !important;
}

#example2 li li {
  border-left:1px solid #E5E5E5;
  border-right:1px solid #E5E5E5;
  padding:0 15px 0 15px;
  height:175px;
}

#example2 li a.opened {
  background-image:url("../img/ha-header-active.jpg");
  color:#FFFFFF;
}

#example2 li.firstitem a.opened {
  background-image:url("../img/ha-header-first-active.jpg");
  color:#FFFFFF;
}

#example2 li.lastitem li {
  margin-bottom:-4px;
}

#example2 li.lastitem ul {
  background-image:url("../img/ha-footer.jpg");
  background-repeat:no-repeat;
  background-position:bottom;
  padding-bottom:4px;
}


img.small_icon {
  border: 0px;
  vertical-align: middle;
  margin-right: 4px;
}

a.weblink {
  background-image: none !important;
  padding: 0px 0px 0px 0px !important;
  display: inline !important;
  color: navy !important;
  text-decoration: underline !important;
}
