/* print
=============================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0; padding: 0;
  border: 0;
  font-weight: inherit; font-style: inherit; font-family: inherit; font-size: 100%;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 { font-size:36px; line-height:1.4em; margin:20px 0pt; }
h2 { font-size: 1.5em; line-height: 1; margin-top: .75em; margin-bottom: .75em; }
h3 { font-size: 1.2em; line-height: 1.25; font-weight: bold; margin-top: .5em; margin-bottom: .5em; }
h4 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h5 { font-size: 1em; font-weight: bold; }
body.green h1 {color:#00B25A;}
p           { margin: 0 0 1.5em; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

th { text-align: left; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }
body { margin: 5pt 10pt; background: #fff!important; font: 10pt/160% Arial, Helvetica, sans-serif; }
body, a { color:#000; }
a       { text-decoration: nonenone; }
a.link  { text-decoration: underline; }
img { border: 0; }
form, embed, object,
#header, #leftMenu, #advert, #bottom
{
  display: none;
}
#wrapper {background:none !important;}

/* tables
======================================*/
table {
font-size:12px;
border-collapse:collapse;
}
table th, table td {
padding:6px;
}

table th {
color:#5e6e66;
font-size:13px;
font-weight:bold;
}

.clear {
clear:both;
}

@media screen {
	#all {
		background: #FFF !important;
		border: solid 1px #666;
		padding: 2.07cm;
		width: 21cm;
		margin: 20px auto 20px;
	}
	#printMenu {
		background-color:#F2F2F2;
		border-bottom: solid 1px #CCC;
		padding:10px 5px; 10px 0;
		text-align:right;
		margin:0 0 10px 0;
	}

	#printMenu button {}
}
@media print {
	#all {
		background: #FFF;
		border: none;
	}
	#printMenu {
		display:none;
	}
}
