/* Main Text */
body {
 font-family:times-new-roman,serif;
 font-style:normal;
 font-weight:bold;
 font-size:medium;
 letter-spacing:normal;
 line-height:normal;
 word-spacing:normal;
 text-align:left;
 text-decoration:none;
 vertical-align:top;
}
body {
 color:#ece4cf;
 background-color:#66769a;
}
/* hd1: Heading Option 1 */
.hd1 {
 font-family:arial,verdana,tahoma,sans-serif;
 font-style:normal;
 font-weight:bold;
 font-size:120%;
}
/* hd2: Heading Option 2 */
.hd2 {
 font-family:arial,verdana,tahoma,sans-serif;
 font-style:normal;
 font-weight:bold;
 font-size:100%;
}
/* hd3: Heading Option 3 */
.hd3 {
 font-family:arial,verdana,tahoma,sans-serif;
 font-style:italic;
 font-weight:normal;
 font-size:80%;
}
/* hd4: Heading Option 4 */
.hd4 {
 font-family:arial,verdana,tahoma,sans-serif;
 font-style:normal;
 font-weight:bold;
 font-size:300%;
}
/* hrule1: Border Top or Horizontal Rule */
.hrule1 {
 border-top: 2px solid;
 border-color: #ece4cf;
}
/* hrule2: Border Top or Horizontal Rule */
.hrule2 {
 border-top: 2px solid;
 border-color: #66769a;
}
/* bp: Button Position */
.bp {
 text-align:center;
}


.charindex {
 text-align: Center;
}
/* charindex A: Surname Character Index */
.charindex A {
 font-weight:bold;
 font-style:normal;
 color:#000000;
 background-color:#c0c0c0;
 border-width:3px;
 border-style:solid;
 border-color:#ece4cf;
 text-decoration:none !important;
 line-height:2;
 padding:.1em .4em .1em .4em;
 font-size:110%;
}



/* in20: Indent 20px */
.in20 {
 text-indent:20px;
}
/* tac1: Text-align Center - div */
.tac1 {
 text-align:center;
}
/* tal1: Text-align Left - div */
.tal1 {
 text-align:left;
}
/* tal2: Text-align Left - div */
.tal2 {
 text-align:left;
 font-size:small;
}
/* tar1: Text-align Right - div */
.tar1 {
 text-align:right;
}
/* tar2: Text-align Right - div */
.tar2 {
 text-align:right;
 font-size:small;
}
/* quote: Quote */
.quote {
 font-style:italic;
 white-space:pre;
 padding-left:40px;
 padding-right:40px;
}
/* sup: Superscripts */
sup {
 font-style:normal;
 font-weight:bold;
 font-size:80%;
 text-decoration:none;
 vertical-align:text-top;
}
/* Inline Font Style - span */
.lg {
 font-size:large;
}
.xlg {
 font-size:x-large;
}
/* Inline Text Decoration - span */
.tdl {
 text-decoration:line-through;
}
.tdu {
 text-decoration:underline;
}
/* Main Page Links */
a:link {
 text-decoration:none;
 font-weight:bold;
 color:#c1d6e9;
 background-color:#66769a;
 }
a:visited {
 text-decoration:none;
 font-weight:bold;
 color:#bf8881;
 background-color:#66769a;
 }
a:hover {
 text-decoration:underline;
 color:#bf8881;
 background-color:#66769a;
 }
/* Unordered List Style */
ul.none {
 list-style-type:none;
}
ul.disc {
 list-style-type:disc;
}
ul.circle {
 list-style-type:circle;
}
ul.square {
 list-style-type:square;
}
/* Navigational Links */
.nav {
}
.nav:link, .nav:active, .nav:visited {
}
