/* ///// PRINT STYLESHEET */

body,
#content{
	height: 80%;
	padding: .15em 0 1.2em 0;
	}

#mainArea.contentWide #mainContent {
	width: 100%;
}
/*
	4.6 Graph Captions
*/
	.graphCaption {
		font-size:				120%;
		font-weight:			bold;
		text-align:				center;
		margin-bottom:			-1em;
	}
	
	p label {
		padding-left: 8px; width:108px; float:left;		
	}
.textAlignCenter,
.statsTable thead th.textAlignCenter, 
.statsTable tbody th.textAlignCenter, 
.statsTable tbody td.textAlignCenter {
	text-align:center;	
}	

.statsTable {
	background: #E4E4E4;
	margin-bottom:20px;
}
.statsTable caption span {
	display: block;	
}
.statsTable td, 
.statsTable th, {	
	padding: 5px; 
}
.statsTable thead th {
	vertical-align:bottom;
}
.statsTable thead th,
.statsTable tbody td {
	text-align: right;
}
.textAlignCenter,
.statsTable thead th.textAlignCenter, 
.statsTable tbody th.textAlignCenter, 
.statsTable tbody td.textAlignCenter {
	text-align:center;	
}
.statsTable tfoot td {
	font-size: 85%;	
}
/* hide the language and country selectors, the tab navigation and the lefthand navigation: */
#mainNav,
#header_img,
#logo #picMainLogo,
#rh_Nav,
#footer .navigation,
.anchor, 
.anchorPanel, 
.anchorLine, 
{
	display: none;
}
h1 {
	font-size: 130%;
	font-weight: 600;
	font-family: Arial, verdana;
	text-transform: none;
}
h2 {
	font-size: 120%;
	font-weight: 600;
	font-family: Arial, verdana;
	color: #666;
}
h3 {
	font-size: 110%;
	font-weight: 600;
}
h4 {
	font-size: 100%;
	font-weight: 600;
}
p#org{
	font-family: arial;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	margin: 0 0 0.75em 0em;
}
img {
	border: none;
}
.afxc_mid_return, .displayNone {
	display: none;
}

/* TABLE */
caption {
font-family: arial;
font-weight: bold;
font-size: 100%;
}
tbody th {
font-weight:normal;
text-align:left;
}
table.small_font {

font-size: 80%;
}

/* stretch the footer over the entire page width and give it some more margin above: */
#footer{
 position: fixed;
	width: 50em;
	margin-bottom: 0;
	font-size: 90%;
	bottom: 0;
	top: auto;

}

/* bulleted list */
#mainArea ul {
	list-style-type:square;
}
*html #mainArea ul {margin-bottom:3px;}
#mainArea ul li {
	margin: 0;
	padding: 0 0 .5em .5em;
	line-height: 1.333333334em;
}
#mainArea ul ul {
	margin-top: 8px;
}
#mainArea ul ul li{
	margin-left: -20px;
}


#footer span.nobreak {
	white-space: nowrap;
}

.breakafter {
page-break-after: always;
}
.breakbefore {
page-break-before: always;
}
.nowrap {white-space:nowrap;}
