﻿/* Dark grey style */
body 
{
    font-family:Calibri, Courier New;
    /*background-color:Black;*/
    background-color:#242424; /* dark grey */
    color: White;
}

p
{
    /*color: White;*/
}

h1
{
    color:Orange;
}

h2
{
    color: #DCC314; /* desert yellow */
}

h3
{
    color:White;
}

ul
{
    color:White;
}

a:link, a:visited
{
    color:Silver;
}

a:hover
{
    color:White;
}

.link,.linkNewWindow
{
    text-align:left;
    text-decoration:none;
}

.linkNewWindow
{
    background-image:url("../images/new_window.gif");
    background-position:right;
    background-repeat:no-repeat;
}

.summaryLevel1
{
    color:Orange;
    font-weight:bold;
}

.summaryLevel2 
{
    margin-top:-20px;
    margin-bottom:10px;
    /*color:White;*/
    color: #DCC314;}

.centered
{
    text-align:center;
}

.listItemDescription1
{
    font-style:italic;
}

.listItemDescription2
{
    /*font-weight:bold;*/
    font-size:smaller;
}

.legendButton1
{
    font-weight:bold;
}

.warningMessage
{
    color:Orange;
    font-weight:bold;
}