/* generic (common) print styles */
body {
	background: #FFFFFF;
	margin: 0em;
	color: #000000;
	font: 7pt Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14pt;
	line-height: 16pt;
	color: #000000;
	margin-bottom: 0.3em;
	margin-top: 0em;
	padding-top: 0em;
	background: inherit;
}
h2 {
	font-size: 12pt;
	line-height: 14pt;
	color: #CC3300;
	margin-bottom: 0.4em;
	background: inherit;
	padding-top: .6em;
	margin-top: 0em;
}
h3 {
	font-size: 10pt;
	line-height: 14pt;
	color: #CC3300;
	margin-bottom: 0.2em;
	padding-top: .6em;
	margin-top: 0em;
	background: inherit;
}
h4 {
	font-size: 9pt;
	line-height: 13pt;
	color: #000000;
	margin-top: 0em;
	margin-bottom: 0.2em;
	background: inherit;
	font-weight: bold;
}
h5 {
	font-size: 8pt;
	line-height: 12pt;
	color: #000000;
	margin-top: 0em;
	margin-bottom: 0.2em;
	font-weight: bold;
	background: inherit;
}
h6 {
	font-size: 8pt;
	line-height: 12pt;
	color: #000000;
	margin-top: 0em;
	margin-bottom: 0.2em;
	font-weight: normal;
	font-style: italic;
	background: inherit;
}
p {
	font-size: 8pt;
	line-height: 12pt;
	margin-top: 0em;
	margin-bottom: 0.75em;
}
ul {
	margin-top: 0em;
	margin-bottom: 0.75em;
	padding-top: 0em;
	padding-bottom: 0em;
	list-style: square;
	padding-left: 1.5em;
	margin-left: 0px;
}
ol {
	margin-top: 0em;
	margin-bottom: 0.75em;
	padding-top: 0em;
	padding-bottom: 0em;
	margin-left: 0px;
	padding-left: 2em;
}
li {
	line-height: 12pt;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0em;
	padding-bottom: 0.4em;
	margin-left: 0em;
}
blockquote { /*assumes blackquote tag encloses othet tags, eg <p>*/
	font-size: 8pt;
	line-height: 12pt;
	clear: both;
	margin-right: 4em;
	margin-bottom: 0em;
	margin-left: 4em;
	padding-top: 1em;
}
a {
	color: #06C;
	text-decoration: none;
	background: inherit;
	border-bottom: 1px solid #CCCCCC;
}
/**********Tables**********/
table {
	font-size: 8pt;
	margin-bottom: 1em;
	width: auto;
	clear: both;
}
caption {
	font-size: 9pt;
	line-height: 12pt;
	color: #CC3300;
	margin-bottom: 0.2em;
	font-weight: bold;
	text-align: left;
	background: inherit;
	padding-top: 1em;
}
th {
	text-align: left;
	border-bottom: 1px solid #CC3300;
	padding: .5em;
	color: #333333;
	background: #FFFFFF;
}
thead th {/* Table head align right*/
	text-align: right;
}
td {
	border-bottom: 1px solid #CCCCCC;
	padding: 0.5em;
}
td.right {/* Table data align right*/
	text-align: right;
}
/**********FORMS**********/
form {
	margin: 0em;
	padding: 0em;
}
/**********PAGE HEADER**********/
#masthead_screen {  /*Masthead container*/
	display: none;
}
#mastheadleft {
	float: left;
}
#masthead_print {  /*Masthead container*/
	display: block;
}
/**********HEADER UTILITY (Breadcrumb and Search container)**********/
#utility {
	border-bottom: 1px solid #D9D9D9;
	background: inherit;
	color: inherit;
	border-top: 1px solid #D9D9D9;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	line-height: 9pt;
}
#breadcrumbs {
	float: left;
	padding-top: 0.3em;
}
#breadcrumbs h3 {
	font-size: 1em;
	display: inline;
	padding-right: .5em;
}
#breadcrumbs ul {
	margin: 0em;
	list-style: none;
	display: inline;
	padding: 0px;
}
#breadcrumbs li {
	display: inline;
	padding-right: 0.5em;
	line-height: 1em;
}
.contentStart {  /*Breadcrumb link to content anchor*/
	display: none;
}
#search {
	display: none;
}
.clearBoth {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
/**********CONTENT AREA**********/
#content { /* Contains three divs (navigation, main_content and sidebar) floated left and right */
	clear: both;
	padding-right: 0%;
}
/**********NAVIGATION**********/
#navigation {
	display: none;
}
/**********MAIN CONTENT**********/
#main_content3column {/**********Used in 3 column layout**********/
	margin-bottom: 1.5em;
	float: left;
	padding-top: 2em;
	padding-left: 0%;
}
#main_content2column {/**********Used in 2 column layout**********/
	margin-bottom: 1.5em;
	float: left;
	padding-top: 2em;
	padding-left: 0%;
}
/**********SIDEBAR**********/
#sidebar { /*Sidebar pages container*/
	float: none;
	background: #FFFFFF;
	color: inherit;
	margin-top: 4.5em;
}
/**********FEATURE BOXES**********/
.feature01, .feature02, .feature03, .feature04 {  /*common for feature 1 to 4*/
	padding: 1.2em 1.2em 0.8em;
	color: inherit;
	background: inherit;
	margin-bottom: 1em;
	border: 1px solid #D9D9D9;
	clear: both;
}
/**********FEATURE BOXES - floated right**********/
.featureFloatRight01, .featureFloatRight02, .featureFloatRight03, .featureFloatRight04 {  /*common for feature 1 to 4*/
	padding: 1.2em 1.2em 0.8em;
	color: inherit;
	margin-bottom: 1em;
	border: 1px solid #D9D9D9;
	float: right;
	width: 30%;
	margin-left: 2em;
}
/**********LINK TYPE ICONS - apply to LI tags **********/
.pdf, .powerpoint, .word, .excel, .internet {
	/*no values*/
}
/**********IMAGES**********/
.imgLeft {
	margin-bottom: 0.5em;
	margin-right: 1em;
	background: #F3F3F3;
	margin-top: 0.3em;
	float: none;
	color: inherit;
}
.imgRight {
	margin-bottom: 0.5em;
	margin-top: 0.3em;
	float: none;
	color: inherit;
}
/**********IMAGES WITH CAPTIONS**********/
.image_with_captionLeft {
	background: #F3F3F3;
	color: inherit;
	padding: 1em 1em 0.2em;
	border: 1px solid #D9D9D9;
	margin-bottom: 1em;
	width: 300px;
	float: none;
}
.image_with_captionRight {
	background: #F3F3F3;
	color: inherit;
	padding: 1em 1em 0.2em;
	border: 1px solid #D9D9D9;
	margin-bottom: 1em;
	width: 300px;
	margin-left: 0em;
	float: none;
}
.image_with_captionRignt  img, .image_with_captionLeft  img {
	padding-bottom: 0.75em;
}
.image_with_captionRight  p, .image_with_captionLeft  p {
	font-size: 5pt;
	line-height: 7pt;
	text-align: left;
	background: inherit;
	color: #000000;
	font-style: italic;
}
/**********FOOTER ELEMENTS**********/
#footer {
	clear: both;
}
#footerdetails {
	clear: both;
	background: inherit;
	border-top: 1px solid #D9D9D9;
	padding: 0.5em 1em 1em;
	color: inherit;
}
#footerdetails p {
	margin: 0em;
	font-size: 6pt;
	padding: 0em;
}
#footerdetails ul {
	color: #FFFFFF;
	font-size: 6pt;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: inherit;
}
#footbar {  /*Footer nav bar container*/
	display: none;
}
