/*--------------------------------------------------------------

Hartija Css Print  Framework
* Version:   0.8 (2008-03-10)

* In use by BlueTripCSS

--------------------------------------------------------------*/
BODY
{
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.4;
	word-spacing: 1.1pt;
	letter-spacing: 0.2pt;
	font-family: Garamond, "Times New Roman", serif;
	color: #000;
	background: none;
	font-size: 12pt;
}
/*Headings*/
H1, H2, H3, H4, H5, H6
{
	font-family: Helvetica, Arial, sans-serif;
}
H1
{
	font-size: 19pt;
	font-family: "droid sans", calibri;
}
H2
{
	font-size: 17pt;
}
H3
{
	font-size: 15pt;
}
H4, H5, H6
{
	font-size: 12pt;
}
CODE
{
	font: 10pt Courier, monospace;
}
BLOCKQUOTE
{
	margin: 1.3em;
	padding: 1em;
	font-size: 10pt;
}
HR
{
	background-color: #CCC;
}
/*Images*/
IMG
{
	float: left;
	margin: 1em 1.5em 1.5em 0;
}
A IMG
{
	border: none;
}
/*Links*/
A:link, A:visited
{
	background: transparent;
	font-weight: 700;
	text-decoration: underline;
	color: #333;
}
A:link[href^="http://"]:after, A[href^="http://"]:visited:after
{
	content: " (" attr(href) ") ";
	font-size: 90%;
}
A[href^="http://"]
{
	color: #000;
}
/*Table*/
TABLE
{
	margin: 1px;
	text-align: left;
}
TH
{
	border-bottom: 1px solid #333;
	font-weight: bold;
}
TD
{
	border-bottom: 1px solid #333;
}
TH, TD
{
	padding: 4px 10px 4px 0;
}
TFOOT
{
	font-style: italic;
}
CAPTION
{
	background: #FFF;
	margin-bottom: 2em;
	text-align: left;
}
THEAD
{
	display: table-header-group;
}
TR
{
	page-break-inside: avoid;
}
/*hide various parts from the site*/
#header, #footer, #navigation, #rightSideBar, #leftSideBar
{
	display: none;
}
.container A.button, .container BUTTON
{
	display: none;
}

