.TextSizer
{
	display: block;
	margin-top: 6px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
	font-size: .8em;
}

.TextSizer a
{
	text-decoration: none;
}
.TextSizer a:link
{
	color: #663300;
}
.TextSizer a:visited
{
	color: #663300;
}
.TextSizer a:hover
{
	color: #cc3300;
	text-decoration: underline;
}
.TextSizer a:active
{
	color: #663300;
}

.TextSizer a:link.TextSizer-Incrementor, .TextSizer a:visited.TextSizer-Incrementor
{
	padding-left: 16px;
	background: url(../images/dbluparrow_brownstroke_yell.gif) no-repeat;
}
.TextSizer a:hover.TextSizer-Incrementor, .TextSizer a:visited.TextSizer-Incrementor
{
	padding-left: 16px;
	background: url(../images/dbluparrow_brownstroke_oran.gif) no-repeat;
}

.TextSizer a:link.TextSizer-Decrementor, .TextSizer a:visited.TextSizer-Decrementor
{
	padding-left: 16px;
	background: url(../images/dbldnarrow_brownstroke_yell.gif) no-repeat;
}
.TextSizer a:hover.TextSizer-Decrementor, .TextSizer a:visited.TextSizer-Decrementor
{
	padding-left: 16px;
	background: url(../images/dbldnarrow_brownstroke_oran.gif) no-repeat;
}

.TextSizer-Separator
{
	padding-left: 6px;
	padding-right: 6px;
}

