/* =Print css
---------------------------------------- */

body {
	width:100% !important;
	padding:0 !important;
	line-height: 1.4;
	color:#000;
	background: none;
	font-family: 'Trebuchet MS', Arial, sans-serif; 
	font-size:11pt;
	}

br.clearall, 
div.clearall	{ clear:both; height: 0; line-height:0; font-size: 0px;}

/* =links
---------------------------------------- */
a {
	color:#333;
	text-decoration: none;
	background: transparent;
	}
	
/* =images
---------------------------------------- */
a img {border:none;}
	
/* =headings
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Serif;
	font-weight:normal;
	page-break-after:avoid;
	}
h1 {font-size:19pt;}
h2 {font-size:17pt;}
h3 {font-size:15pt;}
h4,h5,h6 {font-size:12pt;}

/* various
---------------------------------------- */
p {margin:0 0 1.0em 0;}
blockquote {font-style:italic;}
hr {background-color: #ccc;}

/* =tables
---------------------------------------- */
thead {display: table-header-group;}
tr {page-break-inside:avoid;}

/* =blocks
---------------------------------------- */
.container.black {
    width: auto;
    padding: 15px 0;
    margin: 0 auto;
    border-top: 1px solid #464646;
    border-bottom: 1px solid #464646;
}
body.confirmation .container.black {
    width: 570px;
}
.content, .primary-content, primary-content-bottom {
	width: auto;
	padding: 0;
	margin: 0;
	float: none;
}
body.confirmation .primary-content-left{
	width: 360px;
    float: left;
}
body.confirmation .primary-content-right{
	width: 180px;
	padding: 0 0 0 30px;
    float: left;
}
.print-logo {
	width: 205px;
	padding: 0 50px 0 0;
    float: left;
}
.top-content {
	padding: 0 0 20px 0;
}
.black-pane {
    border: 1px #e7e7e7 solid;
    padding: 12px 14px 0;
    margin: 0 0 18px;
}
.content ul.pink {
	margin: 5px 10px 5px;
	padding: 0;
	list-style-type: none;
}
.content ul.pink li{ 
    background: none;
	list-style-type: none;
	font-size: 1.1em;
	display: block;
	padding: 0 0 12px; 
	margin: 0;
}



/* =hide
---------------------------------------- */
.primary-nav, .top-nav, .secondary-content, .footer, .noprint, .header, fieldset {
	display:none;
}

/* =sIFR
---------------------------------------- */
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }


