/* =========================================
// GENERAL STYLES
// =======================================*/
body 
{
	background-color: White;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #666666;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: .8em;
}


/* =========================================
// MAIN TEXT STYLES
// =======================================*/
.SubTitleText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    vertical-align: middle;
    color: #4D4EA2;
}

.Copyright
{
	font-family: 'Courier New' , Courier;
	font-size: 0.6em;
}

.GeneralSpotlightText
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: .8em;
}

.GeneralText, .AlertText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
}

.AlertText
{
    color: Red;
    font-weight: bold;
}

.GeneralTableHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: bold;
    background-color: #b8b8da;
}

.LightTableHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    background-color: #EBECF5;
    vertical-align: top;
}

/* =========================================
// PAGE LAYOUT STYLES
// =======================================*/
.RightBar1
{
	background-image: url(Images/dots_grey.gif);
}
.RightBar2
{
	background-color: #ececec;
	width: 100%;
}
.SpacerRow5
{
	height: 5px;
}
.MainMenuCell
{
	vertical-align: bottom;
	text-align: right;
}
.LogoCell
{
	vertical-align: bottom;
	width: 122px;
	text-align: left;
}
.MainImageCell
{
	width: 784px;
}
A:hover
{
	color: #000000;
}
A:link
{
	text-decoration: none;
	color: #000000;
}
A:visited
{
	color: #999999;
	text-decoration: none;
}
.MainMenuLink
{
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
}
.MainBodyCell
{
}
.SubTitleCell01
{
    background-color: #b8b8da;
    width: 36px;
    vertical-align: middle;
    text-align: right;
}
.SubTitleCell02
{
    background-color: #b8b8da;
    width: 234px;
}
.SubTitleCellVariable
{
    background-color: #b8b8da;
}

.SubTitleCell03
{
    background-color: #b8b8da;
    width: 20px;
}
.SubTitleCell04
{
    background-color: #b8b8da;
    background-image: url(images/dots_bluish.gif);
    width: 14px;
}
.SubTitleCell05
{
    background-color: #EBECF5;
}
.WhiteDots
{
    background-image: url(images/dots_white.gif);
}
.GeneralCell
{
    text-align: left;
    vertical-align: top;
}
.SpotlightCell01
{
    background-color: #EBECF5;
    font-family: Arial, Helvetica, sans-serif;
    color: #4D4EA2;
    font-size: 3;
    width: 43px;
    /* vertical-align: top;*/
}
.SpotlightCell02
{
    background-color: #EBECF5;
    font-family: Arial, Helvetica, sans-serif;
    color: #4D4EA2;
}
.SpotlightCell03
{
    background-color: #EBECF5;
    font-family: Arial, Helvetica, sans-serif;
    color: #4D4EA2;
    font-size: 3;
    width: 25px;
}
.SpotlightRow2
{
    background-color: #D0DBAD;
    height: 9px;
}
.GeneralSpotlight
{
    background-color: #D0DBAD;
}
