﻿body
{
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    font-weight: normal !important;
    font-style: normal !important;
    color: White !important;

}

.row
{
    padding: 2px 10px 2px 10px !important;
}

.PageTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    color: #002B5C;
}

.SubTitle
{
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    font-variant: normal;
    color: #002B5C;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
}


.tableformat
{
  border-style: dotted;
  border-color: #92B6C7;
  background-color: #92B6C7;
  border-width: 0.5px 1px 0.5px 1px;
  width: 95%;
}

.contenttable
{
  border-style: dotted;
  border-color: #92B6C7;
  background-color: #92B6C7;
  border-width: 0.5px 1px 0.5px 1px;
  width: 95%;
  max-width: 1024px;
  vertical-align: text-top;
}

.BackgroundTable
{
    border-width: 0px;
    width: 75%;
    border-spacing: 0px;
    background-color: #000000;
}
.LightBlueBorderBox
{
    border: thin ridge #92B6C7;
    background-color: #92B6C7;
    padding: 2px 10px 2px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.liz
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  text-indent: 20px;
  color: #000000;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 12px;
}

li
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  color: White;
  list-style-type: disc;
  padding-left: 12px;
  margin-left: 22px;
}

.BodyText
{
    padding: 2px 10px 2px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-variant: normal;
    color: White;
    margin-top: 20px;
    margin-bottom: 20px;
}


.navbar-default
{
    background-color: #002B5C !important;
}

/*.navbar-default .active, */
.navbar-default .navbar-nav .active a,
.navbar-default .navbar-nav .active a:hover,
.navbar-default .navbar-nav .active a:focus

{
    background-color: #92B6C7 !important;
    color: #002B5C !important;
}