@charset "utf-8";
/* CSS Document */

html, body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #6b552f;
  line-height: 16px;
}

.ErrorMsg {
  color: red;
  font-size: 1.2em;
  font-weight: bold;
  border: red solid 3px;
  padding: .5em;
  margin: .5em;
}
.Msg {
  color: blue;
  font-size: 1.2em;
  font-weight: bold;
  border: blue solid 3px;
  padding: .5em;
  margin: .5em;
}

a:link {
  color: #611319;
}
a:visited {
  color: #611319;
}
a:hover {
  color: #6b552f;
}
a:active {
  color: #611319;
}

.photopadding_left {
margin: 0px 16px 15px 0px;
}

.font13REDBOLD {
font-size: 13px;
color: #611319;
font-weight: bold;
}

a.font13REDBOLD:link {
color: #611319;
text-decoration: none;
}
a.font13REDBOLD:visited {
  text-decoration: none;
color: #611319;
}
a.font13REDBOLD:hover {
  text-decoration: underline;
color: #611319;
}
a.font13REDBOLD:active {
  text-decoration: none;
color: #611319;
}

.fontREDBOLD {
color: #611319;
font-weight: bold;
}



.fontRED {
color: #611319;
}

a.fontRED:link {
  color: #611319;
  text-decoration: none;
}
a.fontRED:visited {
  text-decoration: none;
  color: #611319;
}
a.fontRED:hover {
  text-decoration: underline;
  color: #611319;
}
a.fontRED:active {
  text-decoration: none;
  color: #611319;
}


.fontblack {
color: #000000;
}


a.fontblack:link {
  color: #000000;
  text-decoration: none;
}
a.fontblack:visited {
  text-decoration: none;
  color: #000000;
}
a.fontblack:hover {
  text-decoration: underline;
  color: #000000;
}
a.fontblack:active {
  text-decoration: none;
  color: #000000;
}

.bottanline {
border-bottom: #DDB276 solid 1px;
}

.bodytextnojust {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 20px;
  text-align: left;
}

.ib {
  border: 1px #FCAF4C solid;
}

.bodytext {
/*  text-align: justify; */
}

.bodytexttan {
background: #B19461;
}


.bodytext_memories {
border-bottom: solid 1px #333333; 
padding: 5px 5px 5px 5px;
}

.bodytexttan_memories {
background: #B19461;
border-bottom: solid 1px #333333; 
padding: 5px 5px 5px 5px;
}


.OrderNavButtons {
  text-align: center;
  font-weight: bold;
  margin-top: 3em;
  font-size: 1.1em;
  



}