﻿a, a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.glink, a.glink:visited
{
    padding: 12px 2px 5px 2px;
    border-style: none;
    font-size: small;
    color:Yellow; 
    background-repeat: no-repeat;
    background-image: url( 'Images/Display/globalStatBack.gif' );
    /*background-position: center center;*/
    height: 40px;
    width: 150px;
    vertical-align: middle;
    display: table-cell;
}

a.glink:hover
{
    padding: 26px 2px 5px 2px;
    color: #FFFFFF;
    border-style: none;
    background-position: center;
    background-image: url( 'Images/Display/globalHoverBack.gif' );
    background-repeat: no-repeat;
    text-decoration: none;
    font-weight: bold;
    display: table-cell;
}

.pageTitle
{
    font-family: Georgia;
    font-size: xx-large;
    font-weight: lighter;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #FF8000;
    text-align:center;
}

.bodyText
{
    padding: 10px 25px 10px 25px;
    font-family: 'Times New Roman' , Times, serif;
    font-size: medium;
    color: Yellow;
    text-align: left;
    width: 95%;
}

.bodyText img
{
    margin: 5px;
}

.bodyText h1
{
    font-family: Calibri;
    font-size: 20px;
    font-weight: bold;
    color: #008000;
    padding-left: 5px;
}

.bodyText h2
{
    font-family: Calibri;
    font-size: 18px;
    font-weight: bold;
    color: #E3B822;
    padding-left: 5px;
}

.bodyText h3
{
    font-family: Calibri;
    font-size: 16px;
    font-weight: bold;
    color: Red;
    padding-left: 5px;
}

.bodyText embed
{
    text-align: center;
}

/*Sub Navigation links */
.subNavLink
{
    position: absolute;
    left:40%;
}

.subNavLink a:visited, .subNavLink a:link
{
    color: Yellow;
}

.subNavLink a:hover
{
    color: Green;
}
/*88888888888888888888888888888888888888888888888*/