<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!--
#header { 
width: 100%;
color: #000;
    padding: 0px;
    text-align: center;
	/*border: 1px solid #DDE2E7;*/
	overflow:hidden;
	background-image:url(images/2banner_mid_strp.jpg);
	background-repeat:repeat-x;
	
	margin-top:0px;
	}

#header_left1 {
width:870px;
height:165px;
float:left;
vertical-align:middle;
}

#header_right1 {
	width:113px;
	height:165px;
float:right;
vertical-align:middle;
}

#BannerHeading
{
	/*z-index:9999;*/
	position:absolute;
	left:0px;
	margin-left:0px;
	width:100%;
	color:#660000;
	text-align:center;
	margin-top:130px;
	font-family:Verdana, Geneva, sans-serif;
	/*font-size:17px;*/
	font-weight:bold;
}






#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}

#boxes #dialog {
  width: 750px;
  height: 32px;
  padding: 12px;
  background-color: #ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 31pt;
}

#popupfoot {
  font-size: 16pt;
  position: absolute;
  bottom: 0px;
  width: 250px;
  left: 250px;
}
.uppercase
{
    text-transform: uppercase;
}
--&gt;</pre></body></html>