
body 
{
    font-size:8pt;
    font-family: Verdana;
    color: #d4d0c8;
    background-color: #00020C;
}


.smallHeader
{
    font-size:x-small;
    font-family: Verdana;
}
A
{
    font-family: Verdana;
    text-decoration: none;
    color: #ffffff;
}
A:hover
{
    text-decoration: underline;
}

.dottedLine
{
    border-bottom: black 1px dotted;
}
.dottedBar100
{
    border: gray 1px dotted;
}

.mainTable
{
    width:600px;
}

textarea,
input,
select 
{
    margin:0px;
    border: 1px #888888 solid;
    
}

textarea 
{
    padding: 0px;
}

input,
select 
{
}

input,
option 
{
    padding: 0px 3px;
    
}

input[type=checkbox] 
{
    padding:0px;
    background:none;
    border:0px;
    margin: 0px;
}

.greyBar
{
    border-top: #808080 1px dotted;
    border-bottom:#808080 1px dotted;
    border-left:#808080 1px dotted;
    border-right:#808080 1px dotted;
    /*background-color: #E1E1E1;*/
    font-size:10pt;
}
