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

#printologo {
	display: block;
}
body {
	color:#000;
	margin:0;
	padding:40px;
	font: normal 12pt/140% "Times New Roman", Times, serif;
}
h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:135%;
	color:#000;
}
h1 {
	font-size:18pt;
}
h2 {
	font-size:16pt;
}
h3 {
	font-size:15pt;
}
h4 {
	font-size:14pt;
}
#wrap #header {
	display: none;
}
#wrap #header-photo {
	display: none;
}
#wrap #nav ul {
	display: none;
}
#wrap #content-wrap #sidebar {
	display: none;
}
#wrap #footer-wrap {
	display: none;
}
#wrap #nav {
	display: none;
}
#wrap #content-wrap #main {
	margin-left: 0pt;
}


