body {
    font-family :  Arial;
    font-size: 76%
}	/* Base Font and Size */

h1
{
    margin: 0;
    padding: 0;
    font-size: 240%;
    font-weight: normal;
    text-align: center;
}

h2
{
    padding: 0em;
    margin: 0em;
    font-size: 130%;
    text-decoration: underline;
    font-weight: normal;
}	/* Headings  */


table {
    font-family :  Arial;
    font-size: 100%
}	/* Table Font and Size */

 table#bmd {
    font-size: 140%;
    border-width : 0;
    border-spacing : 0;
    padding : 5;
    width : 600;
}	/*  BMD Table Format  */ 

 table#bmd TD.picture {
    width : 200px;
    height: 150px;
}	/*  BMD Picture Box  */ 
 
 table#bmd TD.titles {
    width : 100px;
    font-weight : bold;
}	/*  BMD Titles  */

 table#bmd TD.dates {
    width : 150px;
}	/*  BMD Dates  */

TH {
	text-align: Left
}	/*  All Table Headings  */

Table.ChildrensBirths {
    border-width : 0;
    border-spacing : 0;
    padding : 1;
    Width : 500;
}	/*  Children & Sibling Table Format  */
 
TH.name{
    width : 200px
}
TH.dob{
	width : 150px
}
TH.baptism{
	width : 150px
}
TR#direct{
    font-weight :  bold;
    font-style:italic;
}

TABLE#photos{
    border-width : 0;
    border-spacing : 0;
    padding : 1;
    width : 600;
}	/*  Picture Table Format  */

TD.picture {
    vertical-align : middle;
    width : 200px;
    text-align: center;
}	

TABLE#Census td{
	width: 50;
    vertical-align : top;
         text-align:center;
}	/* Census Table Format */

.CT {
    line-height : 200%;
}	/* Census Text   */

.CTS{
    text-decoration : line-through;
    line-height : 200%;
}	/* Census Text Strikethrough  */
 
 .T {
    font-size: 240%;
    text-align: center;
}	/*  Title  */  
 
.H {
    font-size: 130%;
    text-decoration : underline;
}	/* Headings  */ 
 
.ship{
    font-size: 120%;
}   /* LI ship */

.blank{
    list-style-image:url(dot.gif);
    font-size: 80%;
}   /* LI blank (no bullets) */

.container
{
    position : relative;
}	/* Crew List Container */
.CL {
    font-size : 100%;
    position: absolute;
}	/*  Crew Lists  */
.CL1 {
    font-size : 100%;
    left : 160px;
    position: absolute;
}	/*  Crew Lists  */
.AM {
    font-size : 100%;
    position: absolute;
}	/*  Army Muster  */
.AM1 {
    font-size : 100%;
    left : 150px;
    position: absolute;
}	/*  Army Muster  */
.AM2 {
    font-size : 100%;
    left : 300px;
    position: absolute;
}	/*  Army Muster  */
.AM3 {
    font-size : 100%;
    left : 450px;
    position: absolute;
}	/*  Army Muster  */










.ACK
{
    float: left;
    text-align: left;
    font-size: 80%;
} /* Acknowlegments */



.LU {
    text-align : right;
    float: right;
    font-size: 80%;
}  /* Last Updated   */
