/*
	General.css v.0.01
	
	part of FGeneral plugin
*/

.testclass { color: green; }
.b { font-weight: bold; }

.red { color: red; }
.blue { color: blue; }
.green { color: green; }
.byellow { background-color: yellow; }

.type {
	font-family: Courier New, Courier, monotype;
}

.move { cursor: Move; }
.pointer { cursor: Pointer; }

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

.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}
.top { vertical-align: top; }
.bottom { vertical-align: bottom; }

.fleft {
	float: left;
}
.fright {
	float: right;
}
.clear {
	clear: both;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}

.em120 {
	font-size : 1.2em;
}
.em110 {
	font-size : 1.1em;
}
.em90 {
	font-size: 0.9em;
}
.em80 {
	font-size: 0.8em;
}
.em70 {
	font-size: 0.8em;
}
.cssreset * p, .cssreset p {
	line-height: 1.05em;
	text-indent: 0px;
}
.mauto { margin: auto; }
.nopadding { padding: 0px !important; }
.nomargin { margin: 0px !important; }
.pre { white-space: pre; }
.nowrap{ white-space: nowrap; }
