﻿.Left { float: left; }
.Right { float: right; }
.Clear { clear: both; }

.SmallFont
{
    font-size: small;
}

SmallerFont
{
    font-size: smaller;
}

XSmallFont
{
    font-size: x-small;
}

.SmallMargin
{
    margin: 5px;
}

.Wide
{
    width: 124px;
}

.TextBox
{
    border: solid 1px black;
}

.AlignCenter
{
    text-align: center;
}

.AlignRight
{
    text-align: right;
}

.AlignLeft
{
    text-align: left;
}

.NoBorder
{
    border: solid 1px #EEEEEE;
}

.SubSection { margin-left: 20px; }

.ContentsTable
{
    border-top: solid 1px black;    
    border-left: solid 1px black;
    width: 600px;
}

.ContentsTable td
{
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    vertical-align: top;
}

h1, h2, h3
{
    color: #0a6ea5;/*#6b8098;*/
    font-family: Verdana;
}

h1
{
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #0a6ea5;
    font-size: large;
    font-weight: bold;
}

h2
{
    font-size: medium;
    font-weight: bold;
}

h3
{
    font-size: small;
    font-weight: bold;
}

.PageLinks a:link {text-decoration: none; color: Blue;}
.PageLinks a:visited {text-decoration: none; color: Blue;}
.PageLinks a:hover {text-decoration: underline; color: #98936b;}

.PageLinks
{
    list-style-type:none;
    margin-left: 10px;
}

.PageLinks ul
{
    list-style-type:none;
    margin-left: 0px;
}



.PageLinks li 
{ 
    background-image: url("../Images/arrow.gif"); 
    background-repeat: no-repeat; 
    background-position: 0px 7px;
    padding-left: 12px; 
}