<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	font-family: Verdana,Tahoma,Sans-Serif,Times New Roman;
	/*font-size: 1em;*/
	color:#363673;
	background-color: #4682b4;/*#cccc99;*/
}

textarea, input, select
{
	font-size: 1em;
	color: #000000;
	font-weight: normal;
}	

#leftnav table{width:100%}
#leftnav td{font-size:0.8em;font-weight:bold;padding:2pt 0pt 3pt 2pt;}
#leftnav td a
{
	font-size: 0.9em;
	font-weight:normal;
	padding: 2pt 0pt 4pt 4pt;
	color: #000000;
	
}
#leftnav td.leftnavactive{background:url(images/bg_leftnavactive.gif) no-repeat}
#leftnav td.leftnavhighlight{background:none;width:1pt;}


/* START CLASSES */

/*display:-moz-inline-box; was removed from CCCFields, CCUDFields, CCCFieldsRed, and CCCRemarks because it is invalid code and won't pass
a compile. 2-23-2009 BLY */

.CCCFields {display:inline-block;Width:9em}
.CCCUDFields {display:inline-block;Width:15em; padding:1em 0em 0em 0em }
.CCCFieldsRed {color:Red;display:inline-block;}
.CCCRemarks {display:inline-block;Width:30em}
.CCCNoPadding {padding:0px!important;}
.CCCBoldStyle { font-size:large; font-weight:bold; color:#4c4c4c;}
.ErrorText { color:Red; font-weight:bold;}
.ErrorTextSmall { color:Red; font-size:0.4em;}
.ResultPane{}

/*USER DEFINED*/
.UDPanel { width:99%;}
.UDGroupDiv { border-style:solid; border-color:#FFFFFF; width:99%;}
.UDHeaderText { width:100%; font-weight:bold; padding:2 2 2 2;}
.UDDescription { width:auto; font-weight:bolder;}

/*ATLAS*/
/* Accordion */
.accordionHeader
{
	border: 1px solid #FFFFFF;
    color: #000000;
	background-color: #ece9d8;
}
.accordionContent
{
	background-color: #FFFFFF;
	border: 1px  solid #ece9d8;
	
}

.accordionHeader a
{
	color: #0000FF;
}

/******************* Header Row ******************************/

.rowHeader
{
	border: 1px solid #FFFFFF;
    color: #000000;
	background-color: #ece9d8;
}

.rowHeader a
{
	color: #FFFFFF;
}
/************************************************************/


/* Modal Popup*/
.modalBackground {
	background-color:White;
	 -ms-filter: alpha(opacity=70);
     -ms-opacity:0.7;
}
.modalPopup 
{
	background-color:#FFFFFF;
	border-width:1pt;
	border-style:solid;
	border-color:red;
	padding:4pt;
}
.popupHover 
{
	background-repeat:repeat-x;
	background-position:left top;
	/*background-color:#F5F7F8;*/
}
.popupMenu {
            position:absolute;
            visibility:hidden;
            background-color:#ece9d8;
            border-color:Gray;
            border-style:dotted;
            border-width:.1em;
            direction:rtl;
            /*opacity:.9;
            filter: alpha(opacity=90);*/
       }
.popupList {
            position:absolute;
            visibility:hidden;
            background-color:white;
            border-color:red;
            border-style:solid;
            border-width:.1em;
			width: 500pt;
       }
.CollapsePanel
{
    height:0px;
    overflow: hidden;
} 

.unwatermarked
{
}

.watermarked
{

	color:Gray;
}    
.Status 
{
	/*border-width:thin;
	border-style:solid;
	border-color:#ffcc66;*/
	font-weight:bold;
	text-decoration: blink;
}

.Feedback
{
	color:white;
	background-color: red;
	font-weight:bold;
	/*filter: alpha(opacity=70);
	opacity: 0.7; 
	position: absolute; 
	 right: 80pt; 
	 top: 50pt; 
	 border-right: gray thin solid;
	 border-top: gray thin solid; 
	 border-left: gray thin solid; 
	 border-bottom: gray thin solid;*/
}
.main_table 
{
    width:100%;
	border-spacing:5pt;
	margin-left: auto; 
	margin-right: auto;
    background-color:#FFFFFF;
    
}

/*
.tableDetail {
	font-size: 1em;
	font-family: Verdana;
	color: #49394E;
}
*/
.title
{
	/*background-color: #669900;
	background-image: url(images/blue3.png      );*/
	background-repeat:  no-repeat;
	background-position: left top;
	width: 700pt;
	
	/*height: 100pt;*/
}    

.space
{
	 background-color: #0054e3;
	 height:25pt;
	 vertical-align:middle;
	 text-align:right;
	 color:#FFFFFF;

}


.sidebar
{
     background-image: url(images/button.png);
     background-repeat:repeat-y;
     background-position: left;
     border: solid 5px #ece9d8;
     vertical-align:top;
     width: 15%;
     color: #FFFFFF;
}

a:link {
	color: #0000FF;	
	text-decoration:none;

}


a:hover {
	
	text-decoration:none;

}

a:visited {
	color: #0000FF;	
	text-decoration:none;
}


/************ TabNav ************/

/*** Each of the TabNavSelected Values for the various Hyperlink states should be the same so 
that it overides the default hyperlink settings ***/

.sTabNavSelected 
{
     background:#008000;
     padding: 3px 3px 3px 3px;
     border-color:#ece9d8;
     border-width:1px;
     border-style:solid;
     /*width:7.786239496em;
     height:3;
     
     text-align:center;
     line-height:2.2em;
     text-decoration:none;
     
     font-size:1em;
     color: #e6e6e6;
     font-weight:bold;
     white-space:pre-wrap;
*/
}

.sTabNavDefault
{
     background:white;
     padding: 3px 3px 3px 3px;
	 border-color:#ece9d8;
     border-width:1px;
     border-style:solid;
     font-weight:bold;
     /*width:7.786239496em;
     height:3;
     
     text-align:center;
     line-height:2.2em;
     text-decoration:none;
     
     font-size:1em;
     color: #363673;
     white-space:pre-wrap;
     */
}

a.TabNavSelected, 
a.TabNavSelected:link, 
a.TabNavSelected:visited, 
a.TabNavSelected:hover, 
a.TabNavSelected:active  {
     /*display:block;*/
     width:7.786239496em;
     /*height:3;1.557247899em;*/
     background:#008000;
     text-align:center;
     vertical-align:bottom;
     text-decoration:none;
     padding: 3px 3px 3px 3px;
     /*font-size:1em;xxxxxxx*/
     color: #FFFFFF;/*#e6e6e6;*/
     font-weight:bold;
     white-space:pre-wrap;
     /*
     line-height:2.2em;
     border-color:Silver;
     border-width:1px;
     border-style:solid;*/
}
 
a.TabNavDefault, 
a.TabNavDefault:link, 
a.TabNavDefault:visited, 
a.TabNavDefault:hover, 
a.TabNavDefault:active  {
     /*display:block;*/
     width:7.786239496em;
     /*height:3;1.557247899em;*/
     background:white;
     text-align:center;
     vertical-align:bottom;
     text-decoration:none;
     padding: 3px 3px 3px 3px;
     /*font-size:1em;
     */
     color: #000000;
     font-weight:bold;
     white-space:pre-wrap;
     /*
     line-height:2.2em;
	 border-color:Silver;
     border-width:1px;
     border-style:solid;*/
}

.TabNav
{
   background-color:#FFFFFF;
   height:5em;
   
   
}
.TabNavFooter 
{
   background-color:#ece9d8;
   height:.1em;
   
   
}

/*Drag Panel*/
.dragMe {
	/*width:100%;
	height:21px;
	background-color:#FFF;
	background-image:url(images/header-opened.png);*/
	text-align:right;
	cursor:move;
	font-weight:bold;
}

/* ResizableControl */
.handleText
{
	width:16px;
	height:16px;
	background-image:url(images/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}
 
  
/************ End TabNav ************/
.footer
{
    color:White;
    font-size:xx-small;
}

a.footer
{
    text-decoration:underline;
    color:White;
    font-size:xx-small;
}
/*
.text1 {
	font-family: tahoma;
	font-size: 10px;
	color: #7184A5;
	font-weight: bold;
}
.text2 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #CFDFFA;
}
.text3 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #8DA362;
}
.text4 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #6D6D6D;
}
.text5 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #6290A8;
}
.text6 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.text7 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.text8 {

	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #94AEC5;
}
.text9 {


	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #4E4E4E;
}
.frame {
	border: 1px solid #999999;
}
.designed_by {
	font-family: Arial;
	font-size: 8.5px;
	font-weight: lighter;
	color: #000000;
}
a.a:link {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #8B96A7;
	text-decoration: underline;
}
a.a:hover {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #3B4B62;
	text-decoration: underline;
}
a.a:visited {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #8B96A7;
	text-decoration: underline;
}
a.b:link {

	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #8DA362;
	text-decoration: underline;
}
a.b:hover {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a.b:visited {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #8DA362;
	text-decoration: underline;
}
a.c:link {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #979797;
	text-decoration: underline;
}
a.c:hover {

	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a.c:visited {

	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #979797;
	text-decoration: underline;
}
a.d:link {



	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a.d:hover {


	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.d:visited 
{
	
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a.e:link {

	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #944F23;
	text-decoration: underline;
}
a.e:hover {

	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #4E4E4E;
	text-decoration: underline;
}
a.e:visited {

	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #944F23;
	text-decoration: underline;
}
a.f:link {

	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #594B13;
	text-decoration: underline;
}
a.f:hover {

	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #4E4E4E;
	text-decoration: underline;
}
a.f:visited {

	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #594B13;
	text-decoration: underline;
}
a.g:link {

	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.g:hover {

	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
a.g:visited {

	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.inputstyle {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #5F726F;
	background-color: #E2EDEB;
	border: 1px solid #333333;
}
*/

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