/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#EEEEEE; color:#0141AD;}
.box1Color						{color:#0141AD;}
.box1Color:HOVER				{color:#0141AD;}

.box1Background_LightVersion	{background-color:#f5f5f5; color:#0141AD;}
.box1Color_LightVersion			{color:#0141AD;}
.box1Color_LightVersion:hover	{color:#000000;}


/** Used in titles and captions**/
.titlesColor						{color:#0141AD;}
.titlesColor:hover				{color:#0141AD;}
.pageTitleColor					{color:#0141AD;}
.pageTitleColor:hover			{color:#0141AD;}


/****************************  Main Elements ***************************/
BODY				{font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#000000; font-size:80%; padding:0px; margin:0px;}
BODY * 			{-moz-box-sizing:border-box;}

TABLE				{}
TD					{font-size:80%;}
HR					{border:0px; border-top:1px solid #c0c0c0; height:1px; width:100%; background-color:transparent;}
FORM				{display:inline;}
INPUT				{font-size:12px; font-weight:normal; font-family:Arial;}
INPUT.input		{border-style:solid; border-width:1px; border-color:#005095;}
TEXTAREA			{border-style:solid; border-width:1px; border-color:#005095;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
A					{text-decoration:none; color:#0c2d58;}
A:hover			{text-decoration:underline; color:#dd0000;}
INPUT.button	{color:#01358C; border-top-color:#E5E5E5; border-right-color:#BEBEBE; border-bottom-color:#C9C9C9; border-left-color:#E7E7E7; border-style:solid; border-top-width:1px; border-left-width:1px; border-bottom-width:1px; border-right-width:1px; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; background-color:#E3E3E3; height:18px; text-align:center;}
UL 				{}
UL LI 			{list-style:circle url('../ListIconLevel1.gif');}
.red				{color:red;}

/* Body */
TD.MarginRight		{width:30%;background-image:url('../BgRight.gif');background-repeat:repeat-y;background-position:left top; background-color:#F3F3F3;}
TD.MarginLeft		{width:30%;background-image:url('../BgLeft.gif');background-repeat:repeat-y;background-position:right top; background-color:#F3F3F3;}

TABLE.body			{margin-top:0px; width:100%;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer					{padding-bottom:20px;}
TD.navigationTab								{font-size:75%; font-weight:normal;}
A.navigationTab								{font-size:90%; text-decoration:none;}
A.navigationTab:hover						{font-size:90%; text-decoration:underline;}


/** Page Title & Description **/
TD.PageTitle				{}
DIV.PageTitle				{font-weight: bold; font-size:140%; margin-bottom:10px;color:#0141AD;}
TD.PageCategoryTitle		{}
DIV.PageCategoryTitle		{}
H1.PageTitle				{font-size:100%;}
H1.PageCategoryTitle		{}
TD.description				{font-size:80%;}

/** Copyright **/
TD.Copyright			{font-weight:bold; font-size:75%; color:#214079;}
A.Copyright				{font-weight:bold; text-decoration:none; color:#214079;}
A.Copyright:hover		{font-weight:bold; text-decoration:none; color:#214079;}

/** Site Message **/
DIV.SiteMessageContainer	{border-bottom:solid 1px gray; text-align:center; padding:5px;}


/************************** Pop-up windows ******************************************/
BODY.Popup			{}

/** Talkbacks **/
INPUT.Response		{width:220px;}
TEXTAREA.Response	{width:220px; height:200px;}

/** Tell a Friend **/
INPUT.Friend		{width:220px;}
TEXTAREA.Friend		{width:220px; height:200px;}

TD.LogoPrint		{background-image:url('LogoPrint.gif');background-repeat:no-repeat;background-position:right top;width:116px;height:100px;}


