/* Handy Classes: */
.b
{
	font-weight:			bold !important;
}

.i
{
	font-style:				italic !important;
}

.u
{
	text-decoration:		underline !important;
}

/* Horizontal Alignment */
.c
{
	text-align:				center !important;
}

.l
{
	text-align:				left !important;
}

.r
{
	text-align:				right !important;
}

/* Vertical Alignment */
.top
{
	vertical-align:			top !important;
}

.mid
{
	vertical-align:			middle !important;
}

.bot
{
	vertical-align:			bottom !important;
}

/* Layout */
.w100p
{
	width:					100% !important;
}

m0
{
	margin:					0px !important;
}

p0
{
	padding:				0px !important;
}

.v
{
	font-family:			verdana !important;
}

/* Colors */
.white
{
	color:					#FFFFFF;
}

.black
{
	color:					#000000;
}

.crimson
{
	color:					crimson;
}


/* Font Sizes: */
.pt7
{
	font-size:				7pt !important;
}

.pt8
{
	font-size:				8pt !important;
}

.pt9
{
	font-size:				9pt !important;
}

.pt10
{
	font-size:				10pt !important;
}

.pt11
{
	font-size:				11pt !important;
}

.pt12
{
	font-size:				12pt !important;
}

.pt18
{
	font-size:				18pt !important;
}

/* alternating row colors */
.ron
{
	background-color:		#F0F0F0;
}

.roff
{
	background-color:		#FFFFFF;
}