.width100			{ width: 100%; }
.width75			{ width: 75%; }
.width90			{ width: 90%; }
.width50			{ width: 50%; }
.width25			{ width: 25%; }
.width5				{ width: 5%; }
.width900px			{ width: 900px; }
.width800px			{ width: 800px; }
.width700px			{ width: 700px; }
.width600px			{ width: 600px; }
.width500px			{ width: 500px; }
.width400px			{ width: 400px; }
.width300px			{ width: 300px; }
.width200px			{ width: 200px; }
.width100px			{ width: 100px; }
.floatLeft			{ float: left; }
.floatRight			{ float: right; }
.alignLeft			{ text-align: left; }
.alignRight			{ text-align: right; }
.alignCenter		{ text-align: center; }
.valignTop			{ vertical-align:top; }
.valignBottom		{ vertical-align:bottom; }

.cursorPointer		{ cursor: pointer; }

.strong				{ font-weight:bold; }


.minifont			{ font-size:10px;
					  color:#999999; }