<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&amp;display=swap')

/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#3b5f87; color:#ffffff; text-decoration:none;}
.box1Color						{color:#ffffff; text-decoration:none;}
.box1Color:hover				{color:#ffffff; text-decoration:underline;}
.box1Color:active				{}

.box1Background_LightVersion	{background-color:#ebeff3; color:#0a3769; text-decoration:none;}
.box1Color_LightVersion			{color:#0a3769; text-decoration:none;}
.box1Color_LightVersion:hover	{color:#0a3769; text-decoration:underline;}
.box1Color_LightVersion:active	{}


/** Used in titles and captions**/
.titlesColor					{color:#0a3769; text-decoration:none;}
.titlesColor:hover				{color:#3b5f87;}
.pageTitleColor					{color:#333333;}
.pageTitleColor:hover			{color:#3b5f87;}


/****************************  Main Elements ***************************/
HTML			{overflow-y:scroll;}
BODY			{font-family:"Assistant", arial, helvetica, sans-serif; font-weight:normal; color:#666666; font-size:90%; padding:0px; margin:0px; text-align:center; background-color:#ffffff;}
BODY *			{}

TABLE			{}
TD				{font-size:90%;}
HR				{border:0px; border-top:#9fa7b0 1px solid; height:1px; width:100%; background-color:transparent;}
FORM			{display:inline;}
INPUT			{font-size:12px; font-weight:normal; font-family:"Assistant",  sans-serif;}
INPUT.input		{border:#3b5f87 1px solid; background:#ffffff url('../stripInputs.gif') repeat-x top;}
input:-webkit-autofill	{-webkit-box-shadow: 0 0 0px 1000px #e1e4e7 inset;}
TEXTAREA		{border:#3b5f87 1px solid; overflow:auto; font-family:"Assistant",  sans-serif; background:#ffffff url('../stripInputs.gif') repeat-x top;}
SELECT			{font-size:10px; font-weight:normal; font-family:"Assistant",  sans-serif;}
A				{text-decoration:underline; color:#0a3769;}
A:hover			{text-decoration:none; color:#3b5f87;}
A:active		{background-color:transparent;}
IMG.dbsSkip		{border-style:none; width:0px; height:0px;}
A.dbsSkip		{display:block;}

A.PageContentShortcut			{color:#35723A !important; background-color:#ffffff;}
A.PageContentShortcut:hover		{color:#ffffff !important; background-color:#ffffff !important;}
A.PageContentShortcut:active	{color:#35723A !important; background-color:#ffffcc;}
UL.PageContentShortcut			{margin:0px; padding:0px;}
UL.PageContentShortcut LI		{margin:0px; padding:0px; list-style-image:none; list-style-type:none;}

.hidden			{position:absolute; top:-10000px; width:1px; height:1px; overflow:hidden;}

INPUT.button	{color:#ffffff; border-style:none; font-family:"Assistant",  sans-serif; font-size:13px; font-weight:normal; background-color:#3b5f87; height:20px; text-align:center; cursor:pointer; padding:1px 5px 2px 5px;}
UL				{}
UL LI			{list-style:circle url('../ListIconLevel1.gif');}
.red			{color:red;}


/* Body */
TABLE.body				{width:100%; margin-bottom:20px;}
#HomePage TABLE.body	{margin-bottom:0px !important;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer	{padding-bottom:10px;}
DIV.navigationTabContainer	{}
A.navigationTab				{text-decoration:none; color:#777777;}
A.navigationTab:hover		{text-decoration:underline; color:#777777;}
UL.NavigationTab			{font-size:100%; padding:0px; margin:0px;}
UL.NavigationTab LI			{display:inline; color:#777777;}

/** Page Title &amp; Description **/
TD.PageTitle			{}
DIV.PageTitle			{font-weight:normal; font-size:190%; margin-bottom:20px; color:#333333;}
#HomePage DIV.PageTitle	{display:none;}
TD.PageCategoryTitle	{}
DIV.PageCategoryTitle	{}
H1.PageTitle			{font-weight:normal; font-size:100%;}
H1.PageCategoryTitle	{font-weight:normal; font-size:100%; color:#333333;}
TD.description			{padding-bottom:15px; line-height:140%;}

/** Copyright **/
DIV.Copyright			{font-weight:normal; font-size:100%; padding:10px 0px 0px 40px; line-height:16px;}
A.Copyright				{font-weight:normal; text-decoration:none; color:#666666;}
A.Copyright:hover		{text-decoration:none; color:#3b5f87;}

/** 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;}

</pre></body></html>