/* -------------------------------------------------------------- 
  
   print.css
   
   * Gives you some sensible styles for printing pages.
   
   Author: www.vibrantdrive.com
	 
-------------------------------------------------------------- */

body {
	color: #000;
	font-family: Garamond,"Times New Roman", serif;
	font-size: 12pt;
	letter-spacing: .2pt;
	line-height: 1.4;
	word-spacing: 1.1pt;
	background: none;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	}

/* ------------------------------------
	=Headings
------------------------------------ */

h1, h2, h3, h4, h5, h6 { font-family: Helvetica, Arial, sans-serif; }

h1 { font-size: 19pt; }

h2 { font-size: 17pt; }

h3 { font-size: 15pt; }

h4, h5, h6 { font-size: 12pt; }

code { font: 10pt Courier, monospace; }

blockquote {
	font-size: 10pt;
	margin: 1.3em;
	padding: 1em;
	}

hr { background-color: #ccc; }


/* ------------------------------------
	=Images
------------------------------------ */

img {
	float: left;
	margin: 1em 1.5em 1.5em 0;
	}

a img { border: none; }


/* ------------------------------------
	=Links
------------------------------------ */

a:link, a:visited {
	color: #00f;
	font-weight: 700;
	text-decoration: underline;
	background: transparent;
	}

a:link[href^="http://"]:after, a[href^="http://"]:visited:after {
	font-size: 90%;
	content: " (" attr(href) ") ";
	}

a[href^="http://"] {color:#000; }


/* ------------------------------------
	=Tables
------------------------------------ */

table {
	text-align: left;
	margin: 1px;
	}

caption {
	text-align:left;
	background: #fff;
	margin-bottom: 2em;
	}

thead { display: table-header-group; }

th {
	font-weight: bold;
	border-bottom: 1px solid #333;
	}

tr { page-break-inside: avoid; }

td { border-bottom: 1px solid #333; }

th, td { padding: 4px 10px 4px 0; }

tfoot { font-style: italic; }


/* ------------------------------------
	=Hide
------------------------------------ */

#header, .breadcrumbs, #column-right, #footer { display: none !important; }

table.pptable{
    border: 1px
}