<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BROWSER RESET (based on Eric Meyer's Reset) */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: 0px;		
	vertical-align: baseline;
	font-size: 100%;
    line-height: inherit;
}
:focus {
	outline: 0;
	}
body {background: white;
	line-height: 1.35em;    
	color: black;
	}
ol, ul {
	list-style: disc;
	margin: 20px;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption,  td {
	font-weight: normal;
	/* text-align: inherit; */
	padding: 4px;
	}
th { font-weight: bold; padding: 6px; font-size: 1.1em; }	
blockquote:before, blockquote:after, q:before, q:after {
	content: "";	
	}
blockquote, q {
	quotes: "" "";
	margin: 15px;
	}
input,select,textarea
{
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
}	
p
{
	margin: 10px 0;
}
/* END BROWSER RESET */

body
{
	font-weight: normal;
	font-size: 10pt;
    font-family: Geneva,Verdana, sans-serif;                 
}
table
{
	font-weight: normal;
	font-size: 10pt;
}
input
{
	font-weight: normal;
	font-size: 10pt;
}
.smallbody
{
	font-size: 8pt;
}
small,.small
{
	font-size: 8pt;
}
pre
{
	font-size: x-small;
	background: #eeeeee;
	color: maroon;
	font-family: courier new;
}
h1
{
	font-weight: bold;
	font-size: 16pt;
	color: navy;
	font-family: verdana;
	background-color: #eeeeee;
	text-align: center;
}
h2
{
    line-height: 1.3;
    margin: 10px 0;    
    font-weight: bold;
	font-size: 16pt;
	color: maroon;
	font-family: verdana;
}
h3
{
	margin: 20px 0 5px;
	font-weight: bold;
	font-size: 11.25pt;
	color: teal;
	font-family: verdana font-size: 10pt;
}
a
{
	color: navy;
    text-decoration: none;
}
a:visited
{
	color: #003399;
}
a:hover
{
	color: red;
    text-decoration: underline;
}
input[type=text], input[type=password], select, textarea,
input[type=url],input[type=email],input[type=date],input[type=datetime]
{    	    	
      border: 1px solid #cccccc;
      box-shadow: 1px 1px  8px #eee;
      transition: border linear 0.2s, box-shadow linear 0.2s;

	background-color: #F5F7FA;    		
	padding: 3px;
	border-radius: 3px;
}
input[type=text]:focus, input[type=password]:focus,textarea:focus, 
select:focus,input[type=url]:focus, input[type=email]:focus,input[type=date]:focus,
input[type=datetime]:focus
{
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;	    
    background: cornsilk;        
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
select:focus, input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button, input[type=button], input[type=submit], input[type=reset]
{
    padding: 3px 6px;
    width: auto;    
}

select
{
	font-size: 10pt;
	font-family: verdana;
}
form
{
	margin-bottom: 1px;
	margin-top: 1px;
}
table
{
	border-collapse: collapse;
	border-color: black;
	border-color: lightgrey;
}
td
{
	vertical-align: top;
}
hr
{
	height: 1px;
	color: navy;
	background: navy;
	border: 0;
}
ul 
{
	margin: 10px 0px;	
}
li
{
	margin: 3px 0 3px 25px;	
}
img {	
	border: none;
}

.clearfix,.clear
{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}

.blackborder
{
	border-style: solid;
	border-width: 2px;
	border-color: #003399;	
}
table.blackborder&gt;tbody td
{
	border: solid 1px lightgrey;	
	vertical-align: top;
	padding: 6px;
}

.banner
{
	font-weight: bold;
	background-color: #003399;
	background-image:  url(images/floralbackground_sm.gif);
    padding-top: 7px;
    padding-bottom: 6px;
	color: white;
	white-space: nowrap;
    min-height: 16px;
}
.bannertextsubtitle
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.bannertext
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	border: solid 1px transparent;
	padding: 2px;
}
.bannertext:visited
{
	color: white;
}
.bannertext:hover
{
	color: #003399;
	background: white repeat;
	opacity: .80;
	border: solid 1px lightblue;
	border-radius: 3px;
}
.bannertextsubtitle
{
	color: #ffcc00;
}
.bannerbyline  
{
	margin-left: 10px;
	margin-top: 10px; 
	font-size: 8pt; 
}
.wavesidebar
{
	min-width: 154px;
	background-image: url(images/newwave2.jpg);
	background-repeat: repeat-y;
	height: 100%;
	padding-top: 0px;
	padding-left: 170px;
	padding-right: 10px;
}
.rightalign
{
	float: right;
	text-align: right;
	
}
.imageleft
{
	float: left;
	margin-right: 8px;
	margin-bottom: 3px;
	border: 0;
}
.imageright
{
	float: right;
	margin-left: 8px;
	margin-bottom: 3px;
	border: 0;
}
.sidebaritem
{
	margin: 5px;
	margin-bottom: 10px;
}
.sidebarrightheader,.sidebarrightheader a
{
	font-size: 10pt;
	font-weight: bold;	
	background: #003399 url('images/vertgradient40.gif') 0 0;
	padding: 5px;
	margin-top: 10px;
	color: white;    	
	border-radius: 6px 0px 0px 6px;
}
.sidebarright
{
	padding: 6px;
	padding-top: 15px;
	font-size: 8.25pt;
	background-color: #B5C7D6;
	vertical-align: top;
	width: 190px;
	min-width: 200px;
	max-width: 200px;
}

/* block backgrounds for headers etc. */
.buttonlinks
{
	color: cornsilk;
	background-color: #003399;
	font-weight: bold;
}
.menuband
{
	color: cornsilk;
	background-color: #003399;
	font-weight: bold;
}
.gridheader
{
	color: cornsilk;
	background-color: #003399;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/floralbackground_sm.gif);
}
.gridnormal
{
	background-color: whitesmoke;
}
.gridalternate
{
	background-color: #b5c7d6;
}
.blockheader
{
	background: #003399 url(images/vertgradient40.gif);
	text-align: center;
	padding: 5px;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 8px;	
	color: cornsilk;
	font-weight: bold;
}
.blockheadernomargin
{
	background: #003399 url(images/vertgradient40.gif);
	text-align: center;	
	padding: 3px;
	font-size: 10pt;
	font-weight: bold;
	color: cornsilk;
	font-weight: bold;
}

.header1
{
	margin-top: 0pt;
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 0pt;
	padding-bottom: 0px;
	color: maroon;
	padding-top: 0pt;
	font-family: verdana;
	background-color: #eeeeee;
	text-align: center;
}
.header2
{
	margin-top: 0pt;
	font-weight: bold;
	font-size: medium;
	margin-bottom: 0pt;
	padding-bottom: 0px;
	color: navy;
	padding-top: 0pt;
	font-family: verdana;
}
.header3
{
	margin-top: 0pt;
	font-weight: bold;
	font-size: x-small;
	margin-bottom: 0pt;
	padding-bottom: 0pt;
	color: black;
	padding-top: 0pt;
	font-family: verdana;
}
.labels
{
	font-weight: bold;
	font-size: x-small;
	font-family: verdana;
}
.code
{	
	font-family: courier new;
    font-size: 10pt;
	background: cornsilk;
    margin: 10px; 
    border: 1px solid lightgray;
    border-radius: 5px;
    box-shadow: 2px 2px 8px #535353;
	padding: 10px; 
    color: black;
}
.tabletext
{
	font-size: 8pt;
	font-family: verdana;
}
.errordisplay
{	
	font-weight: normal;
	color: maroon !important;
	background-color:khaki !important;
	border: solid 2px maroon !important;	
	margin: 7px 0;
	padding: 10px;
	box-shadow: 3px 3px 5px #535353;
	border-radius: 4px;
}
.errordisplay-warning-icon, .errordisplay-info-icon {
    width: 16px;
    height: 16px;
    float: left;    
    margin: 0 5px;
    background-image: url(images/warning.png);
}
.errordisplay-info-icon {
    background-image: url(images/info.png);
}
.errordisplay-text{
    margin-left: 40px;
    font-weight: bold;
}
.errordisplay hr
{
	background: maroon;
}
.errorhighlight
{
    background-color: #FCEBF2 !important;
    border-color: Red !important;
    border-width: 2px !important;  
}
.notebox
{
	background: lightsteelblue;
	border: solid 1px darkgrey;
	padding: 10px;
	margin: 25px;
	font-size: 8pt;
	border-radius: 4px;
	box-shadow: 3px 3px 4px #535353;
}
.notebox h3
{
	font-size: 11pt;	
}
.submitbutton
{
	font-weight: bold;
	height: 35px;
	width: 200px;
	background: url(images/submitbutton.gif);
	color: cornsilk;
	border: none 0px;
}
.submitbutton:hover { background: url(images/submitbuttonhover.gif); } 
.submitbutton:active { background: url(images/submitbuttonpressed.gif); }

.smallbutton
{
	height: 22px;
	width: 90px;
	font-size: 8pt;
	color: navy;
	background: url(images/smallbutton.gif);
	border: none 0px;
}
.smallbutton:hover { background: url(images/smallbuttonhover.gif); }
.smallbutton:active { background: url(images/smallbuttonpressed.gif); }
.centeredcontent
{
	margin: 0px auto 0px auto;
	text-align: center;
}

.boxshadow 
{
  -moz-box-shadow: 3px 3px 5px #535353;
  -webkit-box-shadow: 3px 3px 5px #535353;       
  box-shadow: 3px 3px 5px #535353;
  border-collapse: separate;
}
.roundbox
{  
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px;  
  border-radius: 6px 6px 6px 6px;
}
.roundbox-top
{    
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;    
    border-radius: 4px 4px 0 0;
}
.roundbox-bottom
{    
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.containercontent
{
	padding: 20px;	
}

.contentcontainer
{
  margin: 15px;
  padding: 20px;
  background: white;       
  border-top: solid 1px silver;
  border-left: solid 1px silver;
  border-right: solid 2px #535353 ;
  border-bottom: solid 2px #535353;
  
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -opera-border-radius: 10px;
  border-radius: 10px;
  
  -moz-box-shadow: #535353  2px 2px 3px;
  -webkit-box-shadow: #535353 2px 2px 3px;     
  box-shadow: 3px 3px 5px #535353  ;
}
.dialog
{
  background: White;
  overflow: hidden;
  border: solid 1px steelblue;    
  -moz-border-radius: 6px 6px 4px 4px;
  -webkit-border-radius: 6px 6px 4px 4px;
  border-radius: 6px 6px 3px 3px;    
}
.dialog-header
{	
	background-image: url(images/dialogheader.png);    
	background-repeat: repeat-x;
	text-align: left;
	color: cornsilk;
	padding: 5px;	
	padding-left: 10px;
	font-size: 1.02em;
	font-weight: bold;	
	position: relative;
    -moz-border-radius: 4px 4px 0px 0px;   
    -webkit-border-radius: 4px 4px 0px 0px;       
    border-radius: 4px 4px 0px 0px;       
}
.dialog-top
{
    -moz-border-radius: 4px 4px 0px 0px;   
    -webkit-border-radius: 4px 4px 0px 0px;       
    border-radius: 4px 4px 0px 0px;       
}
.dialog-bottom
{
    -moz-border-radius: 0 0 3px 3px;   
    -webkit-border-radius: 0 0 3px 3px;   
    border-radius: 0 0 3px 3px;   
}
.dialog-content
{
	padding: 15px;
}
.dialog-statusbar, .dialog-toolbar
{
	background: #eeeeee;
	background-image: url(images/dialogstrip.png);
	background-repeat: repeat-x;
	padding: 5px;
	padding-left: 10px;
	border-top: solid 1px silver;
	border-bottom: solid 1px silver;
	font-size: 0.8em;
}
.dialog-statusbar
{
	-moz-border-radius: 0 0 3px 3px;	
	-webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
	padding-right: 10px;
}
.closebox
{
	position: absolute;    	
	right: 2px;
	top: 2px;
	background-image: url(images/close.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	cursor: pointer;    	
	opacity: 0.80;
    filter: alpha(opacity="80");
} 
.closebox:hover 
{
	background-color: white;
	opacity: 0.90;
	filter: alpha(opacity="90");
}

.toolbarcontainer  
{
	background:#eeeeee;
	background-image: url(images/dialogstrip.png);
	background-repeat: repeat-x;
	border: solid 1px silver;
	vertical-align: top;
	padding: 5px; 
}
.hoverbutton  
{
	text-decoration:none;	
	color: darkblue;	
	padding: 4px; 	
	font-size: 8pt; 		
	border: solid 1px transparent; 			
	cursor:pointer;	
	border-radius: 4px;
}
.hoverbutton:hover
{	
	background: white url('images/dialoghighlight.png'); 
	border:  outset 1px silver; 		
	border-radius: 3px;
}     
.hoverbutton a
{
	text-decoration: none;	
}
.hoverbutton img
{
	vertical-align: text-bottom;
}</pre></body></html>