.test {	border: 1px solid red }

.fwb { font-weight: bold }
.fwn { font-weight: normal }

.mb5 { margin-bottom: 5px }
.mt5 { margin-top:5px }
.ml5 { margin-left: 5px }
.mr5 { margin-right: 5px }

.mb10 { margin-bottom: 10px }
.mt10 { margin-top:10px }
.ml10 { margin-left: 10px }
.mr10 {	margin-right: 10px }

.mb20 {	margin-bottom: 20px }
.mt20 { margin-top:20px }
.ml20 { margin-left: 20px }
.mr20 {	margin-right: 20px }

.flr { float: right }
.fll { float: left }

.di { display: inline }
.db { display: block }
.dit { display: table; _height: 0; zoom:1; }
.hide { display: none }

.c { text-align:center }
.ar { text-align:right }

.fs90 {	font-size: 90% }
.fs80 { font-size: 80% }
.fs70 { font-size: 70% }
.fs60 { font-size: 60% }
.fs50 { font-size: 50% }
.fs110 { font-size:110% }
.fs125 { font-size:125% }
.fs150 { font-size:150% }
.fs175 { font-size:175% }
.fs200 { font-size:200% }

.vam { vertical-align:middle }
.vat { vertical-align:top }

.oh { overflow: hidden }

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin-top:-1px;
}

.nobr { white-space: nowrap }

.pr { position: relative }
.pa { position: absolute }

a.nou { text-decoration: none }
a.u { text-decoration: underline }

.link { cursor: pointer }

