/** TEXTSIZE CSS **/

a.textsize_button table {
	float: right;
	width: 16px;
	margin : 5px 0 0 3px;
}
a.textsize_button td {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #000000;
	border: 1px solid #000000;
	text-decoration: none;
}
a.textsize_button:hover td {
	color: #000000;
	border: 1px solid #000000;
	background-color: #CCCCCC;
	text-decoration: none;
}
a.textsize_button, a.textsize_button:hover, a.textsize_button:visited {
	text-decoration: none;
}
span.textsize_caption {
	float: right; font-size: 15px;
}

