/*

	# Company: ClientName

	# CSS Framework: 2013 Effectal Media

	# CSS Authors: Effectal Media - Nick Maller,

	# File: print.css

*/

@import url(form.css);



/*

	** Print exclusions

*/

fieldset legend,

h1 img,

h2 img,

h2 object,

h2 embed,

.navigation,

.branding,

.banner,

.footer,

.sidepanel,

.sectionpanel,

hr

{

	display: none;

}



/*

	** Global reset and setting vertical rhythm

*/

*

{

	margin: 0;

	padding: 0;

}

body

{

	color: #878787;

	font-size: 11pt;

	font-family: Arial, Sans-Serif;

	line-height: 13pt;

}



/*

	** Base Elements

*/

p,

ul,

ol,

dl,

fieldset,

.breadcrumbs,

.header

{

	padding-bottom: .5cm;

}



ul li

{

	margin-left: .5cm;

}



fieldset

{

	border: 0;

}



h1,

h2,

h3,

h4,

h5,

h6

{

	padding: .1cm 0 .3cm;

	color: #222;

}

h1 {	font-size: 16pt; color: #000; }

h2 {	font-size: 13pt; }

h3 {	font-size: 12pt; }

h4 {	font-size: 11pt; }

h5 {	font-size: 11pt; }

h6 {	font-size: 11pt; }





a:link,

a:visited

{

	color: #066391;

}

a:hover

{

	color: #0082c3;

}

a img

{

	border: 0;

}



table

{

	width: 100%;

	table-layout: fixed;

	border-collapse: collapse;



	font-size: 90%;

}

table caption

{

	text-align: left;

	font-weight: bold;

}

table th,

table td

{

	padding: .2cm;



	border: 1px solid #eaeaea;

}

table th

{

	text-align: left;

}

table thead th,

table thead td

{

	background-color: #eaeaea;

}





/*

	** Custom Elements

*/

.breadcrumbs

{

	margin-top: -0.3cm;

}



