/*=========================================================================================
	fujifilm cascading stylesheet library

	2006-04-06
	This CSS file contains styles for changing font sizes in the center content area.

==========================================================================================*/

#header,
dl#globalNavigation,
#footer{
	font-size: 13px;
	/*\*/
	_font-size: 80%;
	/**/
}

#body,
table.factSheet5Col th,
table.factSheet5Col td,
table.factSheet3Col th,
table.factSheet3Col td,
table.history2Col td {
    font-size: 13px;
/*\*/
    _font-size: 90%;
/**/
}

h2.text_hd,
h3.text_hd,
h3.text_hd a:link,
h3.text_hd a:hover,
h3.text_hd a:active,
h3.text_hd a:visited {
	font-size: 23px;
}

h3.text_subhd,
h3.text_subhd a:link,
h3.text_subhd a:hover,
h3.text_subhd a:active,
h3.text_subhd a:visited {
	font-size: 16px;
}


