html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0px;
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 1.3em;
	color: #72797c;
}
html { overflow-y: scroll; }

h1, h2, h3, ul, p { margin-bottom: 1.3em; }
h1 { font-size: 24px; text-transform: uppercase; color: #0060a1; line-height: 1.2em; }
h2 { font-size: 18px; line-height: 1.2em; color: #0060a1; margin-top: 2em; }
h3 { font-size: 12px; font-weight: bold; text-transform: uppercase; color: #0060a1; margin: 2em 0 1em 0; }
a { color: #0060a1; text-decoration: underline; }

#header { display: none; }
#breadcrumb { display: none; }
#bottom { display: none; margin-bottom: 10px;  }
#footer { display: none; }
.print_not { display: none; }