﻿*
{
    margin: 0;
    padding: 0;
}
/* mac hide \*/
html, body
{
    height: 100%;
    width: 100%;
}
/* end hide */
body
{
    background-color: #ffffff;
    text-align: center;
    min-height: 468px; /* for good browsers*/
    min-width: 552px; /* for good browsers*/
    margin-bottom: 0px;
}
#outer
{
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: top;
}
#container
{
    text-align: center;
    position: relative;
    vertical-align: top;
    display: table-cell;
}
#inner
{
    /* border: 1px solid #C0C0C0;*/
    width: 1000px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.TopTitle
{
    font-family: arial;
    font-size: 60px;
    font-weight: bolder;
    color: White;
}
.TopLinkTitle
{
    font-family: arial;
    font-size: 14px;
    color: White;
}

.HomePageHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: normal;
    padding-left: 5px;
    color: #5BBF21;
}
.smallGrayFont
{
    font-family: Arial;
    font-size: 12px;
    color: #B9B9B9;
    padding-left: 8px;
}
.paraFonts
{
    font-family: arial;
    font-size: 12px;   
    color: #565959;
}
.paragraphFonts
{
    font-family: arial;
    font-size: 12px;
    padding-left: 10px;
    color: #565959;
}

.paragraphbold
{
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #565959;
}

.ParaSubTitleBold
{
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    color: #CE1126;
}
a.Link
{
    font-family: arial;
    font-size: 12px;
    color: #0051BA;
    text-decoration: none;
}

a.Link:hover
{
    font-family: arial;
    font-size: 12px;
    color: #999999;
    text-decoration: underline;
}
.LabelFont
{
    font-family: arial;
    font-size: 12px;
    color: #565959;
}

.CapitalFont
{
    font-family: arial;
    font-size: 12px;
    color: #565959;
    font-variant: small-caps;
}
