body
{ padding: 0px;margin: 0px;font-family: Arial;background-color: #F0F0F0; padding-top: 10px; }

TABLE.Frame
{}

TABLE.Layout
{}

TD
{ font-family: Arial; }

TD.LayoutSpace
{ background-color: #f0f0f0; }

TD.LayoutRule
{ background-color: #003A99; }

TD.LayoutMenu
{ background-color: #003A99; }

TD.LayoutContent
{ background-color: #ffffff; }

TD.LayoutHeader
{ background-color: #ffffff; }

TD.LayoutFooter
{ background-color: #FFFFFF; }

TD.FooterRule
{ background-color: #FFFFFF; }

TD.FooterContent
{
	font-size: 8pt;
	color: red;
}

A.FooterLink
{ text-decoration: Underline; font-size: 8pt; color: red; }

A.FooterLink:Hover
{ text-decoration: none; font-size: 8pt; color: #D61821; }

A.PageLink
{ text-decoration: underline; color: #000066; }

A.PageLink:Hover
{ text-decoration: none; color: #003A99; }

DIV.ErrorPanel
{ background-color: #D6F3DE; }

SPAN.ErrorTitle
{ font-weight: bold;font-style: italic; }

SPAN.ErrorMessage
{ font-size: 9pt;font-family: Courier; }

SPAN.PageTitle
{ font-size: 12pt; font-weight: bold; }

SPAN.ErrorText
{ font-size: 9pt; color: #ff0000; }

SPAN.VerificationText
{ font-size: 10pt; font-weight: bold; }

TD.FormInput
{ font-size: 9pt; }

INPUT.TextBox
{ font-size: 9pt; background-color: #fefefe; /*/*/ border: #666666 solid 1px; /**/ }

INPUT.Button
{ font-size: 9pt; }

SELECT.DropDownList
{ font-size: 8pt; background-color: #fefefe; }

SPAN.TitleLarge
{ font-size: 12pt; color: #8f8f8f;font-weight: bold; }

/*
 * Start Menu Styles
 * --------------------------------
*/

TD.MenuTopEdge
{ background-color:#FFFFFF }
TD.MenuBottomEdge
{ background-color: #6A8FBA; }

TD.LayoutMenu
{ background-color: #FFFFFF; }

TD.MenuItemContainerSel
{ background-color: #FFFFFF; /*/*/ border-right: #FFFFFF solid 1px;/**/ }

TD.MenuItemContainerUnSel
{ background-color: #FFFFFF; /*/*/ border-right: #FFFFFF solid 1px;/**/ }

/* Selected Root MenuItem */
TD.MenuItemSel
{ background-color: #FFFFFF; cursor: hand; }
A.menuItemLinkSel
{ text-decoration: none; color: #6A8FBA;cursor: default;font-weight:bold;font-size: 9pt; }
A.menuItemLinkSel:Hover
{text-decoration: Underline;}

/* Unselected Root MenuItem */
TD.MenuItemUnSel
{ background-color: #FFFFFF;cursor: hand; color: #ffffff; }
A.menuItemLinkUnSel
{font-size: 9pt;text-decoration: none;color: #6A8FBA;}
A.menuItemLinkUnSel:Hover
{text-decoration: Underline;}

/* Selected Sub MenuItem */
TD.MenuItemSubSel
{ background-color: #FFFFFF;cursor: hand; }
A.menuItemSubLinkSel
{text-decoration: none;color:red;font-size: 9pt;cursor:default;font-weight:bold;}
A.menuItemSubLinkSel:Hover
{text-decoration: Underline;}

/* UnSelected Sub MenuItem */
TD.MenuItemSubUnSel
{ background-color: #ffffff;color:#FFFFFF;cursor: hand; }
A.menuItemSubLinkUnSel
{text-decoration: none;color:red;font-size: 9pt;}
A.menuItemSubLinkUnSel:Hover
{text-decoration: Underline;}

/*
 * End Menu Styles
 * --------------------------------
*/
SPAN.LabelText
{
	font-family:Arial;
	font-size: 10pt;
}
TD.HeaderText
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
}
TD.ColorHeaderText
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color:Brown;
}

TD.InfoText
{ font-family: Arial;font-size: 12pt; }

TD.GridHeader
{ color: #000000;font-size: 8pt; }

.DarkBackground
{ background-color: #003A99; }

.MediumBackground
{ background-color: #CCCCCC; }

.LightBackground
{ background-color: #FFFFFF; }

.DarkText
{ color: #000066; }

.MediumText
{ color: #003A99;  }

.LightText
{ color: #FFFFFF; }

TD.EvenBackground
{ font-size: 9pt; }

TD.OddBackground
{ font-size: 9pt; }

/* Evaluation Form */
td.eFormSectionText
{
	background-color:#004592;
	font-size: 9pt;
	text-decoration: none;
	color: #f8f8f8;
}
td.eFormDescriptionText
{
	font-size: 8pt;
	text-decoration: none;
}
td.eFormTextBox
{
	font-size: 9pt;
	text-decoration: none;
}
td.eFormTextArea
{
	font-size: 9pt;
	text-decoration: none;
}
td.eFormDropDownList
{
	font-size: 9pt;
	text-decoration: none;
}
td.eFormCheckBoxList
{
	font-size: 9pt;
	text-decoration: none;
}
td.eFormRadioButtonList
{
	font-size: 9pt;
	text-decoration: none;
}