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

.pdf_image img{ display: block; margin-left: auto; margin-right: auto; width: 100%;}
.pdf_text{ width:35%; float:left;}
.pdf_image{ width:65%;}

@font-face {
	font-family: 'Segoe UI';
	src: url('fonts/SegoeUI-Italic.eot');
	src: url('fonts/SegoeUI-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/SegoeUI-Italic.woff') format('woff'),
		url('fonts/SegoeUI-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}


.pdf_content h2{font-family: 'Segoe UI';}
.pdf_content div{ font-family: 'Segoe UI';}
