/*****************************************************
******** Client Styles
*****************************************************/

.introHeader
{
    font: 18px/24px Helvetica;
    color: #8D9095;
    font-weight: bold;
    text-align: left;
}

.tagHeader
{
    font: 18px/24px Helvetica;
    color: #234F78;
    font-weight: bold;
    text-align: left;
}

.leftContent
{
    float: left;
    width: 228px;
    text-align: center;
}

.rightContent
{
    float: right;
    width: 228px;
    text-align: center;
}

.iRight
{
    padding: 0 0 6px 12px;
}

.iLeft
{
    padding: 0 12px 6px 0;
}

/*** Link Styles  ***/
a, a:visited, a:active
{
    font-size: 12px;
    color: #494949;
    text-decoration: underline;
}

a:hover
{
    font-size: 12px;
    color: #0084FF;
    text-decoration: underline;
}

a.mailingList
{
    color: #494949;
    text-decoration: underline;
}

a.mailingList:hover
{
    color: #0084FF;
    text-decoration: underline;
}

a.tour, a.tour:visited
{
    color: #494949;
    font-weight: bold;
    text-decoration: none;
}

a.tour:hover, a.tour:active
{
    color: #0084FF;
    font-weight: bold;
}