/* 
fontScaler stylesheet  

*/


.fontScaler a#fs_normal,
.fontScaler a#fs_medium,
.fontScaler a#fs_large 
{
	display:block;
	float:left;
	line-height: 24px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

.fontScaler a#fs_normal {
	width:16px;
	height:16px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin-top: 13px;
	margin-left: 0px;
	padding: 0px;
	font-size: 11px;
	margin-right: 0px;
	line-height: 16px;
}
.fontScaler a#fs_medium {
	width:20px;
	height:20px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin-top: 11px;
	margin-left: 4px;
	font-size: 17px;
	line-height: 20px;
}
.fontScaler a#fs_large {
	width:24px;
	height:24px;
	border: 1px solid #FFFFFF;
	margin-top: 9px;
	margin-left: 4px;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 23px;
}

.fontScaler {
	position: absolute;
	top: 0px;
	right: 40px;
	background-image: url(images/fontsizeg.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 190px;
	padding-left: 108px;
}
