﻿/* print stylesheet */
.noPrint {
	display: none !important;	
}
body {
	font-family: "Times New Roman", Times, serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;	
}
h1 {
	font-size: 18pt;	
}
h2 {
	font-size: 14pt;	
}
h3 {
	font-size: 12pt;	
}
h4, h5, h6 {
	font-size: 11pt;	
}
p, ul, ol, dl, th, td {
	font-size: 12pt;	
}
#content {
	float: none;
	width: 100%;
}
.twoColumn .primary {
	float: none;
	width: 100%;
}
p.linkTop {
	display: none;	
}
