/********************************************
This is the print style sheet,
which defines which items will not be visible
or have different formatting on printed pages.
*********************************************/
html,body
{
    margin:0;
    padding:0;
    width:100%;
    height:100%;
}

body,td,th,p,select,input,a,em,strong,li,ul,span,table, div
{
	font-family: Georgia,Times,serif !important;
	font-size: 11pt !important;
	line-height: 18pt !important;
	color: #000 !important;
	background-image: none !important;
	background-color: transparent !important;
	text-align:left;
	text-decoration:none !important;
}
  
table, table.tableData, table.tableData td
{
    width:auto !important;
    height:auto !important;
    border:1px solid #000000 !important;
	color: #000000 !important;
}

/* Hide the following things */
#skipnav,
#siteheader,
#sitefooter,
#mobile_nav,
#mainnav,
.important_alert_wrapper,
#feedback_container,
#view-full,
.breadcrumb,
.share_buttons,
#slide_buttons,
.bottomlink
{display:none !important;}


.page_header h1
{
	font-size: 16pt !important;
	line-height: 22pt !important;
}

.page_header h2
{
    font-size: 12pt !important;
	line-height: 18pt !important;
	font-weight: bold;
}

.mobile_box{border: 0;}





