.black {
	color: #000000;
}

.u
{
	text-decoration: underline;
}

.autocenter
{
	margin-right: auto;
	margin-left: auto;
}

.center
{
	text-align: center;
}

.tleft
{
	text-align: left ! important;
}

.tright
{
	text-align: right ! important;
}

.fleft
{
	float: left;
	margin-top: 0;
	margin-bottom: 0;
}

.fright
{
	float: right;
	margin-top: 0;
	margin-bottom: 0;
}

.clear
{
	clear: both;
}

.cleft
{
	clear: left;
}

.cright
{
	clear: right;
}

div.flat, p.flat
{
	margin-top: 0 ! important;
	margin-bottom: 0 ! important;
	padding-top: 0 ! important;
	padding-bottom: 0 ! important;
}

img.flat
{
	margin-top: 0 ! important;
	margin-bottom: 0 ! important;
}

.spacer
{
	clear: both;
	margin: 0;
	padding: 0;
}

img.left
{
	float: left;
}

img.right
{
	float: right;
}

.xsm
{
	font-size: 85%;
}

.plain, .plain a, .plain a:link, .plain a:hover, .plain a:active, .plain a:visited
{
	text-decoration: none;
	font-weight: normal;
}

.hide
{
	display: none;
}

.nobo
{
	border: none ! important;
}

img.nobo
{
	border: none ! important;
}

img.middle
{
	vertical-align: middle;
}

.note
{
	font-size: 88%;
}

.away
{
    position: absolute;
    z-index: -9999;
    left: -9999px;
    top: -9999px;
}

.near
{
    position: relative;
    z-index: 0;
    left: 0;
    top: 0;
}