html {
  height:100%; 
  max-height:100%; 
  padding:0;
  margin:0; 
  border:0; 
  overflow: hidden; 
}

body {
  padding: 0;
  margin: 0;
  border:0;
  font-family: verdana, tahoma, sans-serif;
  background-color: #A5A6CD;
  font-size: 11pt;
  color: #010084;
  height: 100%;
  max-height: 100%;
  text-align: center;
  overflow: hidden; 
}

#header {
  color: #010084;
  background-color: #000080;
  background-position: right;
  background-repeat: no-repeat;
  height: 34px;
  padding: 0;
  position:absolute;
  margin:0;
  top:0;
  left:0;
  display:block;
  width:100%;
  z-index:5;
}

#header h1 {
  font-weight: bold;
  font-size: 16pt;
  text-align: center;  
  margin: 0;
  padding: 0;
  padding-top: 0.1em;
  color: #ffffff;
}

#header .fade {
  font-weight: normal;
  color: #dddd99;
}

#hmenu {
  font-family: arial narrow, arial, sans-serif;
  font-weight: bold;
  font-size: 11pt;
  margin: 0;
  padding: 0;
  padding-top: 0.3em;
  background-color: #000080;
  text-align: center;
  border-bottom: solid thin #000080;
  position:absolute;
  top:34px;
  height: 24px;
  left:0;
  display:block;
  width:100%;
  z-index:5;
  overflow:hidden;
}

#hmenu a {
  background-color: #ffffff;
  font-family: arial, sans-serif;
  color: #010084;
  font-weight: normal;
  font-size: 90%;
  text-decoration: none;
  padding: 0.1em;
  margin: 0;
}

#hmenu a:link {
  background-color: #FFFFC0;
  color: #010084;
}

#hmenu a:visited {
  background-color: #FFFFC0;
  color: #010084;
}

#hmenu a:active {
  background-color: #FFFFC0;
  color: #010084;
}

#hmenu a:focus {
  background-color: #FFFFC0;
  color: #010084;
}

#hmenu a:hover {
  background-color: #FF3FD0;
  color: #010084;
}

#internalmenu {
  font-family: "arial narrow", "trebuchet ms", arial, sans-serif;
  margin: 0;
  padding: 0.3em 0;
  background-color: #FF0000;
  text-align: center;
  border-bottom: solid thin #000080;
  position:absolute;
  top:67px;
  left:10px;
  display:block;
  width:120px;
  z-index:5;
  }

#internalmenu a {
  font-size: 10pt;
  font-weight: normal;
}

#footer {
  border-top: solid thin #000080;
  font-size: 9pt;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0em;
  padding: 0.5em;
  background-color: #000080;
  color: #ffffff;
  text-align: center;
  position:absolute; 
  left:0; 
  bottom:0; 
  width:100%; 
  height:9px; 
  z-index:5; 
}

/* Firefox */
#content {
  max-height:100%;
  height:100%;
  width: 750px;
  overflow: auto;
  z-index: 3;
  border-top: 74px solid #A5A6CD;
  border-bottom: 40px solid #A5A6CD;
  margin: 0 auto;
  text-align: left; 
  background-color: #ffffff;
}

#contentinternal {
/*  max-height:90%; */
  height:90%;
  overflow: auto;
  z-index: 3;
  border-top: 74px solid #A5A6CD;
  border-bottom: 40px solid #A5A6CD;
  margin-left:140px;
  text-align: left; 
  background-color: #ffffff;
}
/* End Firefox */


/* Internet Explorer */
* html #content {
  height:100%;
  max-height:100%;
  width: 750px;
  overflow: auto;
  z-index: 3;
  border-top: 64px solid #A5A6CD;
  border-bottom: 40px solid #A5A6CD;
  margin: 0 auto;
  text-align: left; 
}

* html #contentinternal {
  height:100%;
  max-height:100%;
  overflow: auto;
  z-index: 3;
  border-top: 64px solid #A5A6CD;
  border-bottom: 40px solid #A5A6CD;
  margin-left:140px;
  text-align: left; 
}
/* End Internet Explorer */


table {
  width: 650px;
  border: solid 2pt #000080;
  background-color: #BEBFFC;
  border-collapse: collapse;
  font-size: 10pt;
}

th {
  border: 0;
  background-color: #000080;
  padding: 0;
  color: #ffffff;
}

td {
  border: solid 1pt #000080;
  padding: 0.1em;
}

td.heading {
  font-size: 12pt;
  font-weight: bold;
  border: solid 2pt black;
  padding: 0.1em;
}

td.subheading {
  font-size: 10pt;
  font-weight: bold;
  border: solid 0.75pt black;
  padding: 0.1em;
}

table.zz {
  background-color: red;
}

table.zzthin1 {
  width: 450px;
  background-color: #FDDFDF;
  border: solid 0.75pt black;
}

table.zzthin2 {
  width: 250px;
  background-color: #FDDFDF;
}

table.layout {
  background-color: white;
  width: 100%;
  border: none;
  border-collapse: collapse;
}

table.layout td {
  border: none;
  border-collapse: collapse;
  vertical-align: top;
}

table.clear {
  background-color: white;
  width: 90%;
  border: none;
  border-collapse: collapse;
}

table.clear td {
  border: none;
  border-collapse: collapse;
  vertical-align: top;
}

table.yellow {
  width: 90%;
  background-color: yellow;
  border: solid 2pt #000080;
  border-collapse: separate;
}

table.border {
  width: 90%;
  border: solid 2pt #000080;
  border-collapse: separate;
}

table.border th {
  border: solid 1pt #000080;
  border-collapse: separate;
  color: #FFFFFF;
}

table.border td {
  border: solid 1pt #000080;
  border-collapse: separate;
}

table.review1 {
  border: solid 1.5pt #000080;
  background-color: #D1D2FD;
  font-size: 9pt;
}

table.review1 th {
  border-style: solid;
  border-width: 1pt;
  border-color: #FFFFFF;
  font-size: 9pt;
}

table.review1 td {
  font-size: 9pt;
}

table.review2 {
  border: solid 1.5pt #000080;
  background-color: #FDF5D1;
  font-size: 9pt;
}

table.review2 th {
  background-color: #FFFF00;
  border-style: solid;
  border-width: 1pt;
  border-color: #000080;
  color: #000080;
  font-size: 9pt;
}

table.review2 td {
  font-size: 9pt;
}

table.review3 {
  background-color: #DDDDDD;
  font-size: 9pt;
}

form {
  padding: 0;
  margin: 0;
}

form.redborder {
  width: 90%;
  padding: 0.5em;
  border: solid 1.5pt #FF0000;
  background-color: #EBEBFF;
}

hr {
  color: #000080;
}

h1 {
  font-size: 250%;
  font-weight: normal;
  text-align: left;
  color: #000080;
  margin: 0;
  padding: 0.3em;
}

h2 {
  font-size: 150%;
  color: #000080;
  margin-bottom: 0.2em;
  clear: left;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

h3 {
  font-size: 120%;
  color: #000080;
  margin-bottom: 0.2em;
  clear: left;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

p {
  color: #010084;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0.3em;
  padding-right: 0.3em;
}

p.error {
  color: red;
  padding-bottom: 6pt;
}

p.success {
  color: green;
  padding-bottom: 6pt;
}

p.smallindent {
  padding-left: 1.3em;
  font-size=9pt;
}

br {
  padding: 0;
  margin: 0;
  line-height: 8pt;
}

a {
  text-decoration: none;
  color: #010084;
  font-weight: bold;
}

a:hover {
  color: #FFFFFF;
  background-color: #010084;
}

a.light {
  color: #FFFFC0;
}

a.light:hover {
  color: #000000;
  background-color: #FFFFC0;
}

a.dimmed {
  color: #aaaaaa;
}

a.dimmed:hover {
  background-color: #010084;
}

UL {
  margin-bottom: 0;
  margin-top: 0;
  list-style: url(ul.gif) circle;
}

OL {
  margin-bottom: 0;
  margin-top: 0;
}


clear {
    background-color: #000000;
}

input[type='text'],input.text {
  background-color: #FDDFDF;
}

textarea {
  background-color: #FDDFDF;
}

select {
  background-color: #FDDFDF;
  font-family: arial narrow, verdana, tahoma, sans-serif;
}

em.z1 {
  font-weight: bold;
  background-color: #010084;
  color: #FFFFFF;
}

em.z2 {
  font-weight: 900;
  text-decoration: underline;
}

em.z3 {
  font-weight: 600;
  font-variant : small-caps;
  color: #005200;
}

em.zimp {
  color: #FF0000;
}









/* Keep this last */

#printonly {
  display: none;
}




@media print {
  html {
    overflow: visible; 
	}

  body {
    background-color: #ffffff;
    color: black;
    overflow: visible; 
    padding: 0;
    margin: 0;
    border:0;
	}

  table { 
    border-color: black;
    background-color: white;
  	}

  form { 
    border-color: black;
    background-color: white;
  	}
  	
  input {
    overflow: visible; 
	}

  textarea {
    overflow: visible; 
	}
	
  #header {
    display: none;
  	}
 
  #footer {
    display: none;
  	}

  #hmenu {
    display: none;
  	}

  #internalmenu {
    display: none;
  	}

  #content {
    padding: 0;
    margin: 0;
    border:0;
    overflow: visible; 
  	}

  * html #content {
    padding: 0;
    margin: 0;
    border:0;
    overflow: visible; 
  	}

  #contentinternal {
    padding: 0;
    margin: 0;
    border:0;
    height:100%;
    overflow: visible; 
 	}

 * html #contentinternal {
    padding: 0;
    margin: 0;
    border:0;
    overflow: visible; 
  	}

  form.redborder {
	width: 100%;
	}	  

  #printonly {
    display: block;
  	}

  #noprint {
    display: none;
  	}

}