﻿@charset "UTF-8";

@import url(../../yaml/print/print_003_draft.css);

@media print
{  
	html {
		font-size:12px;
	}
	
	body {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 100.00%;
		color:#000;
	}

  h1,h2,h3,h4,h5,h6 { 
  	font-family: Helvetica,Verdana,Arial, sans-serif; 
  	font-weight:normal;
  	margin: 0 0 0.25em 0; 
	color:#000;
  }
  
  a{
  	color:#000;
  }
  
  .float_left { float: left; display:inline; margin:0; padding:0;  }
  .float_right { float: right; display:inline; margin:0; padding:0;  }
  .float_left img { margin:0 1em 0.5em 0; }
  .float_right img { margin:0 0 0.5em 1em; }
  .noprint { display:none; }
  
  h1 { font-size: 181.81%; }/* 20px */
  h2 { font-size: 145.45%; }/* 16px */
  h3 { font-size: 118.18%; }/* 13px */
  h4 { font-size: 100.00%; }/* 11px */
  h5 { font-size: 100.00%; }/* 11px */
  h6 { font-size: 100.00%; font-style:italic }/* 11px */
 
  p { margin-bottom:1.5em; }
 
}