<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	
	margin: 0;
	padding: 0;
}


table.data {
	margin:0 0 10px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #143b7b;
	text-decoration: none;
}

table.data td {
	background-color:#FFF;
	border-bottom:1px solid #EBEBEB;
}

table.data th {
	background-color:#888;
	border-bottom:1px solid #333;
	color:#FFF;
	font-weight:400;
}

table.data tr.clientareatableactive td {
	background-color:#DFFFE0 !important;
}

table.data tr.clientareatablepending td { 
    background-color:#EFEFEF !important;
}

table.data tr.clientareatablesuspended td {
	background-color:#FFF6CF !important;
}

table.data tr.clientareatableterminated td {
	background-color:#FFCFCF !important;
}

.textTestDrive {
	
	color: #3b3e43;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
	text-decoration: none;
}

td.error, td.error div {
color: #ff0000;
}


table.frame {
	margin:0 0 10px;
    padding:0;
	border:1px solid #e7e3e7;
	background-color: #d6dce3;
}
	

table.frame table td {
	
	border-bottom:0px solid #e7e3e7;
}

table.frame table td.fieldarea {
	
	color: #3b3e43;
	text-align:right;
        vertical-align: top;
	border-right:0px solid #e7e3e7;
}

td.oneline {
    white-space: nowrap;
}

td.passwordnotice {
	vertical-align: top;
	color: #3b3e43;
	text-align:center;
}

table.frame table td.fieldarea.error {

	color:#FF0000;
	font-weight:bold;
	text-align:right;
	border-right:0px solid #e7e3e7;
}

a,a:visited {
	color:#143b7b;
	text-decoration:none;
}

a:hover {
	color:#143b7b;
	text-decoration:none;
}



body,td,th { 

    font-family: Arial, Helvetica, sans-serif;
    color: #143b7b;
    font-size:14px;

}
 
form {
	margin:0;
    padding:0;

}



h1 {
	border-bottom:1px solid #e7e3e7;
	color:#143b7b;
	font-size:28px;
	font-weight:402;
	margin:0 0 12px;
	padding:0 0 3px;
	width: 92%;
	
}

h2 {
	border-bottom:1px solid #F5F5F5;
    color:#143b7b;
	font-size:24px;
	font-weight:402;
	margin:0 0 5px;
	padding:10px 0 3px;
	width: 92%;
}

h3 {
	color:#e7e3e7;
    font-size:16px;
    font-weight:700;
    margin:0;
    padding:10px 0 5px;
	width: 92%;
}

hr {
	background-color:#e7e3e7;
	border:0;
	border-top:1px solid #e7e3e7;
	height: 0;
	margin:5px 0;
	overflow:hidden;
	width: 92%;
}

#pwstrength {
	color: #3b3e43;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
}

input.highlight_bg:focus, textarea:focus, input.highlight_bg:hover {

    background-color: #dbedfa;

}

input,select,textarea, .select {
	color: #143b7b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 2px;
	text-decoration: none;
}

input.error, select.error, textarea.error {
	border:1px #FF0000 solid;
	background-color:#FFDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	text-decoration: none;
}

* {
   margin:0;
   padding:0;

}
.info-table {
    border-collapse:collapse;
    font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size:12px;
    margin:20px;
    text-align:left;
    width:740px;
}
.info-table th {
    background:#c5d5e8 none repeat scroll 0 0;
    color:#003399;
    font-size:13px;
    font-weight:normal;
    padding:8px;
}
.info-table td {
    background:#edf3fb none repeat scroll 0 0;
    border-top:1px solid #FFFFFF;
    color:#666699;
    padding:8px;
}
.info-table tbody tr td.label {
    background:#e4f3fb none repeat scroll 0 0;
    border-top:1px solid #FFFFFF;
    color:#666699;
    padding:8px;
}

.info-table tbody tr:hover td {
    background:#dcecfd none repeat scroll 0 0;
}
.info-table tbody tr:hover td.label {
    background:#d4ecfd none repeat scroll 0 0;
}
.info-table tbody tr td li {
    margin-left: 3em;
}
.info-table tbody tr td ul,
.info-table tbody tr td ol,
.info-table tbody tr td p {
    margin-top: 1em;
}
</pre></body></html>