
/* Style Switcher
-----------------------------------------------------------------------------*/
#styleSwitch li {
	float: right;
	background: #fff;
	margin: 0 0px;
	cursor: pointer;
	position: relative;
	text-align: center;
	overflow: visble;
}


#styleSwitch li#style2 {
  width: 0px;
	height: 25px;
	bottom: 2px;
        background: url(../images/font/fontSizeLG.png) no-repeat 0px 0px;
}
#styleSwitch li#style3 {
  width: 0px;
	height: 25px;
	bottom: 3px;
    background: url(../images/font/xfontSizeLG.png) no-repeat 0px 0px;
}

/* style2 */
body.style2 {
  font: 13px Tahoma, Arial, sans-serif;
}
/* style3 */
body.style3 {
  font: 15px Tahoma, Arial, sans-serif;
}
