.flol	{	float: left;	}
.flor	{	float: right;	}
.flon	{	float: none;	}

.white	{	background: white;	}
.lime	{	background: lime;	}
.aqua	{	background: aqua;	}
.red	{	background: red;	}

.graytext	{	color: gray;	}
.redtext	{	color: #c00000;	}

.exptext	{	color: #000060;	font-weight: bold;	}
.imptext	{	color: #c00000;	font-weight: bold;	font-size: 13px;	}
.imqtext	{	color: #c00000;	font-weight: bold;	font-size: 10px;	}

.fs23	{	font-size: 23px;	}
.fs13	{	font-size: 13px;	}
.fs10	{	font-size: 10px;	}
.fs8	{	font-size: 8px;	}


.h20	{	height: 20px;	}

.h8	{	height: 8px;	}

.lh8	{	line-height: 8px;	}
.lhh3	{	height: 3px;	line-height: 3px;	}

.w8	{	width: 8px;	}
.w20	{	width: 20px;	}
.w40	{	width: 40px;	}
.w60	{	width: 60px;	}
.w95	{	width: 95px;	}
.w110	{	width: 110px;	}
.w100p	{	width: 100%;	}
.w170	{	width: 170px;	}
.w300	{	width: 300px;	}

.alil	{	text-align: left;	}
.alir	{	text-align: right;	}
.alic	{	text-align: center;	}
.alij	{	text-align: justify;	}

.noall	{	border: 0px none;	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	}

.ind20	{	text-indent: 20px;	}

.updown4	{	padding: 4px 0px;	}
.updown10	{	padding: 10px 0px;	}
.leftright10	{	padding: 0px 10px;	}

.ban125x125	{	width: 125px; height: 125px;	}

.miniframe	{	background: black;	padding: 1px;	display: block;	}
