﻿
body
{
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Calibri,Verdana, Helvetica, Sans-Serif;
    line-height: 1.4em;
    font-size: small;
    color: White;
    background: black;
}
p
{
    font-family: Calibri,Verdana, Helvetica, Sans-Serif;
    line-height: 1.4em;
    font-size:small;
    color: White;
}

.description
{
    margin-bottom: 0%;
    margin-top: 0%;
    border-right: black thin dotted;
    border-top: black thin dotted;
    border-left: black thin dotted;
    border-bottom: black thin dotted;
}

#outertable
{
    height: 100%;
    text-align: center;
    width : 100%;
    
}

h1
{
    color: White;
    font-size: 25px;
    font-family: Calibri,Verdana, Helvetica, Sans-Serif;
    line-height: 1.4em;
}
h3
{
    font-family: Calibri,Verdana, Helvetica, Sans-Serif;
    line-height: 1.4em;
    color: White;
}
strong
{
    color:White;
}
a
{
    font-family: Calibri,Verdana, Helvetica, Sans-Serif;
    line-height: 1.4em;

    font-size: small;
    color: #ffff99;
    text-decoration: none;
}
.indentedList
{
    list-style-position: inside;
    list-style-type: circle;
}

img
{
    border-style: none;
}

.navBackground
{
    background-image: url(images/cloudbg.jpg);
}
.shortdescBorder
{
    border-right: #5e7ebf thin double;
    border-top: #5e7ebf thin double;
    border-left: #5e7ebf thin double;
    border-bottom: #5e7ebf thin double;
}