﻿body
{
    font-family: Calibri, Trebuchet MS, Arial;
    font-size: 12pt;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    background-color: #000000;
}

h1
{
    font-family: Calibri, Trebuchet MS, Arial;
    font-size: 18pt;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-decoration: underline;
    background-color: #000000;
    color: #FFFFFF;
}

h2
{
    font-family: Calibri, Trebuchet MS, Arial;
    font-size: 14pt;
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-decoration: underline;
    background-color: #000000;
}

h3
{
    font-family: Calibri, Trebuchet MS, Arial;
    font-size: 12pt;
    color: #000000;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    background-color: #FFFFFF;
}

h4
{
    font-family: Calibri, Trebuchet MS, Arial;
    font-size: 12pt;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: underline;
    background-color: #FFFFFF;
}

p.bookheader
{
    font-family: Calibri, Trebuchet MS, Arial;
    font-size: 14pt;
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-decoration: underline;
    background-color: #000000;
}

table.book
{
    border-spacing: 50px 0px;
    border-collapse: separate;
    padding: 0px;
}


ul.blank
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-family: Calibri, Trebuchet MS, Arial;
    font-size: 12pt;
}
ul.contents
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-family: Calibri, Trebuchet MS, Arial;
    font-size: 12pt;
    font-weight: bold;
}

ul.blankindent
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-family: Calibri, Trebuchet MS, Arial;
    font-size: 11pt;
    text-indent: 5px;
}

.contents a
{
    text-decoration: none;
    font-family: Calibri, Trebuchet MS, Arial;
    font-size: 12pt;
    font-weight: bold;
}
.contents a:link
{
    text-decoration: none;
}


a.general
{
    text-decoration: none;
    font-family: Calibri, Trebuchet MS, Arial;
    font-size: 12pt;
    font-weight: normal;
}

a.general:link
{
    color: Aqua;
    text-decoration: none;
}

a.general:visited
{
    color: Aqua;
    text-decoration: none;
}

a.lfooter:link
{
    color: White;
    text-decoration: none;
    font-family: Calibri, Trebuchet MS, Arial;
    font-size: 12pt;
    font-weight: bold;
}

a.lfooter:visited
{
    color: White;
    text-decoration: none;
    font-family: Calibri, Trebuchet MS, Arial;
    font-size: 12pt;
    font-weight: bold;
}

p.smaller

{font-size:smaller;
}


span.frank
{
    font-family: Calibri, Trebuchet MS, Arial;
    font-size: 13pt;
    font-weight: bold;
    font-style:normal;
    font-variant:normal;
    text-decoration: none;
    color: green;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
} 


span.bob
{
    direction: rtl;
    unicode-bidi: bidi-override;
    font-family: Calibri, Trebuchet MS, Arial;
    font-size: 13pt;
    font-weight: bold;
    font-style:normal;
    font-variant:normal;
    text-decoration: none;
    color: green;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
} 

div.container
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    /*min-height: 715px;*/
    background-color: Black;
}

div.title
{
    /*position: absolute;*/
    top: 0px;
    width: 100%;
    /*height: 65px;*/
    background-color: Black;
    text-align: center;
}

div.navigation
{
    display: table;
    /*position: relative;*/
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    /*top: 66px;*/
    /*width: 100%;*/
    /*height: 50px;*/
    background-color: black;
    margin: 0 auto; 
}

div.maintext
{
    /*position: absolute;*/
    padding-left: 50px;
    padding-right: 50px;
    /*top: 116px;*/
    width: 90%;
    background-color: Black;
    padding-bottom: 50px;
    margin: 0 auto;
    overflow: auto;
}

div.crew
{
    vertical-align: top;
}

div.footer
{
    position:fixed;
    bottom: 0px;
    height: 40px;
    width: 100%;
    background-color: Black;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: White;
    padding-top: 5px;
    text-align: center;
}


.floatright
{
    float: right;   
}

.floatleft
{
    float: left;
    margin-right: 30px;   
}

.clearfloat
{
    clear: both
}
    

.staticmain
{
    background-color: #000000;
    color: white;
    font-weight: bold;
    font-size: 14pt;
    text-align: center;

}

.staticmainitem
{
    padding: 0px 10px 0px 10px !important;
    background-color: Navy;
    color: white;
    font-weight: bold;
    font-size: 14pt;
    border-width: 1px  !important;
    border-color: white !important;
    border-style: solid !important;
    text-align: center;
}

.staticmainitem:hover
{
    background-color: Red;
}

.dynamicmain
{
    margin-top: 10px !important;
    background-color: Black;
    color: White;
    font-weight: bold;
    font-size: 12pt;
    border-width: 3px;
    border-style: outset;
    border-color: White; 
}

.dynamicmainitem
{
    padding: 5px 5px 5px 5px !important;
    background-color: Black;
    color: White;
    font-weight: bold;
    font-size: 12pt;
    border-width: 3px;
    border-style: outset;
    border-color: White;
    text-align: left;      
}
    
.dynamicmainitem:hover
{
    background-color: blue !important; 
}


    



