﻿/*
print.css
style sheet for print media
*/
body { font: 12pt Times, serif; }
h1, h2, h3, h4, h5, h6
{
	margin: 0;
}
h1
{
	font-size: 16px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
} 
h2 
{
	font-size: 15px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
}				
h3
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
}
h4
{
	font-size: 13px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
}				
p, a, td, tr, th, .boxy, span, ul
{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
}
th, td, tr
{
	padding-right: 5px;
}				
br
{
	line-height: 3px;
}				
.inline
{
	display: inline;
	outline: none;
	border: 0;
	float: left;
	clear: left;
	margin: 0px 1.25em 0px 0px;
}
.hide
{
	display: none;
}

.hnav
{
	display: none;
}
.noprint
{
	display: none;
}				
#mhspacer
{
	display: none;
}				
#left_col
{
	display: none;
}
#mhtear
{
	display: none;
}
img 
{
	display: none;	
}
.button, span
{
	display: none; 
}
a
{
	text-decoration: none;
	color: black;
}
legend
{
	color: black;
	font-weight: bold;
}
td, th
{
	vertical-align: top;
}
ol
{
	list-style-type: upper-roman;
}
ol ol
{
	list-style-type: upper-alpha;
}
ol ol ol
{
	list-style-type: decimal;
}
ol ol ol ol
{
	list-style-type: lower-alpha;
}
ol ol ol ol ol
{
	list-style-type: lower-roman;
}
ol ol ol ol ol ol
{
	list-style-type: lower-alpha;
}
.right
{
	text-align: right;
	padding-right: 20px;
}
.padded
{
	padding-right: 10px;
}
.boxy
{
	margin-bottom: 20px;
	border: none;
}
.bordered
{
	border: thin solid black;
}
.printshow
{
	display: inline;
}
html, body
{	
	background: transparent;
	color: #000;
}
