body {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  background-color: white;
  font-family: sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: black;
}

h1 {
  color: #111144;
  font-size: 16pt;
}

h2 {
  margin-top: 0.8em; /* Added */
  color: #111144;
  font-size: 14pt;
}

h3 {
  color: #111144;
  font-size: 13pt;
}

h4 {
  color: #111144;
  font-size: 12pt;
}

a:link { 
  color: #227ef6; 
  font-weight: bold;
  text-decoration: none;
  }
a:visited { 
  color: #227ef6;
  font-weight: bold;
  text-decoration: none;
}
a:link:hover,a:visited:hover {
  color: #009E30;
}

div.cis-head {
  background: #227ef6;
  padding-bottom: 12px;
}


ul.cis-links {
  background-color: #227ef6;
  color: white;
  font-size: 9pt;
  margin: 0px;
  padding: 0px;
  position: relative;
  top: 5px;
  white-space: nowrap;
}
ul.cis-links li {
  display: inline;
  width: auto;
  margin: 0px;
  padding: 5px;
/*  border-left: thin dotted white;
  border-right: thin dotted white;
  border-bottom: thin dotted white; */
  border-left: 0px;
  border-right: 1px dotted white;
  border-bottom: 1px dotted white;
  background-color: inherit;
}
ul.cis-links li + li { 
  border-right: thin dotted white;
  border-left: none;
}
ul.cis-links li a:link { /* a changed to a:link */
  display: inline;
  color: white;
/*  margin: 10px; */
  margin: 0px 10px 0px 10px;
  padding: 0px;
  background-color: inherit;
}
ul.cis-links li a:visited { /* Added */
  display: inline;
  color: white;
  margin: 0px 10px 0px 10px;
  padding: 0px;
  background-color: inherit;
}
ul.cis-links li a:hover { /* Added */
  display: inline;
  color: white;
  margin: 0px 10px 0px 10px;
  padding: 0px;
  background-color: inherit;
}
ul.cis-links li:hover {
  background-color: #3cbb33;
}

div.cis-content {
  font-family: sans-serif;
  font-size: 11pt;
  line-height: 14pt;
  padding-left: 10px;
}

div.cis-youareat {
  color: white;
  font-family: sans-serif;
  font-size: 9pt;
  line-height: 16pt;
  background-color: #227ef6;
  width: 100%;
}
div.cis-youareat p { padding-left: 10px; }
div.cis-youareat a:link { color: white; }
div.cis-youareat a:visited { color: white; }
div.cis-youareat a:hover { color: white; background-color: #3cbb33; }

div.cis-maintenance {
  color: #227ef6;
  font-family: sans-serif;
  font-size: 9pt;
  line-height: 10pt;
  background-color: white;
  width: 100%;
}
div.cis-maintenance p { padding-left: 10px; }

div.cis-picture-large {
  background: url("/style/2005/cis_large_bg.png") left top;
  background-repeat: repeat-x;
/*  padding-right: 100%; */
}

div.cis-picture-medium {
  background: #227ef6 url("/style/2005/cis_medium_bg.png") left top;
  background-repeat: repeat-x;
/*  padding-right: 100%; */
}

div.cis-picture-mini {
  background: #227ef6 url("/style/2005/cis_mini_bg.png") left top;
  background-repeat: repeat-x;
/*  padding-right: 100%; */
}

td.leftcolumn  { padding: 0px 10px 0px 0px; }

td.rightcolumn { padding: 0px 0px 0px 10px; }
