@charset "utf-8";
/*----------------------------------------

	Default and Windows IE

	- font

-----------------------------------------*/

/*----------------------------------------
	font 12pt/17pt
-----------------------------------------*/

body{
	font-size: 15px;
	line-height: 1.35;
}

/*----------------------------------------
	font 11pt/14pt
-----------------------------------------*/

.font_small14{
	font-size: 95%;
}

/*----------------------------------------
	font 10pt/15pt
-----------------------------------------*/

.font_small15{
	font-size: 80%;
	line-height: 1.4;
}

/*----------------------------------------
	font 9pt/10pt
-----------------------------------------*/

.font_xsmall10{
	font-size: 80%;
	line-height: 1.0;
}

/*----------------------------------------
	font 14pt/17pt
-----------------------------------------*/

.font_large17{
	font-size: 120%;
	line-height: 1.1;
}

/*----------------------------------------
	font 14pt/20pt
-----------------------------------------*/

.font_large20{
	font-size: 120%;
	line-height: 1.3;
}

/*----------------------------------------
	font 16pt/19pt
-----------------------------------------*/

.font_llarge19{
	font-size: 130%;
	line-height: 1.15;
}

/*----------------------------------------
	font 20pt/24pt
-----------------------------------------*/

.font_xlarge24{
	font-size: 150%;
	line-height: 1.15;
}

#topics h3{
	font-size:22px;
}


ul#css_switch li.large a{
	background : url(large_on.gif) left center / auto auto no-repeat scroll padding-box border-box transparent;
	}

ul#css_switch li.reset a{
	background : url(reset_off.gif) left center / auto auto no-repeat scroll padding-box border-box transparent;
	}