/* -------------------------------------------------------------- 
   
   printstyle.css
  
-------------------------------------------------------------- */

body { background: #fff; font-family: tahoma, arial, serif; font-size:10pt; text-align: left; width: auto !important; }

h1,h2,h3,h4,h5,h6 { font-weight: normal; padding: 0; margin: 0; line-height: 15pt; color: #0052A3; }

h2 { font-size: 18pt; }
h3 { font-size: 16pt; }
h4 { font-size: 14pt; }
h5 { font-size: 12pt; }
h6 { font-size: 10pt; }

/* h1 a { color: #000; text-decoration: none; font-style: normal; } */

p, address, li, dt, dd { line-height: 1.4em; }
p, adress, dl { margin-bottom: 0pt; }
pre { border: 0; padding: 0;}
ul { list-style: square; margin-left: 5pt; margin-bottom: 5pt; }
ol { list-style: decimal; margin-left: 5pt; margin-bottom: 5pt; } 

a { color: #000; text-decoration: underline; font-style: italic; }

table {
	border: solid #C2CCD4;
	border-width: 1px 0 0 1px;	
}
th {
	border: solid #C2CCD4;
	border-width: 0 1px 1px 0;
	font-weight: normal;
	padding: 5px 8px 6px;
}
td {
	border: solid #C2CCD4;
	border-width: 0 1px 1px 0;
	padding: 5px 8px 6px
}

.i200, .i320, .i750 {display:none;}

img {
    display:none;
}

.printlogo { display:inline; float:right; width:180pt; margin-left:50px;}

#wrapper { margin-top: 10pt; }

headlinecontainer { margin-top: 10pt; }
#column { margin-top: 0pt; }

h1 a,
#metanav,
#breadcrumb,
#globalsearch,
#mainnav,
#footer,
#img_shadowbottom,
.no_print,
#div_mediencontainer img {
	display: none;
}


