.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.alignbottom {
	vertical-align: bottomt;
}

.aligntop {
	vertical-align: top;
}

.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.justify {
	text-align: justify;
}

.uppercase {
	text-transform: uppercase;
}

.upper {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.lower {
	text-transform: lowercase;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.shadow {
	text-shadow: rgba(0,0,0,0.5) 1px 1px 2px;
}

.xxxx-small {
	font-size: 35%;
}

.xxx-small {
	font-size: 45%;
}

.xx-small {
	font-size: 55%;
}

.x-small {
	font-size: 70%;
}

.smaller
{
	font-size: smaller;
}

.small {
	font-size: 90%;
}

.normal {
	font-size: inherit;
}

.large {
	font-size: 125%;
}

.larger
{
	font-size: larger;
}

.x-large {
	font-size: 175%;
}

.xx-large {
	font-size: 250%;
}

.xxx-large {
	font-size: 350%;
}

.xxxx-large {
	font-size: 500%;
}

.xxxxx-large {
	font-size: 640%;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.inlineblock {
	display: inline-block;
}

.inline-block {
	display: inline-block;
}

.table {
	display: table;
}

.inlinetable {
	display: inline-table;
}

.inline-table {
	display: inline-table;
}

.hide {
	display: none;
}

.hand {
	cursor: pointer;
	cursor: hand;
}
