﻿body {
}

.ThumbnailsSection
{
    /*text-align: center;*/
    color: #FFFFCC;
    vertical-align: top;
    text-align: center;
}

.MainTitle
{
    color: #FFFFCC;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: bold;
    width: 100pc;
}

.SecondTitle
{
    color: #99FFCC;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    width: 100pc;
}
.MasterLeftTable
{
    font-family: Verdana;
    font-size: 12px; /*width: 100px;*/ /*border: 1px dashed #FFFFCC;*/
    border: 2px solid yellow;
    background-color: Black;
    vertical-align: top;
    text-align: left;
}
.MainSection
{
    text-align: center;
}
.ProfileText
{
    border-style: none;
    border-width: thin;
    font-family: Verdana;
    font-size: 12px;
    color: #FFCC99;
    text-align: center;
    /*background-color: #003264;*/
    width: 590px;
}
.BrightLink
{
    font-family: Verdana;
    color: #FFFF99;
}
.albumDescription
{
    border: medium none #FFC993;
    margin: 0px;
    padding: 30px;
    background-color: #333161; /*#FFC993;*/
    color: white;
    width: 588px;
    vertical-align: top;
}
.MasterRightArea
{
    vertical-align: top;

}
.MainBanner
{
    font-family: Verdana;
    font-size: 90px;
}
.MainPageParagraphHeader
{
    border-style: none none solid none;
    border-width: 2px;
    border-color: yellow;
    color: #333161;
    background-color: #94C511; /*font-size: 45px;*/
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#94C511', startColorstr='#FFFFFF', gradientType='0');
}


