   html { 
     background-color: #215C6E;
   } 
   body{
      background-color: #215C6E;
      width: 1024px; 
      margin: 0 auto; 
      color:#000000;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
   }
   CODE { color:#C80000; font-family:'Courier New', Courier;  }
   .help {
      CURSOR: help;
      BORDER-BOTTOM: #ffcb00 1px dotted;
   }
   #wrapper {
      background-color: #216E61; 
      margin-top:30px; color:#4DC4D0; padding-bottom: 5px; padding-left: 5px; padding-right: 5px;
   }   
   .mainSign { color:#000080; }   
   td {
      color:#263511; padding-left: 3px;  padding-right: 3px;
   }
   .tdCell {
      background-image: url('img/a-png-cxc-40percent.png'); color:#700001; font-size: 15px; font-weight: bold;
   }

a {
   color:#66ccff;
}
a.side {
   color: #800000;
   FONT-FAMILY: ARIAL,HELVETICA;
   font-size: 10pt;
}
a.side:link{
   background-color:transparent;
   color: #0000FF; border: 3px double #FFE7C7;
   FONT-FAMILY: ARIAL,HELVETICA;
   font-size: 10pt; font-weight: bold;
}
a.side:visited{
   background-color:transparent;
   color: #0000FF; border: 3px double #FFE7C7;
   FONT-FAMILY: ARIAL,HELVETICA;
   font-size: 10pt; font-weight: bold;
}
a.side:hover {
   background-color:#C2FFC2;
   color:#cc0000; border: 3px double #006364;
   FONT-FAMILY: ARIAL,HELVETICA;
   font-size: 10pt; font-weight: bold; 
}
h1 { font-size: 30pt; color:#3053A4; font-family: 'Crimson Text', "Palatino Linotype", "Times New Roman", "Futura XBlkCn BT", Times, Serif;  text-shadow: 3px 3px 3px #aaaaaa;  }
#myh1 { width: 90%; 
-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#30B18D, strength=1)"; 
    filter: progid:DXImageTransform.Microsoft.Glow(color=#30B18D, strength=1);
}

h2 { font-size: 17pt; color:#3A67CF; font-family: 'Crimson Text', "Palatino Linotype", "Times New Roman", "Futura XBlkCn BT", Times, Serif;  }
#myh2 { width: 90%;
-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#FF0000, strength=1)"; 
    filter: progid:DXImageTransform.Microsoft.Glow(color=#FF0000, strength=1);
}

h4 { font-size: 26px; color:#2B320F; font-family: 'Crimson Text', "Palatino Linotype", "Times New Roman", "Futura XBlkCn BT", Times, Serif;  }
h5 { font-size: 13pt; color:#3A67CF; font-family: 'Crimson Text', "Palatino Linotype", "Times New Roman", "Futura XBlkCn BT", Times, Serif;  }

p { color:#222B37; }

/* Footer at the bottom of the page */
#footer {
text-align: center;
margin-bottom: 0;
padding-top: 8px;
padding-bottom: 8px;
font-size: .65em;
margin-top: 20px;
background-color: #2D7278;
color: #ffffff;
font-weight: bold;
border-top: 1px #000000 solid; border-left: 1px #000000 solid; border-right: 1px #000000 solid;
border-bottom: 1px #000000 solid;width:734px; }

#footer a:link, #footer a:visited {
color: #ffffff;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color: #ffffff;
}


  	.smlink:link, .smlink:visited {text-decoration: underline; color: #0000FF;}
	.smlink:hover {text-decoration: underline overline; color: #ff0033; cursor: hand; }
   
  	.smlink2:link, .smlink2:visited {text-decoration: underline; color: #0000ff;}
	.smlink2:hover {text-decoration: underline overline; color: #ff0000; background-color: #47E2FF; cursor: hand; }


.nav {
   padding-left:5px; padding-right:5px; float:right;
   border-top: 1px #000000 solid; border-left: 1px #000000 solid; border-right: 1px #000000 solid;
   text-align: center;
}

.navbar:link, .navbar:visited {
color: #0000ff;
}

.navbar:hover {
color: #ff0000;
text-decoration: underline overline;
}

.Service {
font-family: 'Humanst531 UBlk BT', 'Eras Bd BT', 'Futura XBlk BT', 'Arial Black', 'Arial Unicode MS', 'Arial', 'FrnkGothITC Hv BT', 'AdLib BT';
color:#000000;
}
.ServiceR {
font-family: 'Arial', 'Humanst531 UBlk BT', 'Eras Bd BT', 'Futura XBlk BT', 'Arial Black', 'Arial Unicode MS', 'FrnkGothITC Hv BT', 'AdLib BT';
color:#000000; font-size:12px;
}
.ServiceXcel {
font-family: 'Humanst531 UBlk BT', 'Eras Bd BT', 'Futura XBlk BT', 'Arial Black', 'Arial Unicode MS', 'Arial', 'FrnkGothITC Hv BT', 'AdLib BT';
color:#000000;
}
.Xcel {
font-family: 'Humanst531 UBlk BT', 'Eras Bd BT', 'Futura XBlk BT', 'Arial Black', 'Arial Unicode MS', 'Arial', 'FrnkGothITC Hv BT', 'AdLib BT';
color:#808080;
}

.thisPg {
   color:red; background-color: #216E61;
   border-top-style: solid; border-top-width: 1px; border-top-color: red;
   border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: red;
}

		ol.count-backwards {
			list-style-type:none;
			padding:0 0 0 1em;
		}
		ol.count-backwards > li {
			counter-increment:start-from -1;
		}
		ol.count-backwards > li:before {
			content:counter(start-from) ". ";
 
			font-weight:bold;
		}
		* html ol.count-backwards { list-style-type:decimal; }
		*+html ol.count-backwards { list-style-type:decimal; }
				
		ol.count-backwards.lower-greek > li:before {
			content:counter(start-from, lower-greek) ". ";
		}
		
 
 
		ol.count-backwards {
			list-style-type:none;
		}
		ol.count-backwards li {
			zoom:expression(
				(typeof counter == "undefined" ? counter = parseInt(this.parentNode.getAttribute('start'), 10) : counter--), 
				this.innerHTML = (typeof this.processed == "undefined" ? ("<strong>" + counter + ". </strong>") : "") + this.innerHTML, 
				this.style.marginLeft = "-1.5em",
				this.processed = true, 
				this.runtimeStyle.zoom = "1"
				);
		}
