﻿body 
{
    font-family: Courier New;
    /*background-color: Yellow;*/
}

h1
{
    color:Orange;
}


h3
{
    color:Black;
}


.linkNewWindow
{
    background-image:url("../images/new_window.gif");
    background-position:right;
    background-repeat:no-repeat;
    text-align:left;
    text-decoration:none;
}

.summaryLevel1
{
    color:Red;
}

.summaryLevel2 
{
    margin-top:-20px;
    margin-bottom:10px;
    color:Black;
}

.centeredPicture
{
    text-align:center;
}

.centeredText
{
    text-align:center;
}

.listItemDescription1
{
    font-style:italic;
}

.listItemDescription2
{
    /*font-weight:bold;*/
    font-size:smaller;
}

.legendButton1
{
    font-weight:bold;
}

.warningMessage
{
    color:Red;
}