﻿body
{
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}
a.top:link
{
    color: #FFFFFF;
}
a.top:visited
{
    color: #FFFFFF;
}
a.top:hover
{
    color: #0066cc;
    text-decoration: underline !important;
}
a
{
    text-decoration: none;
    color: #0066cc;
}
a:hover
{
    text-decoration: underline;
}
#pageContainer
{
    font-family: Calibri;
    font-size: 12px;
    position: relative;
}
.textResize
{
}
.textResize a.textNormal
{
    padding: 4px 7px 1px 7px;
    border: thin solid #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    background-color: #FFFFFF;
    color: #0066CC;
}
.textResize a.textLarge
{
    border: thin solid #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    cursor: pointer;
    padding-right: 6px;
    padding-left: 6px;
    color: #0066CC;
    background-color: #FFFFFF;
}
.textResize a.currentSize
{
    color: #000000;
    background-color: #6ebe44;
    border-color: #000000;
}
.DotLine
{
    padding: 0px !important;
    background-image: url('/images/dot.bmp');
    background-repeat: repeat-x;
    height: 1px;
}
.GrayLine
{
    background: #D7D7D7;
    padding: 0px !important;
    margin: 0px !important;
    height: 1px;
    width: 100%;
}
input:hover, textarea:hover
{
	border-color: #4e81c8 !important;
}
input:focus, textarea:focus
{
	color: #000000 !important;
	background-color: #e3f2df !important;
}