
body {
    color: rgb(0, 0, 0); 
    background-color: rgb(255, 255, 255); 
    background-image: url(../images/background.jpg); 
    margin: 0; 
    padding: 0;
}

A:link    { color: black;  }
A:visited { color: black; }
A:active  { color: black; }
A:hover   { color: black;}

.titleText {
    text-align: center;
    font-family: calisto mt;
    font-style: italic;
    font-weight: bold;
    font-size: 30pt;
}

.subTitleText {
    text-align: center;
    font-family: calisto mt;
    font-style: italic;
    font-weight: bold;
    font-size: 18pt;
}

.linkCell {
    vertical-align: top; 
    text-align: center; 
    font-weight: bold;
    font-style: italic;
    font-size: 12pt;
}

.navigationTable {
    width: 80%;
    align: center;
}

.navigationCell {
    white-space: nowrap; 
    text-align: center; 
    vertical-align: middle;
    background-repeat: no-repeat; 
    background-position: center;
}
 
.navigationFrame {
    white-space: nowrap; 
    text-align: center; 
    vertical-align: middle;
    background-repeat: no-repeat; 
    background-position: center;
    width: 200px;
    height: 200px;
    align: middle;
    border-style: none;
}

.navigationText {
    text-align: center;
    font-family: calisto mt;
    font-style: italic;
    font-size: 10pt;  
}
 

.imageTable {
    width: 100%; 
    align: center;
}

.thumbCell {
    vertical-align: top;
    text-align: center;
    align: center;
}

.imageLink {
    text-decoration:none;
}

.thumbImage {
     border-color:black; 
     border-width=4px;
}

img#preLoad
{
    width: 0px;
    height: 0px;
    border: 0px;
}

.referencesCell {
    vertical-align: top; 
    text-align: center; 
    font-weight: bold;
    font-style: italic;
    font-size: 12pt;
}

.referencesName {
    vertical-align: top; 
    text-color: black; 
    font-weight: bold;
    font-style: italic;
    font-size: 12pt;
}

.layoutTable {
    white-space: nowrap; 
    vertical-align: middle;
    background-repeat: no-repeat; 
    background-position: center;
    align: middle;
    border-style: none;
    width: 80%; 
    height: 700px; 
    text-align: left;    
}

.formatTitle {
    vertical-align: top; 
    text-align: left;
    color: black;
    font-family: calisto mt;
    font-style: italic;
    font-weight: bold;
    font-size: 20pt;
}

.formatName {
    vertical-align: top; 
    text-align: left;
    color: black;
    font-family: calisto mt;
    font-style: italic;
    font-weight: bold;
    font-size: 12pt;
}
.formatAddress {
    vertical-align: top; 
    text-align: left;
    color: black;
    font-family: calisto mt;
    font-style: italic;
    font-weight: bold;
    font-size: 16pt;
}
.formatQuote {
    vertical-align: top; 
    text-align: left;
    color: black;
    font-family: calisto mt;
    font-style: italic;
    font-weight: bold;
    font-size: 16pt;
}
.formatText {
    vertical-align: top; 
    text-align: left;
    color: black;
    font-family: calisto mt;
    font-style: italic;
    font-weight: bold;
    font-size: 16pt;
}
