@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, section, aside, footer, button {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color:#333333;
	margin:0px 0px;
	padding:0px 0px;
	text-align:left;
	letter-spacing:normal;
	background: transparent;
	border: 0;
	background-color:#fff;
}
* {
	margin: 0;
	padding: 0;
}
body {
	line-height: normal;
	background-color:#fff !important;
}
/* * * * * *  html 5 fix  * * * * * */
section, article, header, footer, nav, aside, hgroup {
	display: block;
}
em, i {
    
 font-style: italic !important;   
}
h1, h2, h3, h4, h5, h6 {
	font: 14px Georgia, "Times New Roman", Times, serif;
}
a, a:link, a:visited {
	color:#d92121;
}
#printWrapper {
	width:612px;
	margin:0 auto;
	padding:20px 20px;
}
#printHeader {
	text-align:left;
	border-bottom:1px solid #d6d6d6;
	padding:0 0 35px 0;
	margin:0 0 15px 0;
}
#printFooter {
	border-top:1px solid #ccc;
	padding:5px 0 0 0;
	margin:30px 0 0 0;
}
#printFooter p {
	font-size:10px;
}
h1 {
	font-size:28px;
	font-weight:bold;
	color:#222222;
	margin:5px 0 0 0;
}
h4 {
	font-size:14px;
	font-weight:bold;
	color:#454440;
}
h5 {
	font-size:12px;
	color:#666666;
	margin:25px 0 0 0;
}
h6 {
	font-size:15px;
	font-style:normal;
	color:#666666;
}
.printBody p {
	margin:25px 0 0 0;
}
.printBody p.author {
	font-size:12px;
	color:#666666;
	padding: 8px 0 0 0;
	margin:0 0 0 0;
}
strong, b{
    font-weight: bold !important;    
}