/* CSS Document */

.NavHeader {
   font-size: 9pt; 
   font-family: Arial;
   font-weight: bold;
   color: rgb(255, 255, 153);
   text-align: center;
   background-color: purple;
   margin-top: 0pt; 
   margin-bottom: 0pt;
}
.NavText, p.NavText {
   font-size: 9pt; 
   font-family: Arial;
   font-weight: bold;
   line-height: 1.5;
   color: rgb(80,00,80);
   margin-top: 0pt; 
   margin-bottom: 0pt;
}
A:hover {color: #808080}

.PageHeader {
  font-size: xx-large; 
  font-family: Arial;
  font-weight: bold;
  color:Navy;
  text-align:center;
}

.TableHeader {
  font-size: small; 
  font-family: Arial;
  font-weight: bold;
  color: rgb(128,00,128);
  text-align: center;
}
.TableHeader2 {
  font-size: x-large; 
  font-family: New Times Roman;
  font-weight: bold;
  color: white;
  text-align: center;
}

.TableBodyCenter {
  font-size: small; 
  font-family: Arial;
  text-align: center;
}
.TableBodyLeft {
  font-size: small; 
  font-family: Arial;
  text-align: left;
}
.TableBody2 {
  font-size: medium; 
  font-family: Arial;
  text-align: center;
  background-color: rgb(255,255,204);
}
.TableBody3 {
  font-size: medium; 
  font-family: Arial;
  text-align: left;
}

div.Return{
  font-size: x-small; 
  font-family: Arial;
  color: blue;
  text-align: right;
}

div.BodyText{
   margin-left: 15pt; 
   margin-right: 15pt;
}

p.HighlightText1, span.HighlightText1 {
  font-size: 14.0pt; 
  font-family: Arial;
  text-align:center;
  color:red;
}
p.WeddingImageText {
  font-size: small; 
  font-family: Times New Roman;
  margin-bottom: 6;
}

