.font8px
{
	font-size: 8px;
}
.font9px
{
	font-size: 9px;
}
.font0px
{
	font-size: 0px;
}
.font10px
{
	font-size: 10px;
}
.font11px
{
	font-size: 11px;
}
.font12px
{
	font-size: 12px;
}
.font13px
{
	font-size: 13px;
}
.font14px
{
	font-size: 15px;
}
.font15px
{
	font-size: 15px;
}
.font16px
{
	font-size: 15px;
}
.font18px
{
	font-size: 18px;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}


.b{
	font-weight: bold;
}

.i{
	font-style: italic;
}

.u{
	text-decoration: underline;
}

.red
{
	color: #f00;
}
.blue
{
	color: blue;
}
.green
{
	color: green;
}

.justify{
	text-align: justify;
}
.center{
	text-align: center;
}
.tright{
	text-align: right;
}
.tleft{
	text-align: left;
}

.left{
	float: left !important;
}
.right{
	float: right !important;
}

.middle{
	vertical-align: middle;
}

table{
	font-size: 11px;
}

.rel
{
	position: relative;
}

.clear
{
	display: block;
	clear: both;
}

.hidden
{
	display: none;
	
}

.error
{
	color: #f00;
}

.through
{
	text-decoration: line-through;
}

.bnone
{
	border: none;
}

.nowrap
{
	white-space: nowrap;
}
