﻿body
{
    margin: 5px;
    background-color: #00051d;
    background-image: url(    'images/Background.jpg' );
    background-repeat: repeat-x;
}
.thePager
{
    background-color: #CCCCCC;
    border: 1px solid #666666;
}
.PagerStyle a
{
    color: #000000;
    text-decoration: none;
    padding: 3px; /*border around pager numbers*/
    border: 1px solid #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
.PagerStyle a:link
{ 
    background-color: #CCCCCC;
}

.PagerStyle a:visited
{
    background-color: #666666;
}

.PagerStyle a:hover
{
    background-color: #CC0000;
}
.PagerStyle span
{
    color: #000000;
    text-decoration: none;
    padding: 3px; /*border around pager numbers*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    background-color: #808080;
    border: 1px solid #333333;
}
.GreenLinks
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #33CC33;
    text-decoration: none;
}
.GreenLinks a:link
{
    text-decoration: none;
}

.GreenLinks a:visited
{
    color: #008000;
}

.GreenLinks a:active
{
    color: #CC0000;
}

.GreenLinks a:hover
{
    color: #008000;
    text-decoration: none;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
}

.HSep
{
    border-left-style: dotted;
    border-left-width: 1px;
    border-left-color: #808080;
    height: 100%;
    width: 1px;
}
.FeaturedLinks
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}
.FeaturedLinks a:link
{
    text-decoration: none;
}

.FeaturedLinks a:visited
{
    color: #666666;
}

.FeaturedLinks a:active
{
    color: #666666;
}

.FeaturedLinks a:hover
{
    color: #33CC33;
    text-decoration: none;
}
.FeaturedPLinks
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #33CC33;
    text-decoration: none;
    font-weight: bold;
    list-style-image: url('images/ItemArrow.gif');
    list-style-position: inside;
    text-align: center;
}
.FeaturedPLinks a:link
{
    text-decoration: none;
}

.FeaturedPLinks a:visited
{
    color: #008000;
}

.FeaturedPLinks a:active
{
    color: #008000;
}

.FeaturedPLinks a:hover
{
    color: #008000;
    text-decoration: none;
}
.DocLinks
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #33CC33;
    text-decoration: none;
    font-weight: bold;
    list-style-image: url('images/ItemArrow.gif');
    list-style-position: inside;
    text-align: Left;
    line-height: 16px;
}
.DocLinks a:link
{
    text-decoration: none;
}

.DocLinks a:visited
{
    color: #008000;
}

.DocLinks a:active
{
    color: #008000;
}

.DocLinks a:hover
{
    color: #008000;
    text-decoration: none;
}
.MainText
{
    font-family: Tahoma;
    font-size: 10px;
    color: #333333;
    text-align: left;
    line-height: 13px;
}
.MainText a:link
{
    color: #00CC00;
    text-decoration: none;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
}
.MainText a:visited
{
    color: #006600;
    text-decoration: none;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
}
.MainText a:hover
{
    color: #006600;
    text-decoration: none;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
}
.SideText
{
    margin: 4px;
    font-family: Tahoma;
    font-size: x-small;
    color: #333333;
    text-align: left;
    line-height: 10px;
}
.SideText a:link
{
    color: #00CC00;
    text-decoration: none;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
}
.SideText a:visited
{
    color: #006600;
    text-decoration: none;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
}
.SideText a:hover
{
    color: #006600;
    text-decoration: none;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
}
.Titles
{
    font-family: Tahoma;
    font-size: large;
    color: #00CC00;
}
.Gradback
{
    background-image: url('images/GridBackGray.jpg');
    background-repeat: repeat-x;
    background-color: transparent;
}