/*

	# Company: Holden Demos

	# CSS Author: Nick Maller (www.defythypixel.com)

	# File: print.css

*/

a img

{

	border: 0;

}


/* 

	** Print exclusions



.text-nav,

.branding,

.global-nav,

fieldset legend,

.footer,

.panel,

h1 img,

h2 img,

hr

{

	display: none;

}
*/


/* 

	** Global reset and setting vertical rhythm



*

{

	margin: 0;

	padding: 0;

}
*/
body

{

	color: #878787;

	font-size: 11pt;

	font-family: Arial, Sans-Serif;
	margin:0;

}



/* 

	** Headings



h1,

h2,

h3,

h4,

h5,

h6

{

	padding: .1cm 0 .3cm;

	color: #008681;

}

h1 {	font-size: 14pt; }

h2 {	font-size: 13pt; }

h3 {	font-size: 12pt; }

h4 {	font-size: 11pt; }

h5 {	font-size: 11pt; }

h6 {	font-size: 11pt; }
*/




/* 

	** Content Elements



p,

ul,

ol,

dl,

fieldset

{

	padding-bottom: .2cm;

}

*/





/* 

	** Links



a:link,

a:visited

{

	color: #066391;

}

a:hover

{

	color: #0082c3;

}


*/


/* 

	** table.tables



table.table

{

	width: 100%;

	table-layout: fixed;

	border-collapse: collapse;

	

	font-size: 90%;

}

table.table caption

{

	text-align: left;

	font-weight: bold;

}

table.table th,

table.table td

{

	padding: .2cm;

	

	border: 1px solid #eaeaea;

}

table.table th

{

	text-align: left;

}

table.table thead th,

table.table thead td

{

	background-color: #eaeaea;

}









fieldset

{

	border: 0;

}

*/