﻿body {
}
.PageStyle
{
    
    background-image: url(graphics/tile.jpg);
    background-repeat: repeat-x;
    background-color: #E8ECF0;
    line-height: 16px;
    padding-top: 0px;
}
.HeaderMenu
{
    vertical-align: top;
    font-size: 8pt;
    font-family: Verdana, Arial;
    color: #FFFFFF;
    text-decoration: none;
}

a:link{text-decoration:none;color:#0072b7;} 
a:visited{text-decoration:none;color:#0072b7;} 
a:hover{text-decoration:underline;color:#232176;} 

.Content
{
    background-color: #ffffff;
    font-size: 9pt;
    font-family: Verdana, Arial;
    color: #000000;
    text-decoration: none;
}

  
.PageTitle
{
    font-size: 12pt;
    color: #0072b7;
    font-weight: bold;
}

.Heading
{
    font-size: 11pt;
    font-family: Verdana, Arial;
    color: #666666;
}

.Highlight
{
    font-size: 8pt;
    color: #0072b7;
}

.LargeHighlight
{
    font-size: 9pt;
    color: #0072b7;
    font-weight:bold;
}
.GreyBody
{
    font-size: 9pt;
    color: #666666;
}
.LinkText
{
    font-size: 8pt;
    color: #232176;
}

.Footer
{
    text-align: center;
    vertical-align: middle;
    font-size: 8pt;
    font-family: Verdana, Arial;
    color: #0072b7;
}


.Line
{
    border: 0;
    background-color:#78B9E5;
    color: #78B9E5;
    height: 1px;
}