﻿body 
{
    margin: 0;
    padding: 0;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    line-height: 16px;
    background-image: url(../Images/CenterBG_779x1.gif);
	background-repeat: repeat-y;
	background-position:center;
	background-color: #f1f1f1;
}

.blueTitleLarge
{
    font-family: Verdana;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    color: #0064b1;
    padding-bottom: 8px;
}
.blueTitleSmall
{
    font-family: Verdana;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    color: #0064b1;
    padding-bottom: 8px;
}
.SmallContentBox
{
    border: solid 1px #cecece;
    font-family: Arial;
    font-size: 11px;
    padding: 10px;
}
.TopMenu
{
    color: #FFFFFF;
}
.TopMenuText
{
    font-family: Verdana;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}
.TopMenuText:hover
{
    text-decoration: underline;
}
.FooterText
{
    font-family: Verdana;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}
.ImageLeft
{
    padding-left: 8px;
}