<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------ COMMON BODY STYLES ------*/
div, ul, li, h1, h2, h3, h4, h5, pre, body, html, blockquote { margin: 0px; padding: 0px; }
ul { list-style-type:none; }
a img, :link img, :visited img { border:none; }

p {	margin:0px; padding:0px 0px 15px 0px; }

h1 { font: bold 20px arial, helvetica, sans-serif; margin-bottom:4px; line-height:1.5em;}
h2 { font: bold 18px arial, helvetica, sans-serif; margin-bottom:4px; line-height:1.5em;}
h3 { font: bold 16px arial helvetica, sans-serif; margin-bottom:4px; line-height:1.5em;}
h4 { font: bold 12px arial helvetica, sans-serif; margin-bottom:4px; line-height:1.5em;}
h5 { font: bold 10px arial helvetica, sans-serif; }

img { border:none; padding:0;margin:0; text-decoration:none; }
strong { font-weight: bold; }

body { font: 12px arial, helvetica, sans-serif; margin-top:100px;} 

/* OTHERS */
.clearfix {	clear:both;	display:block; visibility:hidden; }
.clearfix:after { content: ".";	display: block;	height: 0; clear: both;	visibility: hidden;	}

/*------ FONTS ------*/
.text-small { font-size: 11px; }
.text-xsmall { font-size: 10px; }
.text-large { font-size: 16px; }
.text-xlarge { font-size: 18px; }

/*------ FORMS ------*/
form { padding: 0px; margin: 0px; }
select.dropdown { font-size:11px; }
input.text { font-size:12px;	border:1px solid #8BACCD; }

.field-block { width:500px; margin-right:2px; margin-bottom:4px; text-align:left; }
.field-label { width:130px; font-weight:bold; font-size:11px; float:left; }
.field-element { width:365px; font-size:11px; float:right; text-align:left}
.field-label-required {	color:#B90000;	font-size:12px; font-weight:normal; margin-left:0px; }
.field-label-dim { color:#36A737; font-weight: normal;	font-size:0.9em; margin-top:3px; padding-left:3px; padding-right:3px; }

/*------ LINKS ------*/
/*------ Default Blue links ------*/
a { color: #04438F; }
a:visited { color: #04438F; }
a:hover { color: #F06E19; text-decoration: none; }
  
/*------ CONTAINER ------*/
#container { position:relative; width:500px; margin:0 auto; background:#FFF; }

/*------ LOGIN ------*/
#middle { width:500px; float:left; padding:0px; margin:0px; }

.box-whitebg1 { background:url("box_white.gif") top left no-repeat; width:500px; margin:0px; }
.box-whitebg2 { background:url("box_white.gif") top right no-repeat; margin:0px 0px -5px 10px;	padding:10px 0px 0px 0px; }
.box-whitebg3 { background:url("box_white.gif") bottom right no-repeat; }
.box-whitebg4 { background:url("box_white.gif") bottom left no-repeat;	margin:0 10px 5px -10px; padding:0px 0px 0px 10px; height:135px; }

#login { margin:0px; padding:3px; background:#F8F8F8; height:115px; }


/*------ GENERAL ------*/
#error-box { width:90%; color:#960; font-size:11px; text-align:left; padding:5px; margin:10px 5px 10px 5px; }</pre></body></html>