body{
  background-image: url(images/backgrounds/christmas.jpg);
  background-attachment:fixed;
  background-repeat: repeat;
  background-color: #000000;
  font-family: Verdana, Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
}
table.mainTable{
  position: relative;
  top: -8px;
  background-color: #000000;
  width: 975px;
  border: 1px solid #000000;
}
tr.mainTableNavRow{
  background-color: #000000;
}
table.mainNavTable{
  text-align: left;
  background-color: #000000;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  border: solid 5px #000000;
}
table.banner{
  border: solid 1px #000000;
  color: #FFFFFF;
}
table.searchTable{
  background-color: #D4D9EC;
  border: solid 1px #000000;
  color: #000000;
  font-size: 14px;
}
table.slogTable{
  color: #FFFFFF;
  background-color: #000000;
}
td.chName{
  background-image: url(images/but01.jpg);
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
}
table.fhName{
  font-size:12px;
  color: #FFFFFF;
  background-image: url(images/background.jpg);
}
tr.mainTableContentRow{
  background-color: #ECE9FA;
  background-color: #000000;
  color: #FFFFFF;
}

table.deathNoticeIndexList{
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
  background-image: url(images/background.jpg);
  border: #F7941D outset;
}
table.deathNoticeList{
  background-color: #000000;
  background-image: url(images/trees.gif);
  background-position: top center;
  background-repeat: no-repeat;
  color:#FFFFFF;
  width: 100%;
}
td.deathNoticeList{
  background-color: #888888;
}
table.deathNoticeView{
  color: #FFFFFF;
  background-color: #000000;
  width: 100%;
}
td.deathNoticeViewAction{
  background-image: url(images/but01.jpg);
  font-size: 14px;
  font-weight: bold;
}
tr.footer{
  width: 100%;
  color: #000000;
  background-color: #D4D9EC;
}
input[type="submit"]{
  color: #FFFFFF;
  background-color: #465B6C;
}
input[type="submit"]:hover{
  color: #465B6C;
  background-color: #FFFFFF;
}
a{
  color: #FFFFFF;
  text-decoration: underline;
}
a:hover{
  color: #F7941D;
}

.headLink{
  color: #FFFFFF;
  text-decoration: none;
}
.headLink:hover{
  color: #F7941D;
}

.a1{
  color: #F7941D;
}
.a1:hover{
  color: #FFFFFF;
}
h2{
  font-size: 18px;
}

h4{
  color: #F7941D;
}
a.aDeathNoticeAction{
  display: block;
  border: solid 1px #000000;
  text-decoration: none;
}
a.aDeathNoticeAction img{
  border: none;
}

a.aDeathNoticeAction:hover{
  border: solid 1px #F7941D;
}
p{
  line-height: 150%;
}

/*death notice styles*/

   div#dnHeader{
    padding:15px;
    background:url(../images/treeline.jpg);
   }
   div.dnDiv{
     background:url(../images/black_and_white_flowers-1554.jpg);
     background-repeat: no-repeat;
     background-position: center;
     border: 1px solid #FFFFFF;
     cursor: pointer;
     cursor: hand;
   }
   div.dnDiv:hover,
   div.dnDiv-hover{
     background-image:url(../images/black_and_white_flowers-1554_hover.jpg);
     background-repeat: no-repeat;
     background-position: center;
     border: 1px solid #F7941D;
     cursor: pointer;
     cursor: hand;
   }

   div.dnDiv p,
   div.dnDiv-hover p{
     display: block;
     margin-left: auto;
     margin-right: auto;
     clear:both;
     width:95%;
     padding:5px;
     font-style:italic;
     text-align: justify;
   }

