BODY {
  padding:          0;
  margin:           0;
  background-color: white;
  color:            #004488;
  font-family:      Arial, Helvetica, sans-serif;
  font-size:        small;
}

H1 {
  margin:           1.25rem 0;
  font-size:        1.5rem;
  text-align:       center;
}

P, DIV, TD, OL, UL, LABEL {
  font-family:      Arial, Helvetica, sans-serif;
  font-size:        small;
}

IMG {
  margin:             0px;
  padding:            0px;
  border:             none;
}

DIV#allcontent {
  width:              auto;
  max-width:          950px;
  margin:             0 auto;
}
* HTML DIV#allcontent {
  width: expression(document.body.clientWidth > 950? "950px": "auto" );
}

DIV#content {
  padding: 1px 8px;
  margin: 0;
  font-size: medium;
}
SPAN.mailto_exp {
  display: none;
}

.screenreader {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  font-size: x-small;
  background: white;
  z-index: 50;
  overflow: hidden;
}

.fancybox-skin {
  background: #FFFFFF;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

@media print {
#intranet, .debug {
  display:          none;
}
DIV#allcontent {
  max-width: none;
  width: auto !important;
}
* HTML DIV#allcontent {
  max-width: none;
  width: auto !important;
}
SPAN.mailto_exp {
  display: inline;
}
}
