@charset "UTF-8";
/* CSS Document */

html, body {
  	background: #fff;
	padding: 3px;
	margin: 0;
	color: #000;
	}

a:link, a:visited
  {
    text-decoration: underline !important;
  }
  
h1 {
	font-size: 20px;
	}
	
h2 {
	font-size: 18px;
	}
	
h3 {
	font-size: 14px;
	}
	
p {
	font-size: 13px;
	}

*
  {
    float: none;
  }
  
img {
	border: none;
	}

.noprint,
.anchor-menu,
#banner-left, #banner-right
  {
    visibility: hidden;
    display: none;
  }
  
.print {
	visibility: visible;
	}

/* Otherwise, Firefox clips the content after the first page. */
#page
  {
    overflow-y: visible;
  }
	
#header {
	border-bottom: 1px solid #666;
	width: 100%;
	}
	
#print-footer {
	border-top: 1px solid #666;
	width: 100%;
	}
	
.shadow-bar {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	}
	