/* CSS Document */

body {
	font-size:14px;
}

#font_size {
	display:block;
	float:left;
	width:190px;
	height:27px;
	margin:26px 0px 0px 0px;
	padding:0px;
}

#font_size div.text {
	display:block;
	float:left;
	width:100px;
}

#font_size a.small {
	display:block;
	float:left;
	width:27px;
	height:27px;
	background-image:url(../images/font_s.gif);
	background-repeat:no-repeat;
	margin:0px;
	border:0px;
	vertical-align:middle;
	text-indent:-1000em;
}

#font_size a.middle {
	display:block;
	float:left;
	width:27px;
	height:27px;
	background-image:url(../images/font_m.gif);
	background-repeat:no-repeat;
	margin:0px;
	border:0px;
	vertical-align:middle;
	text-indent:-1000em;
}

#font_size a.large {
	display:block;
	float:left;
	width:27px;
	height:27px;
	background-image:url(../images/font_l_on.gif);
	background-repeat:no-repeat;
	margin:0px;
	border:0px;
	vertical-align:middle;
	text-indent:-1000em;
}