/***************************	
*	MISC GENERAL STYLES
*	
*	Matthew Kraft
*	03/13/09
*
***************************/

/*--||||||||||||||||||||||||||||||||||||||||||||||||||||--*/

/*--| BOF Misc Styles |--*/


.u {text-decoration:underline;}

.b {font-weight:bold;}

.i {font-style:italic;}

.c {text-align:center;}

.r {text-align:right;}

.l {text-align:left;}

.fr {float:right;}

.fl {float:left;}

.clear {clear:both;}

.off {display:none;} /* class="off" */

.outline {border:1px solid #F00;} /* class="outline" */

.red {color:red;}

.sml {font-size:.7em;}

.lrg {font-size:1em;}


/*--| EOF Misc Styles |--*/

/*--||||||||||||||||||||||||||||||||||||||||||||||||||||--*/