<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body 
{
  font-family:Arial, Sans-Serif;
  margin:0px;
  padding:0px;
  background-color: #FDFCF8;
}

div#pnlTop
{
  border-top:1px solid #0C273D;
  height: 60px;
  width:100%;
  background-color: #244C6D;
  background-image: url(../images/layout/header_wrap.gif);
  background-repeat:repeat-x;
}

div#pnlTopText
{
  width: 500px;
  color:White;  
  margin:10px auto;
  text-align: center;
  font-size: 23px;
  font-weight:bold;
}

div#pnlBottom
{
  height: 43px;
  width:100%;
  background-color:#0C273D;
  background-image: url(../images/login/login_bottom_background.gif);
  background-repeat:repeat-x;
  /*margin-top:200px;*/
  color:White;
  font-size:11px;
  font-weight:bold;
}

div#pnlBottomTextLeft
{
  float:left;
  margin-top:10px;
  margin-left:40px;
}

div#pnlBottomTextRight
{
  float:right;
  margin-top:10px;
  margin-right:40px;
}

div#pnlContent
{
  width: 508px;
  margin:0px auto;
  background-image: url(../images/login/login_main_wrapper.gif);
  background-repeat: repeat-y;
}

div#pnlContent1
{
  height:24px;
  width: 508px;
  background-image: url(../images/login/login_main_top.gif);
  background-repeat: no-repeat;
  position:relative;
  top:-24px;
}

div#pnlContent2
{
 position:relative;
  top:-24px;
  border:0px solid red;
  height:108px;
  width: 508px;
  border-bottom: 0px solid #ABAAA9;
/*  background-image: url(../images/login/login_main_lowertop.gif);
  background-repeat: repeat-x;*/
  width: 498px;
  margin-left: 5px;
}

div#pnlContent2Text
{
  border:0px solid red;
  float:left;
  width:160px;
  margin-top:30px;
  margin-left:-161px;
  color: #515151;
  font-size:25px;
  font-weight: bold;
}

div#pnlContent2TextShadow
{
  float:left;
  width:160px;
  margin-top:31px;
  margin-left:0px;
  padding-left:25px;
  color: White;
  font-size:25px;
  font-weight: bold;
}

div#pnlContent2Logos
{
  border:0px solid red;
  float:right;
  position:relative;
  width:120px;
  height:120px;
  text-align:center;
  margin-right:0px;
  margin-top:0px;
/*  background-image: url(../IMAGES/login/login_logos_house.png);
  background-repeat:no-repeat;
  background-position:center;*/
}

div#pnlContent3
{
  border-top: 0px solid #ABAAA9;
  border-bottom: 1px solid #CCCCCC;
  height:103px;
  width: 498px;
  margin-left: 5px;
   position:relative;
  top:-12px;
}

div#pnlContent4
{
  height:53px;
  width: 508px;
  background-image: url(../images/login/login_main_bottom.gif);
  background-repeat: no-repeat;
  background-position:bottom;
}

div#pnlContent4Logo
{
 float:left;
 margin:12px;
 margin-left:25px;
}

div#pnlContent4Text
{
 float:right;
 margin-top:16px;
 margin-right:25px;
 color: #CDCDCD;
 font-size:10px;
 font-weight: bold;
}

.login_main
{
  margin-top:0px;
  margin-left:30px;
  font-size:13px;
}

.login_main_label
{
  text-align:left;
  width:90px;
  height:30px;
  color: #555555;
}

.login_main_textbox
{
  border: 1px solid #CCCCCC;
  width:185px;
}

.login_main_button
{
  position:relative;
  text-decoration:none;
  color:#0C2539;
  font-weight: bold;
  top:0px;
  left: -30px;
  padding:2px;
}

.Login_FailureTextStyle
{
  color:Red;
  font-size:11px; 
}

.login_main_button img
{
  border: 0px;
  padding-left:5px;
}</pre></body></html>